Skip to content

Commit c75f5c3

Browse files
Update + add changes suggested
1 parent 7024a59 commit c75f5c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/docs/tasks/administer-cluster/kubelet-config-file.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ The configuration file must be a JSON or YAML representation of the parameters
2727
in this struct. Make sure the Kubelet has read permissions on the file.
2828

2929
Here is an example of what this file might look like:
30-
```
30+
```yaml
3131
apiVersion: kubelet.config.k8s.io/v1beta1
3232
kind: KubeletConfiguration
33-
address: "192.168.0.8",
34-
port: 20250,
35-
serializeImagePulls: false,
33+
address: "192.168.0.8"
34+
port: 20250
35+
serializeImagePulls: false
3636
evictionHard:
3737
memory.available: "200Mi"
3838
```

0 commit comments

Comments
 (0)