Update + add changes suggested
This commit is contained in:
parent
7024a599fb
commit
c75f5c3e92
|
|
@ -27,12 +27,12 @@ The configuration file must be a JSON or YAML representation of the parameters
|
||||||
in this struct. Make sure the Kubelet has read permissions on the file.
|
in this struct. Make sure the Kubelet has read permissions on the file.
|
||||||
|
|
||||||
Here is an example of what this file might look like:
|
Here is an example of what this file might look like:
|
||||||
```
|
```yaml
|
||||||
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"
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue