chetang commited on
Commit
3636f7c
1 Parent(s): 2b00cb5

Upload a.yaml

Browse files
Files changed (1) hide show
  1. a.yaml +37 -0
a.yaml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ rotateCertificates: true
31
+ runtimeRequestTimeout: 0s
32
+ shutdownGracePeriod: 0s
33
+ shutdownGracePeriodCriticalPods: 0s
34
+ staticPodPath: /etc/kubernetes/manifests
35
+ streamingConnectionIdleTimeout: 0s
36
+ syncFrequency: 0s
37
+ volumeStatsAggPeriod: 0s