Release channel support, better flag support
Using a release channel you can now say that you want 1.18
, or stable
or latest
(1.19) to be installed, rather than giving a release version.
k3sup install --ip $IP # 1.18 latest patch version
k3sup install --ip $IP --k3s-channel 1.17 # 1.17 latest patch version
k3sup install --ip $IP --k3s-channel stable # 1.18 latest patch version
k3sup install --ip $IP --k3s-channel latest # 1.19 latest patch version
# or
k3sup install --ip $IP --k3s-version v1.19.2+k3s1
- See more in the k3s docs: release channels
- Buy k3sup SWAG
Changelog for 0.9.7:
- PR #272 Add release channel support and fix string concatenation during install by @alexellis
Commits
80383dd Merge ipsec fix from #262 by @alexellis
fd18d77 Update INSTALL_K3S_EXEC generation by @alexellis
32db527 Add release channel support by @alexellis
725ca8d Update ISSUE_TEMPLATE.md by @alexellis
d1058f6 Update ISSUE_TEMPLATE.md by @alexellis
c4b3258 Update .DEREK.yml by @alexellis
d694e0e It's october by @alexellis
111a245 Sed dqlite with etcd by @alexellis
Generated by Derek