-
-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds the --k3s-version flag to install/join and fixes an issue reported by @GnaphronG in PR #35. Rather than adding a user-facing "extra-envs" command, this has been wrapped up in a flag for a more concise UX. The default has also been pinned to v0.8.0 due to his report of v0.9.0 not working on Raspberry Pi, which is a primary use-case for k3sup. Tested by creating cluster with v0.8.0 with 2x RPi4. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
- Loading branch information
Showing
3 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package config | ||
|
||
// K3sVersion default version | ||
const K3sVersion = "v0.8.1" |