You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to ensure that our documentation clearly states any/all pre-requisites for a node (VM).
For example:
Hostnames cannot be duplicated, some providers (e.g. Linode) may create machines with just "localhost" as the hostname. If this is the case you must pass the --node-name or $K3S_NODE_NAME env var with the curl script and specify a unique node name.
--disable-agent is no longer advertised (flag is still there and usable but hidden in docs and cli. It is not recommended. As such i won't include this.
SWAP is generally a known thing. K8s states this in official documentation around the kubelet. It could be a candidate for FAQ at some point if enough people complain about it but it doens't belong on the node pre-reqs page in the docs.
We need to ensure that our documentation clearly states any/all pre-requisites for a node (VM).
For example:
--node-name
or$K3S_NODE_NAME
env var with the curl script and specify a unique node name.-- Side note: We created curl install script should run k3s check-config and warn users of issues #866 so that the k3s install curl script could warn the user if SWAP is enabled.
Provide any FYIs / Gotchas
--disable-agent
flag no node is shown when get nodes because kubelet does not run, this is expected.The text was updated successfully, but these errors were encountered: