Skip to content

Commit 8f8181a

Browse files
committed
Fix formatting
1 parent 1ec72d2 commit 8f8181a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manual-remote-access.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ $ curl -X GET <your-server-url>/api
138138
- On the minikube host:
139139
1. Create a service account, `ClusterRoleBinding`, and token
140140

141-
- We create a service account called remote-dev that we will authenticate as
142-
- We then create a `ClusterRoleBinding` referencing the `cluster-admin` role (created by default which provides full access to everything in the cluster) and bind the remote-dev account we just created to it
141+
- We create a service account called remote-dev that we will authenticate as
142+
- We then create a `ClusterRoleBinding` referencing the `cluster-admin` role (created by default which provides full access to everything in the cluster) and bind the remote-dev account we just created to it
143143
```shell
144144
ubuntu@kubectl-ghactions-test:~$ kubectl create serviceaccount remote-dev
145145
ubuntu@kubectl-ghactions-test:~$ kubectl create clusterrolebinding remote-dev-binding \
@@ -177,7 +177,7 @@ current-context: remote-context
177177
- Test access by making a request
178178
179179
```shell
180-
$ KUBECONFIG=$(pwd)/kube-config ./kubectl get ns
180+
$ KUBECONFIG=$(pwd)/kube-config kubectl get ns
181181
NAME STATUS AGE
182182
default Active 7m57s
183183
kube-node-lease Active 7m57s

0 commit comments

Comments
 (0)