We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ff5b3c + b7c3f8b commit 25e876dCopy full SHA for 25e876d
docs/troubleshooting.md
@@ -17,7 +17,7 @@ This guide (based on Minikube but others should be similar) explains general inf
17
## Get logs of Cluster API controller containers
18
19
```bash
20
-kubectl --kubeconfig minikube.kubeconfig -n capo-system logs -l control-plane=capo-controller-manager
+kubectl --kubeconfig minikube.kubeconfig -n capo-system logs -l control-plane=capo-controller-manager -c manager
21
```
22
23
Similarly, the logs of the other controllers in the namespaces `capi-system` and `cabpk-system` can be retrieved.
0 commit comments