Created
May 30, 2024 23:41
-
-
Save jsturtevant/fbfa339d9f720109bbfa1d116ac8bf33 to your computer and use it in GitHub Desktop.
empty windows kubelet config
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
apiVersion: kubelet.config.k8s.io/v1beta1 | |
kind: KubeletConfiguration | |
cgroupsPerQOS: false | |
enforceNodeAllocatable: [] | |
cpuManagerPolicy: static | |
systemReserved: | |
cpu: 500m | |
memory: 500Mi | |
authentication: | |
webhook: | |
enabled: false | |
authorization: | |
mode: AlwaysAllow | |
containerRuntimeEndpoint: "npipe:////./pipe/containerd-containerd" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment