Skip to content

Commit

Permalink
Fix typo in federation document
Browse files Browse the repository at this point in the history
  • Loading branch information
nashasha1 committed Mar 19, 2018
1 parent eb22016 commit a6d1a38
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 @@ -386,7 +386,7 @@ To join clusters into the federation:

1. If you are using a managed cluster service, allow the service to access the cluster. To do this, create a `clusterrolebinding` for the account associated with your cluster service:

kubectl create clusterrolebinding <your_user>-cluster-admin-binding --clusterrole=cluster-admin --user=<your_user>@example.org --context=<joining_cluster_context
kubectl create clusterrolebinding <your_user>-cluster-admin-binding --clusterrole=cluster-admin --user=<your_user>@example.org --context=<joining_cluster_context>

1. Join the cluster to the federation, using `kubefed join`, and make sure you provide the following:

Expand Down

0 comments on commit a6d1a38

Please sign in to comment.