k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
642 B
642 B
cri-o
cri-o is container developed by kubernetes project. Currently, only basic function is supported for cri-o.
- cri-o is supported kubernetes 1.11.1 or later.
- helm and other feature may not be supported due to docker dependency.
- scale.yml and upgrade-cluster.yml are not supported.
helm and other feature may not be supported due to docker dependency.
Use cri-o instead of docker, set following variable:
all.yml
kubeadm_enabled: true
...
download_container: false
skip_downloads: false
k8s-cluster.yml
etcd_deployment_type: host
kubelet_deployment_type: host
container_manager: crio