File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 3838 kata_containers_enabled : false
3939 - runtime : containerd
4040 gvisor_enabled : true
41- kata_containers_enabled : false # TODO: Enable this once this PR is included(https://github.com/kubernetes-sigs/kubespray/pull/8797)
41+ kata_containers_enabled : true
4242 - enable_tests : true
4343 krew_plugins_list : " virt"
4444 metallb_enabled : true
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ export KRD_KNATIVE_SERVING_NET=${KRD_KNATIVE_SERVING_NET:-kourier}
5858export KRD_KNATIVE_SERVING_ENABLED=${KRD_KNATIVE_SERVING_ENABLED:- true}
5959export KRD_KNATIVE_SERVING_CERT_MANAGER_ENABLED=${KRD_KNATIVE_SERVING_CERT_MANAGER_ENABLED:- false}
6060export KRD_KNATIVE_EVENTING_ENABLED=${KRD_KNATIVE_EVENTING_ENABLED:- false}
61- # TODO: Remove KRD_CERT_MANAGER_VERSION variable once the update is available in upstream (https://github.com/kubernetes-sigs/kubespray/pull/8377)
6261export KRD_CERT_MANAGER_VERSION=${KRD_CERT_MANAGER_VERSION:- v1.16.2}
6362export KRD_YOUKI_ENABLED=${KRD_YOUKI_ENABLED:- false}
6463export KRD_CALICO_IPIP_MODE=${KRD_CALICO_IPIP_MODE:- Never}
Original file line number Diff line number Diff line change @@ -199,6 +199,3 @@ calico_vxlan_mode: $KRD_CALICO_VXLAN_MODE
199199
200200# Calico network backend: "bird", "vxlan" or "none"
201201calico_network_backend: $KRD_CALICO_NETWORK_BACKEND
202-
203- # TODO: Remove this workaround until fix is published (https://github.com/kubernetes-sigs/kubespray/pull/9845)
204- crun_bin_dir: /usr/local/bin/
You can’t perform that action at this time.
0 commit comments