We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5444420 commit 0a09672Copy full SHA for 0a09672
docs/operational-manual.md
@@ -19,6 +19,13 @@ Inspect the CRs status:
19
kubectl describe <netbox-crd> <netbox-cr> -n <namespace>
20
```
21
22
+E.g.:
23
+```bash
24
+kubectl describe prefixclaim prefixclaim-sample -n <namespace>
25
+kubectl describe ipaddressclaim ipaddressclaim-sample -n <namespace>
26
+kubectl describe prefix prefix-sample -n <namespace>
27
+kubectl describe ipaddress ipaddress-sample -n <namespace>
28
+```
29
This will show you the status of the operator and any errors it may have encountered.
30
31
### Verify Operator Version
0 commit comments