Skip to content

Commit a6d1a38

Browse files
committed
Fix typo in federation document
1 parent eb22016 commit a6d1a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tasks/federation/set-up-cluster-federation-kubefed.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ To join clusters into the federation:
386386

387387
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:
388388

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

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

0 commit comments

Comments
 (0)