Skip to content

Commit 14678d2

Browse files
Remove legacy TODO instructions
1 parent dd141da commit 14678d2

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/on-demand_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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

defaults.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export KRD_KNATIVE_SERVING_NET=${KRD_KNATIVE_SERVING_NET:-kourier}
5858
export KRD_KNATIVE_SERVING_ENABLED=${KRD_KNATIVE_SERVING_ENABLED:-true}
5959
export KRD_KNATIVE_SERVING_CERT_MANAGER_ENABLED=${KRD_KNATIVE_SERVING_CERT_MANAGER_ENABLED:-false}
6060
export 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)
6261
export KRD_CERT_MANAGER_VERSION=${KRD_CERT_MANAGER_VERSION:-v1.16.2}
6362
export KRD_YOUKI_ENABLED=${KRD_YOUKI_ENABLED:-false}
6463
export KRD_CALICO_IPIP_MODE=${KRD_CALICO_IPIP_MODE:-Never}

k8s-cluster.tpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,3 @@ calico_vxlan_mode: $KRD_CALICO_VXLAN_MODE
199199

200200
# Calico network backend: "bird", "vxlan" or "none"
201201
calico_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/

0 commit comments

Comments
 (0)