Skip to content

Commit 26f5667

Browse files
authored
Fix missing steps
1 parent 3f8fbc7 commit 26f5667

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/backup/azure-kubernetes-service-backup-troubleshoot.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,16 @@ The upgrade CRDs pre-install job is failing in the cluster.
145145
1. Check for any events in the cluster related to pod spawn issue.
146146
```azurecli-interactive
147147
kubectl events -n dataprotection-microsoft
148+
```
149+
2. Check the pods for dataprotection crds.
150+
```azurecli-interactive
151+
kubectl get pods -A | grep "dataprotection-microsoft-kubernetes-agent-upgrade-crds"
152+
```
153+
3. Check the pods logs.
154+
```azurecli-interactive
155+
kubectl logs -f --all-containers=true --timestamps=true -n dataprotection-microsoft <pod-name-from-prev-command>
156+
```
157+
Example log message:
148158
```Error
149159
2024-08-09T06:21:37.712646207Z Unable to connect to the server: dial tcp: lookup aks-test.hcp.westeurope.azmk8s.io: i/o timeout
150160
2024-10-01T11:26:17.498523756Z Unable to connect to the server: dial tcp 10.146.34.10:443: i/o timeout

0 commit comments

Comments
 (0)