Add namespaces to kubefed docs

This commit is contained in:
GabrielSVinha
2017-11-15 21:03:10 -03:00
parent da6e321669
commit 3acd89b0b8
@@ -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.