Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl -sfL https://assets.master.k3s.getvisibility.com/k3s/k3s.sh | INSTALL_K3S_VERSION="v1.26.10+k3s1" K3S_KUBECONFIG_MODE="644" sh -s - server --node-name=local-01
Note

If you are installing the K3s version 1.26 then you would need to apply this patch:

https://getvisibility.atlassian.net/wiki/spaces/GS/pages/179699758/K3s+-+Upgrade#Post-Upgrade-Patch

Run the kubectl registration command:

...