Skip to content

feat: automatically enable Cilium kube-proxy replacement feature #4565

feat: automatically enable Cilium kube-proxy replacement feature

feat: automatically enable Cilium kube-proxy replacement feature #4565

GitHub Actions / e2e test report failed Sep 4, 2025 in 0s

18 tests run, 6 passed, 10 skipped, 2 failed.

Annotations

Check failure on line 1 in caren-e2e

See this annotation in the file changed.

@github-actions github-actions / e2e test report

caren-e2e.[It] Quick start Docker Cilium ClusterResourceSet topology-cilium-crs Should create a workload cluster [provider:Docker, Serial, cni:Cilium, addonStrategy:ClusterResourceSet]

Timed out after 600.000s.
{
  "metadata": {
    "creationTimestamp": null
  },
  "spec": {
    "version": "",
    "machineTemplate": {
      "metadata": {},
      "infrastructureRef": {}
    },
    "kubeadmConfigSpec": {}
  },
  "status": {
    "replicas": 0,
    "updatedReplicas": 0,
    "readyReplicas": 0,
    "unavailableReplicas": 0,
    "initialized": false,
    "ready": false
  }
}

Expected
    <bool>: false
to be true
Raw output
[FAILED] Timed out after 600.000s.
{
  "metadata": {
    "creationTimestamp": null
  },
  "spec": {
    "version": "",
    "machineTemplate": {
      "metadata": {},
      "infrastructureRef": {}
    },
    "kubeadmConfigSpec": {}
  },
  "status": {
    "replicas": 0,
    "updatedReplicas": 0,
    "readyReplicas": 0,
    "unavailableReplicas": 0,
    "initialized": false,
    "ready": false
  }
}

Expected
    <bool>: false
to be true
In [It] at: /home/runner/go/pkg/mod/sigs.k8s.io/cluster-api/[email protected]/framework/controlplane_helpers.go:193 @ 09/04/25 00:23:40.596

Check failure on line 1 in caren-e2e

See this annotation in the file changed.

@github-actions github-actions / e2e test report

caren-e2e.[It] Quick start Docker Cilium HelmAddon topology-cilium-helm-addon Should create a workload cluster [provider:Docker, Serial, cni:Cilium, addonStrategy:HelmAddon]

