File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,18 @@ Then create the admin user and role by executing the following:
46
46
namespace: kubernetes-dashboard
47
47
EOF
48
48
49
- get a token for the user::
49
+ get a token for the user and copy the token into your clipboard ::
50
50
51
51
kubectl -n kubernetes-dashboard describe secret admin-user-token | grep '^token'
52
52
53
- Finally, start a proxy and goto the Dashboard URL, use the above token to log in ::
53
+ Use kubectl to start a proxy that will forward HTTP requests to your cluster ::
54
54
55
55
kubectl proxy &
56
- browse to http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy
56
+
57
+ Finally, browse to ` Dashboard Screen URL` _ and paste the Token that you copied above:
58
+
59
+ .. _Dashboard Screen URL: http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/#/workloads?namespace=epics-iocs
60
+
57
61
58
62
.. _raspberry:
59
63
You can’t perform that action at this time.
0 commit comments