Skip to content

Instantly share code, notes, and snippets.

@jsturtevant
Created May 30, 2024 23:41
Show Gist options
  • Save jsturtevant/fbfa339d9f720109bbfa1d116ac8bf33 to your computer and use it in GitHub Desktop.
Save jsturtevant/fbfa339d9f720109bbfa1d116ac8bf33 to your computer and use it in GitHub Desktop.
empty windows kubelet config
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