Skip to content

Commit 1a46f8e

Browse files
mboersmaCopilot
andcommitted
Revert azure-cni-v1 prow template to Ubuntu (default OS)
Azure CNI v1 + Azure Linux 4 causes the control plane to become unreachable externally: the node boots and kubeadm init succeeds locally, but the node drops off the network ~10 minutes after boot, preventing the cluster from reaching ControlPlaneInitialized. The same AzL4 setup scripts work fine with Calico-based flavors (spot, custom-vnet), so this appears to be an incompatibility between Azure CNI v1's host-NIC reconfiguration and Azure Linux 4. Keep azure-cni-v1 on the default Ubuntu CI image for now; only the Calico-based spot and custom-vnet flavors default to Azure Linux 4. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b4f3e8d commit 1a46f8e

2 files changed

Lines changed: 2 additions & 128 deletions

File tree

templates/test/ci/cluster-template-prow-azure-cni-v1.yaml

Lines changed: 2 additions & 111 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/prow-azure-cni-v1/kustomization.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,6 @@ patches:
1111
- path: ../patches/tags.yaml
1212
- path: ../patches/controller-manager.yaml
1313
- path: ../patches/cluster-label-cloud-provider-azure.yaml
14-
- path: ../patches/azl4-azuremachinetemplate-image.yaml
15-
- path: ../patches/azl4-remove-marketplace-image.yaml
16-
- path: ../patches/azl4-kubeadmcontrolplane-setup.yaml
17-
target:
18-
group: controlplane.cluster.x-k8s.io
19-
kind: KubeadmControlPlane
20-
name: .*-control-plane
21-
version: v1beta1
22-
- path: ../patches/azl4-kubeadmconfigtemplate-setup.yaml
23-
target:
24-
group: bootstrap.cluster.x-k8s.io
25-
kind: KubeadmConfigTemplate
26-
name: .*-md-0
27-
namespace: default
28-
version: v1beta1
29-
- path: ../patches/azl4-cloud-provider-azure-cacertdir.yaml
30-
- path: ../patches/azl4-cloud-provider-azure-ci-cacertdir.yaml
3114

3215
sortOptions:
3316
order: fifo

0 commit comments

Comments
 (0)