File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,16 @@ The upgrade CRDs pre-install job is failing in the cluster.
145
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
+ ```
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:
148
158
``` Error
149
159
2024-08-09T06:21:37.712646207Z Unable to connect to the server: dial tcp: lookup aks-test.hcp.westeurope.azmk8s.io: i/o timeout
150
160
2024-10-01T11:26:17.498523756Z Unable to connect to the server: dial tcp 10.146.34.10:443: i/o timeout
You can’t perform that action at this time.
0 commit comments