Skip to content

Commit

Permalink
* troubleshooting.md
Browse files Browse the repository at this point in the history
Amend file `troubleshooting.md` on Line 71, it has `descrube` instead of `describe`.
Therefore, it will facilitae the COPY and PASTE of the command during troubleshooting.
  • Loading branch information
Miguel Casique Meneses authored and mnaser committed Aug 4, 2023
1 parent 8c0cbbb commit 94b10a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/admin/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ state, you can follow the steps below to troubleshoot the issue:
the `OpenStackMachine` for the `KubeadmControlPlane`:

```
$ kubectl -n magnum-system descrube openstackmachines -l cluster.x-k8s.io/control-plane=,cluster.x-k8s.io/cluster-name=<stack-id>
$ kubectl -n magnum-system describe openstackmachines -l cluster.x-k8s.io/control-plane=,cluster.x-k8s.io/cluster-name=<stack-id>
```

From the output, you will need to look at the `Status` field and see if
Expand Down

0 comments on commit 94b10a5

Please sign in to comment.