Update kubelet-config-file.md
the commas caused kubelet service to fail to start. should be omitted.
This commit is contained in:
@@ -30,9 +30,9 @@ Here is an example of what this file might look like:
|
|||||||
```
|
```
|
||||||
apiVersion: kubelet.config.k8s.io/v1beta1
|
apiVersion: kubelet.config.k8s.io/v1beta1
|
||||||
kind: KubeletConfiguration
|
kind: KubeletConfiguration
|
||||||
address: "192.168.0.8",
|
address: "192.168.0.8"
|
||||||
port: 20250,
|
port: 20250
|
||||||
serializeImagePulls: false,
|
serializeImagePulls: false
|
||||||
evictionHard:
|
evictionHard:
|
||||||
memory.available: "200Mi"
|
memory.available: "200Mi"
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user