Advertisement
wojcieh

/var/lib/kubelet/config.yaml

Jan 13th, 2021
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. apiVersion: kubelet.config.k8s.io/v1beta1
  2. authentication:
  3. anonymous:
  4. enabled: false
  5. webhook:
  6. cacheTTL: 0s
  7. enabled: true
  8. x509:
  9. clientCAFile: /etc/kubernetes/pki/ca.crt
  10. authorization:
  11. mode: Webhook
  12. webhook:
  13. cacheAuthorizedTTL: 0s
  14. cacheUnauthorizedTTL: 0s
  15. cgroupDriver: systemd
  16. clusterDNS:
  17. - 10.96.0.10
  18. clusterDomain: cluster.local
  19. cpuManagerReconcilePeriod: 0s
  20. evictionPressureTransitionPeriod: 0s
  21. fileCheckFrequency: 0s
  22. healthzBindAddress: 127.0.0.1
  23. healthzPort: 10248
  24. httpCheckFrequency: 0s
  25. imageMinimumGCAge: 0s
  26. kind: KubeletConfiguration
  27. logging: {}
  28. nodeStatusReportFrequency: 0s
  29. nodeStatusUpdateFrequency: 0s
  30. resolvConf: /run/systemd/resolve/resolv.conf
  31. rotateCertificates: true
  32. runtimeRequestTimeout: 0s
  33. shutdownGracePeriod: 0s
  34. shutdownGracePeriodCriticalPods: 0s
  35. staticPodPath: /etc/kubernetes/manifests
  36. streamingConnectionIdleTimeout: 0s
  37. syncFrequency: 0s
  38. volumeStatsAggPeriod: 0s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement