Skip to content

Commit

Permalink
Merge pull request #3419 from tstromberg/ionice
Browse files Browse the repository at this point in the history
Add schedutils to the guest VM for the ionice command (used by k8s 1.12)
  • Loading branch information
tstromberg authored Dec 6, 2018
2 parents c13a14f + bbfb8ff commit bf815dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/iso/minikube-iso/configs/minikube_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ BR2_PACKAGE_SYSTEMD_LOGIND=y
BR2_PACKAGE_SYSTEMD_MACHINED=y
BR2_PACKAGE_SYSTEMD_VCONSOLE=y
BR2_PACKAGE_UTIL_LINUX_NSENTER=y
BR2_PACKAGE_UTIL_LINUX_SCHEDUTILS=y
BR2_TARGET_ROOTFS_CPIO_BZIP2=y
BR2_TARGET_ROOTFS_ISO9660=y
BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU="$(BR2_EXTERNAL_MINIKUBE_PATH)/board/coreos/minikube/isolinux.cfg"
Expand Down

0 comments on commit bf815dd

Please sign in to comment.