Timed out after 300.001s.
HelmReleaseProxy quick-start-wqkwwr/cilium-quick-start-aa1zfzzype1c7we6x4oqiwdnoyp7n-h59sw failed to become ready and have up to date revision: ready condition = &{Type:Ready Status:False Severity:Info LastTransitionTime:2025-09-04 00:24:42 +0000 UTC Reason:PreparingToHelmInstall Message:Preparing to to install Helm chart}, revision = 0, full object is:
&{TypeMeta:{Kind:HelmReleaseProxy APIVersion:addons.cluster.x-k8s.io/v1alpha1} ObjectMeta:{Name:cilium-quick-start-aa1zfzzype1c7we6x4oqiwdnoyp7n-h59sw GenerateName:cilium-quick-start-aa1zfzzype1c7we6x4oqiwdnoyp7n- Namespace:quick-start-wqkwwr SelfLink: UID:65ad2a68-a68d-4489-bfd0-18487e616b22 ResourceVersion:6049 Generation:1 CreationTimestamp:2025-09-04 00:24:41 +0000 UTC DeletionTimestamp:<nil> DeletionGracePeriodSeconds:<nil> Labels:map[cluster.x-k8s.io/cluster-name:quick-start-aa1zfzzype1c7we6x4oqiwdnoyp7n helmreleaseproxy.addons.cluster.x-k8s.io/helmchartproxy-name:cilium-0199121b-ea73-792a-90fa-cd4676cb709d] Annotations:map[] OwnerReferences:[{APIVersion:addons.cluster.x-k8s.io/v1alpha1 Kind:HelmChartProxy Name:cilium-0199121b-ea73-792a-90fa-cd4676cb709d UID:34cb7758-e032-4c90-b3e8-aa62e4501400 Controller:0xc0013eea47 BlockOwnerDeletion:0xc0013eea46}] Finalizers:[helmreleaseproxy.addons.cluster.x-k8s.io] ManagedFields:[{Manager:manager Operation:Update APIVersion:addons.cluster.x-k8s.io/v1alpha1 Time:2025-09-04 00:24:42 +0000 UTC FieldsType:FieldsV1 FieldsV1:{"f:metadata":{"f:finalizers":{".":{},"v:\"helmreleaseproxy.addons.cluster.x-k8s.io\"":{}},"f:generateName":{},"f:labels":{".":{},"f:cluster.x-k8s.io/cluster-name":{},"f:helmreleaseproxy.addons.cluster.x-k8s.io/helmchartproxy-name":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"34cb7758-e032-4c90-b3e8-aa62e4501400\"}":{}}},"f:spec":{".":{},"f:chartName":{},"f:clusterRef":{},"f:namespace":{},"f:options":{".":{},"f:enableClientCache":{},"f:install":{".":{},"f:createNamespace":{}},"f:timeout":{},"f:upgrade":{".":{},"f:maxHistory":{}}},"f:releaseName":{},"f:repoURL":{},"f:tlsConfig":{".":{},"f:caSecret":{}},"f:values":{},"f:version":{}}} Subresource:} {Manager:manager Operation:Update APIVersion:addons.cluster.x-k8s.io/v1alpha1 Time:2025-09-04 00:24:42 +0000 UTC FieldsType:FieldsV1 FieldsV1:{"f:status":{".":{},"f:conditions":{},"f:observedGeneration":{}}} Subresource:status}]} Spec:{ClusterRef:{Kind:Cluster Namespace:quick-start-wqkwwr Name:quick-start-aa1zfzzype1c7we6x4oqiwdnoyp7n UID: APIVersion:cluster.x-k8s.io/v1beta1 ResourceVersion: FieldPath:} ChartName:cilium RepoURL:oci://helm-repository.caren-system.svc/charts ReleaseName:cilium ReleaseNamespace:kube-system Version:1.17.4 Values:cni:
  chainingMode: portmap
  exclusive: false
hubble:
  enabled: true
  tls:
    auto:
      enabled: true               # enable automatic TLS certificate generation
      method: cronJob             # auto generate certificates using cronJob method
      certValidityDuration: 60    # certificates validity duration in days (default 2 months)
      schedule: "0 0 1 * *"       # schedule on the 1st day regeneration of each month
  relay:
    enabled: true
    tls:
      server:
        enabled: true
        mtls: true
    image:
      useDigest: false
    priorityClassName: system-cluster-critical
ipam:
  mode: kubernetes
image:
  useDigest: false
operator:
  image:
    useDigest: false
certgen:
  image:
    useDigest: false
socketLB:
  hostNamespaceOnly: true
envoy:
  image:
    useDigest: false
kubeProxyReplacement: true
k8sServiceHost: auto ReconcileStrategy: Options:{DisableHooks:false Wait:false WaitForJobs:false DependencyUpdate:false Timeout:&Duration{Duration:10m0s,} SkipCRDs:false SubNotes:false DisableOpenAPIValidation:false Atomic:false Install:{CreateNamespace:true IncludeCRDs:false} Upgrade:{Force:false ResetValues:false ReuseValues:false ResetThenReuseValues:false Recreate:false MaxHistory:10 CleanupOnFail:false} Uninstall:<nil> EnableClientCache:false} Credentials:<nil> TLSConfig:0xc000f0d7f0} Status:{Conditions:[{Type:Ready Status:False Severity:Info LastTransitionTime:2025-09-04 00:24:42 +0000 UTC Reason:PreparingToHelmInstall Message:Preparing to to install Helm chart} {Type:HelmReleaseReady Status:False Severity:Info LastTransitionTime:2025-09-04 00:24:42 +0000 UTC Reason:PreparingToHelmInstall Message:Preparing to to install Helm chart}] Status: Revision:0 ObservedGeneration:1}}
`
Expected
    <bool>: false
to be true
Raw output
[FAILED] Timed out after 300.001s.
HelmReleaseProxy quick-start-wqkwwr/cilium-quick-start-aa1zfzzype1c7we6x4oqiwdnoyp7n-h59sw failed to become ready and have up to date revision: ready condition = &{Type:Ready Status:False Severity:Info LastTransitionTime:2025-09-04 00:24:42 +0000 UTC Reason:PreparingToHelmInstall Message:Preparing to to install Helm chart}, revision = 0, full object is:
&{TypeMeta:{Kind:HelmReleaseProxy APIVersion:addons.cluster.x-k8s.io/v1alpha1} ObjectMeta:{Name:cilium-quick-start-aa1zfzzype1c7we6x4oqiwdnoyp7n-h59sw GenerateName:cilium-quick-start-aa1zfzzype1c7we6x4oqiwdnoyp7n- Namespace:quick-start-wqkwwr SelfLink: UID:65ad2a68-a68d-4489-bfd0-18487e616b22 ResourceVersion:6049 Generation:1 CreationTimestamp:2025-09-04 00:24:41 +0000 UTC DeletionTimestamp:<nil> DeletionGracePeriodSeconds:<nil> Labels:map[cluster.x-k8s.io/cluster-name:quick-start-aa1zfzzype1c7we6x4oqiwdnoyp7n helmreleaseproxy.addons.cluster.x-k8s.io/helmchartproxy-name:cilium-0199121b-ea73-792a-90fa-cd4676cb709d] Annotations:map[] OwnerReferences:[{APIVersion:addons.cluster.x-k8s.io/v1alpha1 Kind:HelmChartProxy Name:cilium-0199121b-ea73-792a-90fa-cd4676cb709d UID:34cb7758-e032-4c90-b3e8-aa62e4501400 Controller:0xc0013eea47 BlockOwnerDeletion:0xc0013eea46}] Finalizers:[helmreleaseproxy.addons.cluster.x-k8s.io] ManagedFields:[{Manager:manager Operation:Update APIVersion:addons.cluster.x-k8s.io/v1alpha1 Time:2025-09-04 00:24:42 +0000 UTC FieldsType:FieldsV1 FieldsV1:{"f:metadata":{"f:finalizers":{".":{},"v:\"helmreleaseproxy.addons.cluster.x-k8s.io\"":{}},"f:generateName":{},"f:labels":{".":{},"f:cluster.x-k8s.io/cluster-name":{},"f:helmreleaseproxy.addons.cluster.x-k8s.io/helmchartproxy-name":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"34cb7758-e032-4c90-b3e8-aa62e4501400\"}":{}}},"f:spec":{".":{},"f:chartName":{},"f:clusterRef":{},"f:namespace":{},"f:options":{".":{},"f:enableClientCache":{},"f:install":{".":{},"f:createNamespace":{}},"f:timeout":{},"f:upgrade":{".":{},"f:maxHistory":{}}},"f:releaseName":{},"f:repoURL":{},"f:tlsConfig":{".":{},"f:caSecret":{}},"f:values":{},"f:version":{}}} Subresource:} {Manager:manager Operation:Update APIVersion:addons.cluster.x-k8s.io/v1alpha1 Time:2025-09-04 00:24:42 +0000 UTC FieldsType:FieldsV1 FieldsV1:{"f:status":{".":{},"f:conditions":{},"f:observedGeneration":{}}} Subresource:status}]} Spec:{ClusterRef:{Kind:Cluster Namespace:quick-start-wqkwwr Name:quick-start-aa1zfzzype1c7we6x4oqiwdnoyp7n UID: APIVersion:cluster.x-k8s.io/v1beta1 ResourceVersion: FieldPath:} ChartName:cilium RepoURL:oci://helm-repository.caren-system.svc/charts ReleaseName:cilium ReleaseNamespace:kube-system Version:1.17.4 Values:cni:
  chainingMode: portmap
  exclusive: false
hubble:
  enabled: true
  tls:
    auto:
      enabled: true               # enable automatic TLS certificate generation
      method: cronJob             # auto generate certificates using cronJob method
      certValidityDuration: 60    # certificates validity duration in days (default 2 months)
      schedule: "0 0 1 * *"       # schedule on the 1st day regeneration of each month
  relay:
    enabled: true
    tls:
      server:
        enabled: true
        mtls: true
    image:
      useDigest: false
    priorityClassName: system-cluster-critical
ipam:
  mode: kubernetes
image:
  useDigest: false
operator:
  image:
    useDigest: false
certgen:
  image:
    useDigest: false
socketLB:
  hostNamespaceOnly: true
envoy:
  image:
    useDigest: false
kubeProxyReplacement: true
k8sServiceHost: auto ReconcileStrategy: Options:{DisableHooks:false Wait:false WaitForJobs:false DependencyUpdate:false Timeout:&Duration{Duration:10m0s,} SkipCRDs:false SubNotes:false DisableOpenAPIValidation:false Atomic:false Install:{CreateNamespace:true IncludeCRDs:false} Upgrade:{Force:false ResetValues:false ReuseValues:false ResetThenReuseValues:false Recreate:false MaxHistory:10 CleanupOnFail:false} Uninstall:<nil> EnableClientCache:false} Credentials:<nil> TLSConfig:0xc000f0d7f0} Status:{Conditions:[{Type:Ready Status:False Severity:Info LastTransitionTime:2025-09-04 00:24:42 +0000 UTC Reason:PreparingToHelmInstall Message:Preparing to to install Helm chart} {Type:HelmReleaseReady Status:False Severity:Info LastTransitionTime:2025-09-04 00:24:42 +0000 UTC Reason:PreparingToHelmInstall Message:Preparing to to install Helm chart}] Status: Revision:0 ObservedGeneration:1}}
`
Expected
    <bool>: false
to be true
In [It] at: /home/runner/work/cluster-api-runtime-extensions-nutanix/cluster-api-runtime-extensions-nutanix/test/e2e/helmreleaseproxy_helpers.go:60 @ 09/04/25 00:36:44.361