Created
November 13, 2015 01:41
-
-
Save phemmer/84dbed55e9e3e76207f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| sed -i -e 's# --cloud-provider=aws##' /etc/systemd/system/kubelet.service | |
| sed -i -e 's#ExecStart=/usr/bin/kubelet #ExecStart=/usr/bin/kubelet --cloud-provider=aws #' /etc/systemd/system/kubelet.service | |
| systemctl daemon-reload | |
| systemctl restart kubelet.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment