Skip to content

Commit

Permalink
k3s: updates k3s to v1.26.3+k3s1
Browse files Browse the repository at this point in the history
  • Loading branch information
dgo19 committed Apr 22, 2023
1 parent e25a863 commit 483b151
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion install-k3s-playbook/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
k3s_version: v1.25.4+k3s1
k3s_version: v1.26.3+k3s1
kubeseal_version: 0.19.2
kustomize_version: v4.5.5
helm_version: v3.9.0
Expand Down
8 changes: 4 additions & 4 deletions install-k3s.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ $ systemctl disable firewalld --now
## Installation of k3s
We install a specific version of k3s. It has been tested for this demo. You can install the latest version by omitting the INSTALL_K3s_VERSION variable or choose a version.
```
$ curl -sfL https://get.k3s.io | sudo INSTALL_K3S_VERSION="v1.25.4+k3s1" INSTALL_K3S_EXEC="server --disable traefik --disable servicelb" sh -
[INFO] Using v1.25.4+k3s1 as release
[INFO] Downloading hash https://github.com/k3s-io/k3s/releases/download/v1.25.4+k3s1/sha256sum-amd64.txt
[INFO] Downloading binary https://github.com/k3s-io/k3s/releases/download/v1.25.4+k3s1/k3s
$ curl -sfL https://get.k3s.io | sudo INSTALL_K3S_VERSION="v1.26.3+k3s1" INSTALL_K3S_EXEC="server --disable traefik --disable servicelb" sh -
[INFO] Using v1.26.3+k3s1 as release
[INFO] Downloading hash https://github.com/k3s-io/k3s/releases/download/v1.26.3+k3s1/sha256sum-amd64.txt
[INFO] Downloading binary https://github.com/k3s-io/k3s/releases/download/v1.26.3+k3s1/k3s
[INFO] Verifying binary download
[INFO] Installing k3s to /usr/local/bin/k3s
[INFO] Skipping installation of SELinux RPM
Expand Down

0 comments on commit 483b151

Please sign in to comment.