mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-11-22 11:48:22 +01:00
docs(quickstart): fixed permissions issue seen in #157
This commit is contained in:
parent
db3f7da362
commit
da13cc696a
@ -118,7 +118,7 @@ workloads by running the following:
|
|||||||
|
|
||||||
:hand: Note we are using `sudo` because we need to be root to access the
|
: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
|
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**:
|
**Get Nodes**:
|
||||||
|
|
||||||
|
@ -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
|
: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
|
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**:
|
**Get Nodes**:
|
||||||
|
|
||||||
|
@ -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
|
: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
|
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**:
|
**Get Nodes**:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user