docs(quickstart): fixed permissions issue seen in #157

This commit is contained in:
Xan Manning 2021-10-10 14:10:52 +01:00
parent db3f7da362
commit da13cc696a
3 changed files with 3 additions and 3 deletions

View File

@ -118,7 +118,7 @@ workloads by running the following:
:hand: Note we are using `sudo` because we need to be root to access the
kube config for this node. This behavior can be changed with specifying
`write-kubeconfig-mode: 0644` in `k3s_server`.
`write-kubeconfig-mode: '0644'` in `k3s_server`.
**Get Nodes**:

View File

@ -126,7 +126,7 @@ ready to execute our Kubernetes workloads by running the following:
:hand: Note we are using `sudo` because we need to be root to access the
kube config for this node. This behavior can be changed with specifying
`write-kubeconfig-mode: 0644` in `k3s_server`.
`write-kubeconfig-mode: '0644'` in `k3s_server`.
**Get Nodes**:

View File

@ -96,7 +96,7 @@ ready to execute our Kubernetes workloads by running the following:
:hand: Note we are using `sudo` because we need to be root to access the
kube config for this node. This behavior can be changed with specifying
`write-kubeconfig-mode: 0644` in `k3s_server`.
`write-kubeconfig-mode: '0644'` in `k3s_server`.
**Get Nodes**: