vmware-archive / wardroom

A tool for creating Kubernetes-ready base operating system images.
Apache License 2.0
162 stars 44 forks source link

[Image] Images configured to use "cgroupfs" cgroups driver #198

Closed scottslowe closed 4 years ago

scottslowe commented 5 years ago

/kind bug

What steps did you take and what happened: AWS AMIs built using the master branch are configured to use the cgroupfs cgroups driver, which generates a warning from kubeadm when bootstrapping a cluster.

What did you expect to happen: I expected images to be built and configured to use the systemd cgroups driver.

Anything else you would like to add: I've only tested this on Ubuntu-based AWS AMIs.

Environment:

scottslowe commented 5 years ago

I just tested a CentOS 7.4 AMI built using the master branch; the cgroup driver for Docker is set to systemd. So it appears this only affects Ubuntu-based AMIs.

scottslowe commented 4 years ago

Closing this issue as Wardroom is no longer being actively developed