Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created September 2, 2016 21:54
Show Gist options
  • Save kelseyhightower/5f0c9d46da5306d76783bbcbd9bf6d71 to your computer and use it in GitHub Desktop.
Save kelseyhightower/5f0c9d46da5306d76783bbcbd9bf6d71 to your computer and use it in GitHub Desktop.

Delete a federated RS seems to hang.

The following command hangs when I attempt to delete an RS from my federated cluster. Nothing in the logs on both the federated API server or controller manager.

kubectl --context=federation-cluster get rs
NAME      DESIRED   CURRENT   AGE
nginx     0         0         10m
kubectl --context=federation-cluster delete rs nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment