This commit is contained in:
parent
4c13424675
commit
36149cf532
1 changed files with 74 additions and 1 deletions
|
|
@ -147,10 +147,83 @@ ipvs:
|
||||||
---
|
---
|
||||||
apiVersion: kubelet.config.k8s.io/v1beta1
|
apiVersion: kubelet.config.k8s.io/v1beta1
|
||||||
kind: KubeletConfiguration
|
kind: KubeletConfiguration
|
||||||
runtimeRequestTimeout: 5m
|
#authentication:
|
||||||
|
# anonymous:
|
||||||
|
# enabled: false
|
||||||
|
# webhook:
|
||||||
|
# cacheTTL: 2m0s
|
||||||
|
# enabled: true
|
||||||
|
# x509:
|
||||||
|
# clientCAFile: /etc/kubernetes/pki/ca.crt
|
||||||
|
#authorization:
|
||||||
|
# mode: Webhook
|
||||||
|
# webhook:
|
||||||
|
# cacheAuthorizedTTL: 5m0s
|
||||||
|
# cacheUnauthorizedTTL: 30s
|
||||||
{% if ansible_service_mgr == "systemd" %}
|
{% if ansible_service_mgr == "systemd" %}
|
||||||
cgroupDriver: systemd
|
cgroupDriver: systemd
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
#cgroupsPerQOS: true
|
||||||
|
#clusterDNS:
|
||||||
|
#- 10.96.0.10
|
||||||
|
#clusterDomain: cluster.local
|
||||||
|
#configMapAndSecretChangeDetectionStrategy: Watch
|
||||||
|
#containerLogMaxFiles: 5
|
||||||
|
#containerLogMaxSize: 10Mi
|
||||||
|
#contentType: application/vnd.kubernetes.protobuf
|
||||||
|
#cpuCFSQuota: true
|
||||||
|
#cpuCFSQuotaPeriod: 100ms
|
||||||
|
#cpuManagerPolicy: none
|
||||||
|
#cpuManagerReconcilePeriod: 10s
|
||||||
|
#enableControllerAttachDetach: true
|
||||||
|
#enableDebuggingHandlers: true
|
||||||
|
#enforceNodeAllocatable:
|
||||||
|
#- pods
|
||||||
|
#eventBurst: 10
|
||||||
|
#eventRecordQPS: 5
|
||||||
|
#evictionHard:
|
||||||
|
# imagefs.available: 15%
|
||||||
|
# memory.available: 500Mi
|
||||||
|
# nodefs.available: 10%
|
||||||
|
# nodefs.inodesFree: 5%
|
||||||
|
#evictionPressureTransitionPeriod: 5m0s
|
||||||
|
#failSwapOn: true
|
||||||
|
#fileCheckFrequency: 20s
|
||||||
|
#hairpinMode: promiscuous-bridge
|
||||||
|
#healthzBindAddress: 127.0.0.1
|
||||||
|
#healthzPort: 10248
|
||||||
|
#httpCheckFrequency: 20s
|
||||||
|
#imageGCHighThresholdPercent: 85
|
||||||
|
#imageGCLowThresholdPercent: 80
|
||||||
|
#imageMinimumGCAge: 2m0s
|
||||||
|
#iptablesDropBit: 15
|
||||||
|
#iptablesMasqueradeBit: 14
|
||||||
|
#kubeAPIBurst: 10
|
||||||
|
#kubeAPIQPS: 5
|
||||||
|
#logging: {}
|
||||||
|
#makeIPTablesUtilChains: true
|
||||||
|
#maxOpenFiles: 1000000
|
||||||
|
#maxPods: 110
|
||||||
|
#memorySwap: {}
|
||||||
|
#nodeLeaseDurationSeconds: 40
|
||||||
|
#nodeStatusReportFrequency: 1m0s
|
||||||
|
#nodeStatusUpdateFrequency: 10s
|
||||||
|
#oomScoreAdj: -999
|
||||||
|
#podPidsLimit: -1
|
||||||
|
#port: 10250
|
||||||
|
#registryBurst: 10
|
||||||
|
#registryPullQPS: 5
|
||||||
|
#resolvConf: /etc/resolv.conf
|
||||||
|
#rotateCertificates: true
|
||||||
|
runtimeRequestTimeout: 5m
|
||||||
|
#serializeImagePulls: true
|
||||||
|
#shutdownGracePeriod: 0s
|
||||||
|
#shutdownGracePeriodCriticalPods: 0s
|
||||||
|
#staticPodPath: /etc/kubernetes/manifests
|
||||||
|
#streamingConnectionIdleTimeout: 4h0m0s
|
||||||
|
#syncFrequency: 1m0s
|
||||||
|
#topologyManagerPolicy: none
|
||||||
|
#volumeStatsAggPeriod: 1m0s
|
||||||
|
|
||||||
{% if false %}
|
{% if false %}
|
||||||
readOnlyPort: 1
|
readOnlyPort: 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue