Skip to content

Commit 87b86ec

Browse files
authored
Merge pull request #9 from klauer/main
Tutorial: fixed URL and command
2 parents 649ae5f + 1122723 commit 87b86ec

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/tutorials/deploy_example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ the K8S_HELM_REGISTRY reference with your account details::
2626
export K8S_HELM_REGISTRY=ghcr.io/<your account or organization goes here>
2727

2828
# get the helper functions
29-
wget -q https://raw.githubusercontent.com/epics-containers/k8s-epics-utils/main/epics-dev-image/home/bin/kube-functions.sh
29+
wget -q https://raw.githubusercontent.com/epics-containers/k8s-epics-utils/main/kube-functions.sh
3030
source kube-functions.sh
3131

3232
Deploy an IOC Version

docs/tutorials/useful_k8s.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,16 @@ 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 and copy the token into your clipboard::
49+
Get a token for the user and copy the token into your clipboard.
50+
51+
On k3s v1.23 and older::
5052
5153
kubectl -n kubernetes-dashboard describe secret admin-user-token | grep '^token'
5254
55+
On k3s v1.24 and newer::
56+
57+
kubectl -n kubernetes-dashboard create token admin-user
58+
5359
Use kubectl to start a proxy that will forward HTTP requests to your cluster::
5460
5561
kubectl proxy &
@@ -150,4 +156,4 @@ cd to the root of the project you created in `deploy_example`, then::
150156
151157
.. _WSL2 instructions: https://docs.microsoft.com/en-us/windows/wsl/install-win10
152158
.. _docker for WSL: https://docs.docker.com/docker-for-windows/wsl/
153-
.. _X11 Server for Windows: https://sourceforge.net/projects/vcxsrv/
159+
.. _X11 Server for Windows: https://sourceforge.net/projects/vcxsrv/

0 commit comments

Comments
 (0)