Skip to content

Commit c0ece9b

Browse files
committed
templates: update RKE2 to v1.29
Signed-off-by: Akihiro Suda <[email protected]>
1 parent d189ced commit c0ece9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/experimental/rke2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ provision:
4343
script: |
4444
#!/bin/sh
4545
if [ ! -d /var/lib/rancher/rke2 ]; then
46-
curl -sfL https://get.rke2.io | INSTALL_RKE2_CHANNEL=v1.27 sh -
46+
curl -sfL https://get.rke2.io | INSTALL_RKE2_CHANNEL=v1.29 sh -
4747
fi
4848
env | grep "http_proxy\|https_proxy\|no_proxy" > /etc/default/rke2-server
4949
sed -i "s/http_proxy/CONTAINERD_HTTP_PROXY/g" /etc/default/rke2-server

0 commit comments

Comments
 (0)