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 7024a59 commit c75f5c3Copy full SHA for c75f5c3
content/en/docs/tasks/administer-cluster/kubelet-config-file.md
@@ -27,12 +27,12 @@ The configuration file must be a JSON or YAML representation of the parameters
27
in this struct. Make sure the Kubelet has read permissions on the file.
28
29
Here is an example of what this file might look like:
30
-```
+```yaml
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