Merge pull request #7044 from tengqm/fed-ns

Fix context name used when deleting namespace in federation
pull/7045/head
Joseph Heck 2018-01-21 20:48:50 -08:00 committed by GitHub
commit 0268fa9ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -473,7 +473,6 @@ command with the cluster name and the federation's
kubefed unjoin gondor --host-cluster-context=rivendell
```
## Turning down the federation control plane
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:
```
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.