Skip to content

Commit

Permalink
Remove legacy TODO instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Jan 10, 2025
1 parent dd141da commit 14678d2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-demand_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
kata_containers_enabled: false
- runtime: containerd
gvisor_enabled: true
kata_containers_enabled: false # TODO: Enable this once this PR is included(https://github.com/kubernetes-sigs/kubespray/pull/8797)
kata_containers_enabled: true
- enable_tests: true
krew_plugins_list: "virt"
metallb_enabled: true
Expand Down
1 change: 0 additions & 1 deletion defaults.env
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export KRD_KNATIVE_SERVING_NET=${KRD_KNATIVE_SERVING_NET:-kourier}
export KRD_KNATIVE_SERVING_ENABLED=${KRD_KNATIVE_SERVING_ENABLED:-true}
export KRD_KNATIVE_SERVING_CERT_MANAGER_ENABLED=${KRD_KNATIVE_SERVING_CERT_MANAGER_ENABLED:-false}
export KRD_KNATIVE_EVENTING_ENABLED=${KRD_KNATIVE_EVENTING_ENABLED:-false}
# TODO: Remove KRD_CERT_MANAGER_VERSION variable once the update is available in upstream (https://github.com/kubernetes-sigs/kubespray/pull/8377)
export KRD_CERT_MANAGER_VERSION=${KRD_CERT_MANAGER_VERSION:-v1.16.2}
export KRD_YOUKI_ENABLED=${KRD_YOUKI_ENABLED:-false}
export KRD_CALICO_IPIP_MODE=${KRD_CALICO_IPIP_MODE:-Never}
Expand Down
3 changes: 0 additions & 3 deletions k8s-cluster.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,3 @@ calico_vxlan_mode: $KRD_CALICO_VXLAN_MODE

# Calico network backend: "bird", "vxlan" or "none"
calico_network_backend: $KRD_CALICO_NETWORK_BACKEND

# TODO: Remove this workaround until fix is published (https://github.com/kubernetes-sigs/kubespray/pull/9845)
crun_bin_dir: /usr/local/bin/

0 comments on commit 14678d2

Please sign in to comment.