Advertisement
Guest User

Untitled

a guest
Nov 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. address: 0.0.0.0
  2. apiVersion: kubelet.config.k8s.io/v1beta1
  3. authentication:
  4. anonymous:
  5. enabled: false
  6. webhook:
  7. cacheTTL: 2m0s
  8. enabled: true
  9. x509:
  10. clientCAFile: /etc/kubernetes/pki/ca.crt
  11. authorization:
  12. mode: Webhook
  13. webhook:
  14. cacheAuthorizedTTL: 5m0s
  15. cacheUnauthorizedTTL: 30s
  16. cgroupDriver: cgroupfs
  17. cgroupsPerQOS: true
  18. clusterDNS:
  19. - 10.96.0.10
  20. clusterDomain: cluster.local
  21. configMapAndSecretChangeDetectionStrategy: Watch
  22. containerLogMaxFiles: 5
  23. containerLogMaxSize: 10Mi
  24. contentType: application/vnd.kubernetes.protobuf
  25. cpuCFSQuota: true
  26. cpuCFSQuotaPeriod: 100ms
  27. cpuManagerPolicy: none
  28. cpuManagerReconcilePeriod: 10s
  29. enableControllerAttachDetach: true
  30. enableDebuggingHandlers: true
  31. enforceNodeAllocatable:
  32. - pods
  33. eventBurst: 10
  34. eventRecordQPS: 5
  35. evictionHard:
  36. imagefs.available: 15%
  37. memory.available: 100Mi
  38. nodefs.available: 10%
  39. nodefs.inodesFree: 5%
  40. evictionPressureTransitionPeriod: 5m0s
  41. failSwapOn: true
  42. fileCheckFrequency: 20s
  43. hairpinMode: promiscuous-bridge
  44. healthzBindAddress: 127.0.0.1
  45. healthzPort: 10248
  46. httpCheckFrequency: 20s
  47. imageGCHighThresholdPercent: 85
  48. imageGCLowThresholdPercent: 80
  49. imageMinimumGCAge: 2m0s
  50. iptablesDropBit: 15
  51. iptablesMasqueradeBit: 14
  52. kind: KubeletConfiguration
  53. kubeAPIBurst: 10
  54. kubeAPIQPS: 5
  55. makeIPTablesUtilChains: true
  56. maxOpenFiles: 1000000
  57. maxPods: 110
  58. nodeLeaseDurationSeconds: 40
  59. nodeStatusReportFrequency: 1m0s
  60. nodeStatusUpdateFrequency: 10s
  61. oomScoreAdj: -999
  62. podPidsLimit: -1
  63. port: 10250
  64. registryBurst: 10
  65. registryPullQPS: 5
  66. resolvConf: /etc/resolv.conf
  67. rotateCertificates: true
  68. runtimeRequestTimeout: 2m0s
  69. serializeImagePulls: true
  70. staticPodPath: /etc/kubernetes/manifests
  71. streamingConnectionIdleTimeout: 4h0m0s
  72. syncFrequency: 1m0s
  73. volumeStatsAggPeriod: 1m0s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement