You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manual-remote-access.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,8 +138,8 @@ $ curl -X GET <your-server-url>/api
138
138
- On the minikube host:
139
139
1. Create a service account, `ClusterRoleBinding`, and token
140
140
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
0 commit comments