From 2d8bfcfca7d1e1695ff54e1b48d00125497bd44e Mon Sep 17 00:00:00 2001 From: nbykov0 <166552198+nbykov0@users.noreply.github.com> Date: Fri, 23 Jan 2026 13:49:18 +0300 Subject: [PATCH] [troubleshooting] Check quotas before an upgrade Signed-off-by: nbykov0 <166552198+nbykov0@users.noreply.github.com> --- content/en/docs/operations/troubleshooting/_index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/docs/operations/troubleshooting/_index.md b/content/en/docs/operations/troubleshooting/_index.md index 5648d399..c969310c 100644 --- a/content/en/docs/operations/troubleshooting/_index.md +++ b/content/en/docs/operations/troubleshooting/_index.md @@ -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: