Skip to content

Instantly share code, notes, and snippets.

@vigneshragupathy
Created November 30, 2019 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vigneshragupathy/b3fe578beae785291e4741d0901086a8 to your computer and use it in GitHub Desktop.
Save vigneshragupathy/b3fe578beae785291e4741d0901086a8 to your computer and use it in GitHub Desktop.
kind: KubeletConfiguration
apiVersion: kubelet.config.k8s.io/v1beta1
authentication:
anonymous:
enabled: false
webhook:
enabled: true
x509:
clientCAFile: "/var/lib/kubernetes/ca.crt"
authorization:
mode: Webhook
clusterDomain: "cluster.local"
clusterDNS:
- "10.96.0.10"
resolvConf: "/run/systemd/resolve/resolv.conf"
runtimeRequestTimeout: "15m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment