diff --git a/cluster/gce/gci/master.yaml b/cluster/gce/gci/master.yaml index 75cf541c98f..adde05a3570 100644 --- a/cluster/gce/gci/master.yaml +++ b/cluster/gce/gci/master.yaml @@ -129,6 +129,8 @@ write_files: WantedBy=multi-user.target runcmd: + - systemctl mask apt-news.service apt-news.timer esm-cache.service snapd.service snapd.socket lxd-installer.socket ubuntu-advantage.service unattended-upgrades.service motd-news.timer update-notifier-motd.timer update-notifier-download.timer || true + - systemctl stop unattended-upgrades.service || true - systemctl daemon-reload - systemctl enable kube-bootstrap-logs-forwarder.service - systemctl enable kube-master-installation.service diff --git a/cluster/gce/gci/node.yaml b/cluster/gce/gci/node.yaml index 3d03df211b7..dabaf9145bf 100644 --- a/cluster/gce/gci/node.yaml +++ b/cluster/gce/gci/node.yaml @@ -87,6 +87,8 @@ write_files: options sunrpc max_resvport=986 runcmd: + - systemctl mask apt-news.service apt-news.timer esm-cache.service snapd.service snapd.socket lxd-installer.socket ubuntu-advantage.service unattended-upgrades.service motd-news.timer update-notifier-motd.timer update-notifier-download.timer || true + - systemctl stop unattended-upgrades.service || true - systemctl daemon-reload - systemctl enable kube-node-installation.service - systemctl enable kube-node-configuration.service