Merge pull request #6341 from GabrielSVinha/update_fed

Add namespaces to kubefed docs
This commit is contained in:
Qiming
2017-11-16 09:12:59 +08:00
committed by GitHub
@@ -493,5 +493,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 kubectl delete ns federation-system --context=rivendell
``` ```
Note that `rivendell` is the host cluster name, replace that with the appropriate name in your configuration.