We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd15a9a + d93dca9 commit 9cd9faeCopy full SHA for 9cd9fae
articles/iot-operations/deploy-iot-ops/howto-prepare-cluster.md
@@ -174,6 +174,7 @@ To prepare a K3s Kubernetes cluster on Ubuntu:
174
export KUBECONFIG=~/.kube/config
175
#switch to k3s context
176
kubectl config use-context default
177
+ sudo chmod 644 /etc/rancher/k3s/k3s.yaml
178
```
179
180
1. Run the following command to increase the [user watch/instance limits](https://www.suse.com/support/kb/doc/?id=000020048).
0 commit comments