File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -142,26 +142,18 @@ 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
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
149
Example log message:
158
150
``` Error
159
151
2024-08-09T06:21:37.712646207Z Unable to connect to the server: dial tcp: lookup aks-test.hcp.westeurope.azmk8s.io: i/o timeout
160
152
2024-10-01T11:26:17.498523756Z Unable to connect to the server: dial tcp 10.146.34.10:443: i/o timeout
161
153
```
162
154
** Resolution** :
163
- In this case, the there is Network/Calico policy or NSG that did not allow dataprotection-microsoft pods to communicate with the API server.
164
- You should allow the dataprotection-microsoft namespace , and then reinstall the extension.
155
+ In this case, there is a Network/Calico policy or NSG that didn't allow dataprotection-microsoft pods to communicate with the API server.
156
+ You should allow the dataprotection-microsoft namespace, and then reinstall the extension.
165
157
166
158
167
159
## Backup Extension post installation related errors
You can’t perform that action at this time.
0 commit comments