diff --git a/saltstack/salt/files/usr/local/bin/configure_rancher.sh b/saltstack/salt/files/usr/local/bin/configure_rancher.sh index b8538ce..225f1a4 100755 --- a/saltstack/salt/files/usr/local/bin/configure_rancher.sh +++ b/saltstack/salt/files/usr/local/bin/configure_rancher.sh @@ -91,6 +91,11 @@ cat << 'EOF' > /tmp/homelabmanagercluster.json }, "services": { "type": "rkeConfigServices", + "kubelet": { + "extraArgs": { + "runtime-request-timeout": "10m" + } + }, "kubeApi": { "alwaysPullImages": false, "podSecurityPolicy": false,