. Advertisement .
..3..
. Advertisement .
..4..
Please give me the example for kubectl delete all from namespace. I tried the suggested code but I received an error.
Here is a suggestion for you To delete everything from the namespace currently in use (which is usually used as the standard namespace) by using kubectl delete: To delete everything from the namespace, you can need to use the -n flag.kubectl delete all --all
kubectl delete all --all -n {namespace}
Just run this?
It seems I had the same question before, this is the way I handled it.