Skip to content

Commit

Permalink
copy config to sysconfig allow to fail (#119)
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Paskal <[email protected]>
  • Loading branch information
maksim-paskal authored Jun 26, 2024
1 parent b0100b6 commit 049781d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/common-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@ KUBELET_EXTRA_ARGS=--cloud-provider=external --node-ip=$INTERNAL_IP --v=2
EOF

# some UBUNTU installations use /etc/sysconfig/kubelet
cp /etc/default/kubelet /etc/sysconfig/kubelet
# latest ubuntu versions use /etc/default/kubelet
cp /etc/default/kubelet /etc/sysconfig/kubelet || true

apt -y autoremove
apt -y autoclean
Expand Down

0 comments on commit 049781d

Please sign in to comment.