Skip to content

Commit

Permalink
update federation control plane turn down command (#7332)
Browse files Browse the repository at this point in the history
**kubectl** uses `--context` option for specifying the context, the option `--host-cluster-context` is for **kubefed join**.
  • Loading branch information
c6h3un authored and k8s-ci-robot committed Feb 18, 2018
1 parent d1e8acb commit 246cb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tasks/federation/set-up-cluster-federation-kubefed.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ federation control plane's etcd. You can delete the federation
namespace by running the following command:

```
kubectl delete ns federation-system --host-cluster-context=rivendell
kubectl delete ns federation-system --context=rivendell
```

Note that `rivendell` is the host cluster name, replace that with the
Expand Down

0 comments on commit 246cb9e

Please sign in to comment.