I'm migrating helm2
releases to helm3
. One of my resources is redis
and it's protected from migration. I have to remove it using
kubectl delete statefulsets.apps --cascade=false -nkube-system testme-redis-master
I wanna use the Kubernetes
python lib, only that I cannot find the matching function.
I'm using CoreV1API
.