Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/en/docs/operations/troubleshooting/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ ovn-appctl -t /var/run/ovn/ovnsb_db.ctl cluster/status OVN_Southbound

# to list your control-plane nodes
kubectl get node -o wide -l node-role.kubernetes.io/control-plane=

# Check that you are not hitting namespace quotas and have resources for an update
kubectl get resourcequota --all-namespaces
```

Additionally, you can check if there are any non-running pods in your cluster:
Expand Down