Skip to content

Commit 2bd1308

Browse files
authored
Update 1_prepare.sh
1 parent 0e8ad9a commit 2bd1308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/1_prepare.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ EOF
5757
echo "Environment='HTTP_PROXY=http://$ip:3128/' 'HTTPS_PROXY=http://$ip:3128/' 'NO_PROXY=localhost,127.0.0.1,.conti.de,.contiwan.com'" >> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf
5858
fi
5959

60-
echo "Environment='KUBELET_EXTRA_ARGS=--cloud-provider=aws --kube-reserved=cpu=80m,memory=200Mi,ephemeral-storage=1Gi --kube-reserved-cgroup=/kube-reserved --system-reserved=cpu=80m,memory=200Mi,ephemeral-storage=1Gi --system-reserved-cgroup=/system-reserved --enforce-node-allocatable=pods,system-reserved,kube-reserved'" >> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf
60+
echo "Environment='KUBELET_EXTRA_ARGS=--cloud-provider=aws'" >> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf
6161

6262
sed -i 's/10.96.0.10/100.64.0.10/g' /etc/systemd/system/kubelet.service.d/10-kubeadm.conf
6363
systemctl daemon-reload

0 commit comments

Comments
 (0)