You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we install kubernetes, it recommends the systemd driver for Docker:
[preflight] Running pre-flight checks
[WARNING IsDockerSystemdCheck]: detected "cgroupfs" as the Docker cgroup driver. The recommended driver is "systemd". Please follow the guide at https://kubernetes.io/docs/setup/cri/
Is your feature request related to a problem?
When we install kubernetes, it recommends the
systemd
driver for Docker:So I try to set it via creating file:
But formula removes it on every state apply.
Other way is to change systemd docker service via setting
Describe the solution you'd like
Will be good to have this setting in Docker formula.
Describe alternatives you've considered
Alternative is not deleting the
/etc/docker/daemon.json
file, but separate setting in formula will be much better.The text was updated successfully, but these errors were encountered: