We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d189ced commit c0ece9bCopy full SHA for c0ece9b
examples/experimental/rke2.yaml
@@ -43,7 +43,7 @@ provision:
43
script: |
44
#!/bin/sh
45
if [ ! -d /var/lib/rancher/rke2 ]; then
46
- curl -sfL https://get.rke2.io | INSTALL_RKE2_CHANNEL=v1.27 sh -
+ curl -sfL https://get.rke2.io | INSTALL_RKE2_CHANNEL=v1.29 sh -
47
fi
48
env | grep "http_proxy\|https_proxy\|no_proxy" > /etc/default/rke2-server
49
sed -i "s/http_proxy/CONTAINERD_HTTP_PROXY/g" /etc/default/rke2-server
0 commit comments