Skip to content

Commit 591bbdf

Browse files
committed
docs: fix kubectl command spacing inconsistencies
Remove extra spaces in kubectl commands for better readability. Signed-off-by: Jian Qiu <jqiu@redhat.com>
1 parent 281be39 commit 591bbdf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/en/docs/getting-started/installation/register-cluster-via-grpc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ clusteradm join \
238238
If you used Option A above, skip this step. If you used Option B, configure the klusterlet to use the gRPC registration driver:
239239

240240
```shell
241-
kubectl edit klusterlet klusterlet --context ${CTX_MANAGED_CLUSTER}
241+
kubectl edit klusterlet klusterlet --context ${CTX_MANAGED_CLUSTER}
242242
```
243243

244244
Update the klusterlet configuration:
@@ -418,7 +418,7 @@ If the managed cluster cannot connect to the gRPC server:
418418

419419
3. Verify the klusterlet configuration:
420420
```shell
421-
kubectl get klusterlet klusterlet -o jsonpath='{.spec.registrationConfiguration.registrationDriver.authType}' --context ${CTX_MANAGED_CLUSTER}
421+
kubectl get klusterlet klusterlet -o jsonpath='{.spec.registrationConfiguration.registrationDriver.authType}' --context ${CTX_MANAGED_CLUSTER}
422422
```
423423

424424
Expected output: `grpc`
@@ -464,7 +464,7 @@ Expected output: `grpc`
464464

465465
If the driver is not set or incorrect:
466466
```shell
467-
kubectl edit klusterlet klusterlet --context ${CTX_MANAGED_CLUSTER}
467+
kubectl edit klusterlet klusterlet --context ${CTX_MANAGED_CLUSTER}
468468
```
469469

470470
And ensure:

0 commit comments

Comments
 (0)