Skip to content

Commit 5ba056e

Browse files
committed
fix link to dashboard
1 parent 634311d commit 5ba056e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/tutorials/useful_k8s.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,18 @@ Then create the admin user and role by executing the following:
4646
namespace: kubernetes-dashboard
4747
EOF
4848
49-
get a token for the user::
49+
get a token for the user and copy the token into your clipboard::
5050
5151
kubectl -n kubernetes-dashboard describe secret admin-user-token | grep '^token'
5252
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::
5454
5555
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+
5761
5862
.. _raspberry:
5963

0 commit comments

Comments
 (0)