Merge pull request #7044 from tengqm/fed-ns

Fix context name used when deleting namespace in federation
This commit is contained in:
Joseph Heck
2018-01-21 20:48:50 -08:00
committed by GitHub
@@ -473,7 +473,6 @@ command with the cluster name and the federation's
kubefed unjoin gondor --host-cluster-context=rivendell kubefed unjoin gondor --host-cluster-context=rivendell
``` ```
## Turning down the federation control plane ## Turning down the federation control plane
Proper cleanup of federation control plane is not fully implemented in Proper cleanup of federation control plane is not fully implemented in
@@ -484,8 +483,8 @@ federation control plane's etcd. You can delete the federation
namespace by running the following command: namespace by running the following command:
``` ```
kubectl delete ns federation-system --context=rivendell kubectl delete ns federation-system --host-cluster-context=rivendell
``` ```
Note that `rivendell` is the host cluster name, replace that with the appropriate name in your configuration. Note that `rivendell` is the host cluster name, replace that with the
appropriate name in your configuration.