mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
43 lines
1,001 B
YAML
43 lines
1,001 B
YAML
|
apiVersion: kubelet.config.k8s.io/v1beta1
|
||
|
authentication:
|
||
|
anonymous:
|
||
|
enabled: false
|
||
|
webhook:
|
||
|
cacheTTL: 0s
|
||
|
enabled: true
|
||
|
x509:
|
||
|
clientCAFile: /etc/kubernetes/pki/ca.crt
|
||
|
authorization:
|
||
|
mode: Webhook
|
||
|
webhook:
|
||
|
cacheAuthorizedTTL: 0s
|
||
|
cacheUnauthorizedTTL: 0s
|
||
|
clusterDNS:
|
||
|
- 10.96.0.10
|
||
|
clusterDomain: cluster.local
|
||
|
cpuManagerPolicy: static
|
||
|
cpuManagerReconcilePeriod: 0s
|
||
|
evictionHard:
|
||
|
imagefs.available: 0%
|
||
|
nodefs.available: 0%
|
||
|
nodefs.inodesFree: 0%
|
||
|
evictionPressureTransitionPeriod: 0s
|
||
|
fileCheckFrequency: 0s
|
||
|
healthzBindAddress: 127.0.0.1
|
||
|
healthzPort: 10248
|
||
|
httpCheckFrequency: 0s
|
||
|
imageGCHighThresholdPercent: 100
|
||
|
imageMinimumGCAge: 0s
|
||
|
kind: KubeletConfiguration
|
||
|
logging: {}
|
||
|
nodeStatusReportFrequency: 0s
|
||
|
nodeStatusUpdateFrequency: 0s
|
||
|
reservedSystemCPUs: 1,3
|
||
|
rotateCertificates: true
|
||
|
runtimeRequestTimeout: 0s
|
||
|
staticPodPath: /etc/kubernetes/manifests
|
||
|
streamingConnectionIdleTimeout: 0s
|
||
|
syncFrequency: 0s
|
||
|
topologyManagerPolicy: single-numa-node
|
||
|
volumeStatsAggPeriod: 0s
|