Fix typo in federation document (#7779)
This commit is contained in:
committed by
k8s-ci-robot
parent
9fa6c1008b
commit
5b72ec0d6f
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user