halkyonio / operator

Kubernetes Operator simplifying the development of microservices on k8s !
Apache License 2.0
40 stars 14 forks source link

Runtime CRs are deleted when a user deletes everything from their namespace #229

Open metacosm opened 4 years ago

metacosm commented 4 years ago

kubectl delete all --all -ns foo also deletes all deployed Runtimes and shouldn't.

metacosm commented 4 years ago

This only happens for users who have elevated rights. Not sure how to limit this when you have elevated rights at this point, unfortunately.