We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1c14e commit 4e15e8fCopy full SHA for 4e15e8f
content/en/docs/tasks/administer-cluster/kubelet-config-file.md
@@ -30,9 +30,9 @@ Here is an example of what this file might look like:
30
```
31
apiVersion: kubelet.config.k8s.io/v1beta1
32
kind: KubeletConfiguration
33
-address: "192.168.0.8",
34
-port: 20250,
35
-serializeImagePulls: false,
+address: "192.168.0.8"
+port: 20250
+serializeImagePulls: false
36
evictionHard:
37
memory.available: "200Mi"
38
0 commit comments