From 5cf258145fc6f744a4dcf5654277c076e323bd23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kub=C3=ADn?= Date: Wed, 15 Nov 2023 13:45:22 +0100 Subject: [PATCH] Set CNI filesystem ownership to root MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lukáš Kubín --- tests/files/packet_debian12-custom-cni-helm.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/files/packet_debian12-custom-cni-helm.yml b/tests/files/packet_debian12-custom-cni-helm.yml index 10dada0dc76..183a7caf1aa 100644 --- a/tests/files/packet_debian12-custom-cni-helm.yml +++ b/tests/files/packet_debian12-custom-cni-helm.yml @@ -4,6 +4,7 @@ cloud_image: debian-12 mode: default # Kubespray settings +kube_owner: root kube_network_plugin: custom_cni custom_cni_chart_namespace: kube-system custom_cni_chart_release_name: cilium @@ -14,3 +15,8 @@ custom_cni_chart_version: 1.14.3 custom_cni_chart_values: cluster: name: kubespray + hubble: + enabled: false + ipam: + operator: + clusterPoolIPv4PodCIDR: "{{ kube_pods_subnet }}"