134
edits
Mich181189 (talk | contribs) (Created page with "= Intro = This page provides a bit of a braindump on the Kubernetes setup. There is (currently) one master node on Blanton, one worker on Equipment/B...") |
Mich181189 (talk | contribs) |
||
| Line 66: | Line 66: | ||
It’s perhaps worth ignoring the 1.x.0 releases, since experience suggests things like metallb and callico might not yet support it in a stable version, which is a recipe for pain. | It’s perhaps worth ignoring the 1.x.0 releases, since experience suggests things like metallb and callico might not yet support it in a stable version, which is a recipe for pain. | ||
# On the master node, run | # On the master node, run <code>apt-cache madison kubeadm</code> to find a version to update to | ||
# On the master node, run: | # On the master node, run: | ||
#: <pre>apt-get install -y --allow-change-held-packages kubeadm=<your-chosen-version></pre> | #: <pre>apt-get install -y --allow-change-held-packages kubeadm=<your-chosen-version></pre> | ||