Skip to content

Commit 770f3fe

Browse files
committed
update PS step
1 parent 0f47192 commit 770f3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/kubernetes/cluster-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Before you begin, review the [conceptual overview of the cluster connect feature
198198

199199
### [Azure PowerShell](#tab/azure-powershell)
200200

201-
1. With the `kubeconfig` file pointing to the `apiserver` of your Kubernetes cluster, run this command to create a service account. This example creates the service account in the default namespace, but you can substitute any other namespace.
201+
1. With the `kubeconfig` file pointing to the `apiserver` of your Kubernetes cluster, run this command to create a service account. This example creates the service account in the default namespace, but you can substitute any other namespace for `default`.
202202

203203
```console
204204
kubectl create serviceaccount demo-user -n default

0 commit comments

Comments
 (0)