Skip to content

Commit 0a09672

Browse files
author
Pablo Garcia Miranda
committed
Adding examples to operational-manual.md
1 parent 5444420 commit 0a09672

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/operational-manual.md

+7
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ Inspect the CRs status:
1919
kubectl describe <netbox-crd> <netbox-cr> -n <namespace>
2020
```
2121

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+
```
2229
This will show you the status of the operator and any errors it may have encountered.
2330

2431
### Verify Operator Version

0 commit comments

Comments
 (0)