Created
October 30, 2018 23:43
-
-
Save willthames/1ee2ff746f84f40d5c88bcc47ae68023 to your computer and use it in GitHub Desktop.
acpi-support installation hook for kops
This file contains 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
- execContainer: | |
command: | |
- sh | |
- -c | |
- > | |
chroot /rootfs apt-get update && | |
DEBIAN_FRONTEND=noninteractive chroot /rootfs | |
apt-get install -y --force-yes -o Dpkg::Options::="--force-confdef" acpi-support | |
image: busybox | |
roles: | |
- Node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment