DeamonsSet "Stuck" in Google Container Engine 1.2.0

3/26/2016

I did an upgrade of GKE to v1.2 yesterday and started to try out the DaemonSet feature (beta), didn't work as expected and i wanted to delete it from the cluster. What happened is that the delete operation failed and now the DaemonSet is in a inconsistent state and restarts all my other pods every 5 min.

What can be done without deleting and recreating the whole cluster? I did try to apply the DaemonSet with a busybox like that :

And the DS looks like that :

enter image description here

enter image description here

The deleting operations fails :

enter image description here

--
google-kubernetes-engine
kubernetes

1 Answer

3/26/2016

Because the state of the DaemonSet is inconsistent, you can try to delete it using --cascade=false? flag.

-- DoiT International
Source: StackOverflow