File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Released 2025-11-25
1414- [ #462 ] ( https://github.com/elastisys/compliantkubernetes-kubespray/pull/462 ) - config: enable cilium service monitors by default @Mlundm
1515- [ #463 ] ( https://github.com/elastisys/compliantkubernetes-kubespray/pull/463 ) - Add configurable cni flags for Cilium (required for migration) @rarescosma
1616- [ #468 ] ( https://github.com/elastisys/compliantkubernetes-kubespray/pull/468 ) - Update prompts @anders-elastisys
17- - [ #469 ] ( https://github.com/elastisys/compliantkubernetes-kubespray/pull/469 ) - Set CK8S-Kubespray repo version in init script @anders-elastisys
17+ - [ #469 ] ( https://github.com/elastisys/compliantkubernetes-kubespray/pull/469 ) - Set ck8sKubespray repo version in init script @anders-elastisys
1818- [ #473 ] ( https://github.com/elastisys/compliantkubernetes-kubespray/pull/473 ) - added typha migration script @shafi-elastisys
1919
2020### Other(s)
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ if [[ "${CK8S_CLUSTER}" != both ]]; then
1111 CLUSTERS=(" ${CK8S_CLUSTER} " )
1212fi
1313
14-
1514for cluster in " ${CLUSTERS[@]} " ; do
1615 # Add extra cni flags
1716 yq_add " ${cluster} " k8s_cluster/ck8s-cilium .ck8s_cilium " load(\" ${ROOT} /config/common/group_vars/k8s_cluster/ck8s-cilium.yaml\" ).ck8s_cilium"
You can’t perform that action at this time.
0 commit comments