Fix format. (#6168)
This commit is contained in:
@@ -733,10 +733,10 @@ these two steps:
|
|||||||
`RUNTIME_ENDPOINT` to your own value like `/var/run/{your_runtime}.sock`:
|
`RUNTIME_ENDPOINT` to your own value like `/var/run/{your_runtime}.sock`:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ cat > /etc/systemd/system/kubelet.service.d/20-cri.conf <<EOF
|
$ cat > /etc/systemd/system/kubelet.service.d/20-cri.conf <<EOF
|
||||||
Environment="KUBELET_EXTRA_ARGS=--container-runtime=remote --container-runtime-endpoint=$RUNTIME_ENDPOINT --feature-gates=AllAlpha=true"
|
Environment="KUBELET_EXTRA_ARGS=--container-runtime=remote --container-runtime-endpoint=$RUNTIME_ENDPOINT --feature-gates=AllAlpha=true"
|
||||||
EOF
|
EOF
|
||||||
$ systemctl daemon-reload
|
$ systemctl daemon-reload
|
||||||
```
|
```
|
||||||
|
|
||||||
Now `kubelet` is ready to use the specified CRI runtime, and you can continue
|
Now `kubelet` is ready to use the specified CRI runtime, and you can continue
|
||||||
@@ -750,10 +750,13 @@ requested kubernetes version is a ci version; in this case
|
|||||||
|
|
||||||
This behaviour can be overridden by [using kubeadm with a configuration file](#config-file).
|
This behaviour can be overridden by [using kubeadm with a configuration file](#config-file).
|
||||||
Allowed customization are:
|
Allowed customization are:
|
||||||
|
|
||||||
- provide an alternative `imageRepository` to be used instead of
|
- provide an alternative `imageRepository` to be used instead of
|
||||||
`gcr.io/google_containers` (NB. does not works for ci version)
|
`gcr.io/google_containers` (NB. does not works for ci version)
|
||||||
|
|
||||||
- provide an `unifiedControlPlaneImage` to be used instead of single image
|
- provide an `unifiedControlPlaneImage` to be used instead of single image
|
||||||
for control plane components
|
for control plane components
|
||||||
|
|
||||||
- provide an `etcd.image` name to be used
|
- provide an `etcd.image` name to be used
|
||||||
|
|
||||||
## Running kubeadm without an internet connection
|
## Running kubeadm without an internet connection
|
||||||
|
|||||||
Reference in New Issue
Block a user