DS
kubectl get ns | grep -v NAME | cut -d' ' -f1 | while read ns; do kubectl get pod -n $ns | grep -v -E "NAME|Running|Completed" | cut -d' ' -f1 | xargs -n1 kubectl -n $ns delete pod; done
Size: a a a
DS
kubectl get ns | grep -v NAME | cut -d' ' -f1 | while read ns; do kubectl get pod -n $ns | grep -v -E "NAME|Running|Completed" | cut -d' ' -f1 | xargs -n1 kubectl -n $ns delete pod; done
S
AL
kubectl get ns | grep -v NAME | cut -d' ' -f1 | while read ns; do kubectl get pod -n $ns | grep -v -E "NAME|Running|Completed" | cut -d' ' -f1 | xargs -n1 kubectl -n $ns delete pod; done
DS
DS
DS
DS
DS
C
A
SM
kubectl get ns | grep -v NAME | cut -d' ' -f1 | while read ns; do kubectl get pod -n $ns | grep -v -E "NAME|Running|Completed" | cut -d' ' -f1 | xargs -n1 kubectl -n $ns delete pod; done
kubectl delete pods --field-selector status.phase!=Running -A
DS
kubectl delete pods --field-selector status.phase!=Running -A
AL
kubectl delete pods --field-selector status.phase!=Running -A
AL
SM
AL
AA
nginx.ingress.kubernetes.io/configuration-snippet: |работает, но возвращает 503
limit_except OPTIONS GET HEAD POST PUT DELETE {
deny all;
}
AA
AL
nginx.ingress.kubernetes.io/configuration-snippet: |работает, но возвращает 503
limit_except OPTIONS GET HEAD POST PUT DELETE {
deny all;
}
DS
nginx.ingress.kubernetes.io/configuration-snippet: |работает, но возвращает 503
limit_except OPTIONS GET HEAD POST PUT DELETE {
deny all;
}