Skip to content

Commit

Permalink
Merge pull request #9 from kakaZhou719/bugfix-use-systemd-as-default-…
Browse files Browse the repository at this point in the history
…cgroupdriver

bugfix: use systemd as default cgroup driver
  • Loading branch information
bxy4543 authored Jun 9, 2022
2 parents 31019ff + dea5cda commit dff5b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context/rootfs/etc/kubeadm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ authorization:
webhook:
cacheAuthorizedTTL: 5m0s
cacheUnauthorizedTTL: 30s
cgroupDriver: cgroupfs
cgroupDriver: systemd
cgroupsPerQOS: true
clusterDomain: cluster.local
configMapAndSecretChangeDetectionStrategy: Watch
Expand Down

0 comments on commit dff5b0a

Please sign in to comment.