mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
Update kata-containers.md (#8747)
* kata container related options exist in k8s-cluster.yml, not k8s_cluster.yml * https://github.com/kata-containers/runtime has been archived and https://github.com/kata-containers/kata-containers is used today.
This commit is contained in:
@@ -10,7 +10,7 @@ _Qemu_ is the only hypervisor supported by Kubespray.
|
|||||||
|
|
||||||
To use Kata Containers, set the following variables:
|
To use Kata Containers, set the following variables:
|
||||||
|
|
||||||
**k8s_cluster.yml**:
|
**k8s-cluster.yml**:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
container_manager: containerd
|
container_manager: containerd
|
||||||
@@ -61,7 +61,7 @@ kata_containers_qemu_overhead_fixed_memory: 290Mi
|
|||||||
|
|
||||||
### Optional : Select Kata Containers version
|
### Optional : Select Kata Containers version
|
||||||
|
|
||||||
Optionally you can select the Kata Containers release version to be installed. The available releases are published in [GitHub](https://github.com/kata-containers/runtime/releases).
|
Optionally you can select the Kata Containers release version to be installed. The available releases are published in [GitHub](https://github.com/kata-containers/kata-containers/releases).
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
kata_containers_version: 2.2.2
|
kata_containers_version: 2.2.2
|
||||||
|
|||||||
Reference in New Issue
Block a user