Tag Archives: Kubernetes

Kubernetes tips #2 – force-remove namespace

When a namespace stucks in “terminating” state you have manually solve the blocking conditions. At first check the namespace: When the monitoring or metrics is broken there is similar message: Check the metrics.k8s.io apiservice: If there are missing endpoints or other error which caused the “AVAILABLE” field set to False, you need to deal it.… Read More »

Kubernetes tips #1 – kubedf

If you want to check the actual usage of the PVCs, you can do it easily with kubedf . It requires the “jq” tool, which you can install by your package manager. (Eg.: apt install jq) Save the script into file called kubedf and set the execute right. kubectl proxy is required to be running.… Read More »