-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release-1.25] Make klipper-lb image configurable #7714
Comments
Current Release running using klipper-lb v0.4.3 $ sudo INSTALL_K3S_VERSION=v1.25.10+k3s1 INSTALL_K3S_EXEC=server ./install-k3s.sh
$ sudo /usr/local/bin/crictl -r /var/run/k3s/containerd/containerd.sock images |grep klipper-lb
$ k3s -v
$ kg no,po -A
For this validation i actually reverted the latest version backwards from v0.4.4 which the COMMIT installs by default back to the previous releases v0.4.3 $ curl -fL https://get.k3s.io| INSTALL_K3S_COMMIT=873fc1c77cd3453e06e31eea5652e22f81f1743b sh -s - server --kube-cloud-controller-manager-arg="cloud-config=/etc/rancher/k3s/cloud-config.yaml"
$ kg no,po -A
$ sudo /usr/local/bin/crictl -r /var/run/k3s/containerd/containerd.sock images |grep klipper-lb
$ k3s -v
$ sudo cat /etc/rancher/k3s/cloud-config.yaml
For posterity showing same commit ID installation reporting newer klipper-lb version $ sudo INSTALL_K3S_COMMIT=873fc1c77cd3453e06e31eea5652e22f81f1743b INSTALL_K3S_EXEC=server ./install-k3s.sh
$ sudo /usr/local/bin/crictl -r /var/run/k3s/containerd/containerd.sock images |grep klipper-lb
|
The text was updated successfully, but these errors were encountered: