Skip to content

Commit 21adeec

Browse files
authored
Fix markdown list formatting in troubleshooting guide
1 parent 9e1e01d commit 21adeec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,15 @@ The upgrade CRDs pre-install job is failing in the cluster.
142142

143143
**Debug**
144144

145-
1-check for any events in the cluster related to pod spawn issue
145+
1. check for any events in the cluster related to pod spawn issue
146146
```azurecli-interactive
147147
kubectl events -n dataprotection-microsoft
148148
```
149-
2-check the pods for dataprotection crds
149+
2. check the pods for dataprotection crds
150150
```azurecli-interactive
151151
kubectl get pods -A | grep "dataprotection-microsoft-kubernetes-agent-upgrade-crds"
152152
```
153-
3-check the pods logs
153+
3. check the pods logs
154154
```azurecli-interactive
155155
kubectl logs -f --all-containers=true --timestamps=true -n dataprotection-microsoft <pod-name-from-prev-command>
156156
```

0 commit comments

Comments
 (0)