File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,15 +142,15 @@ The upgrade CRDs pre-install job is failing in the cluster.
142
142
143
143
** Debug**
144
144
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
146
146
``` azurecli-interactive
147
147
kubectl events -n dataprotection-microsoft
148
148
```
149
- 2- check the pods for dataprotection crds
149
+ 2 . check the pods for dataprotection crds
150
150
``` azurecli-interactive
151
151
kubectl get pods -A | grep "dataprotection-microsoft-kubernetes-agent-upgrade-crds"
152
152
```
153
- 3- check the pods logs
153
+ 3 . check the pods logs
154
154
``` azurecli-interactive
155
155
kubectl logs -f --all-containers=true --timestamps=true -n dataprotection-microsoft <pod-name-from-prev-command>
156
156
```
You can’t perform that action at this time.
0 commit comments