#!/bin/bash echo "Executing SCRAM on a worker node..." systemctl stop kubelet.service systemctl disable kubelet.service systemctl stop kube-proxy.service systemctl disable kube-proxy.service systemctl stop docker.service systemctl disable docker.service systemctl daemon-reload