the quick install script on https://rancher.com/docs/k3s/latest/en/quick-start/
doesn’t run on a preferred 19.10 server image of mine by avaf. may be a kernel incompatibility on the k3s side.
k3s does have support for ubuntu 16.04 and 18.04.
@avaf could you link a recommend one of your 18.04 server images I could try/test?
edit the file /etc/update-manager/release-upgrades with jed:
sudo jed /etc/update-manager/release-upgrades
# Default behavior for the release upgrader.
[DEFAULT]
# Default prompting behavior, valid options:
#
# never - Never check for, or allow upgrading to, a new release.
# normal - Check to see if a new release is available. If more than one new
# release is found, the release upgrader will attempt to upgrade to
# the supported release that immediately succeeds the
# currently-running release.
# lts - Check to see if a new LTS release is available. The upgrader
# will attempt to upgrade to the first LTS release available after
# the currently-running one. Note that if this option is used and
# the currently-running release is not itself an LTS release the
# upgrader will assume prompt was meant to be normal.
**Prompt=lts**
and finally:
sudo do-release-upgrade
or check which LTS version it will upgrade, possibly 20.04 LTS:
Hi avaf as usual your input is always appreciated. Building kernels is beyond my know-how.
This up side is that you’re Images seemed like the better ones to try the k3s install… and that last env requirement maybe be what is needed.