Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 320 Bytes

DEV.md

File metadata and controls

13 lines (7 loc) · 320 Bytes

Development Notes

Upgrading k3s

From https://github.com/k3s-io/k3s/releases find the git hash of the release.

For example, v1.19.3+k3s1 is 974ad30

  1. run go get github.com/k3s-io/k3s@HASH

  2. Go to the go.mod file at k3s' release tag, and copy the requires section to Ruckstack's go.mod

  3. Sync go module