Skip to content

Continue skipping hostPort protocol test with Cilium#17865

Merged
k8s-ci-robot merged 1 commit intokubernetes:masterfrom
rifelpet:cilium-skip
Jan 17, 2026
Merged

Continue skipping hostPort protocol test with Cilium#17865
k8s-ci-robot merged 1 commit intokubernetes:masterfrom
rifelpet:cilium-skip

Conversation

@rifelpet
Copy link
Copy Markdown
Member

@rifelpet rifelpet commented Jan 16, 2026

We only support Cilium 1.18:

if version.Minor != 18 {
allErrs = append(allErrs, field.Invalid(versionFld, v.Version, "Only version 1.18 is supported"))
}

but one of the tests continues to fail because the linked issue is still not completely resolved:

https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/e2e-kops-aws-distro-amzn2/2012236706614349824

Kubernetes e2e suite: [It] [sig-network] HostPort validates that there is no conflict between pods with same hostPort but different hostIP and protocol [LinuxOnly] [Conformance]

@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jan 16, 2026
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jan 16, 2026
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 17, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hakman

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 17, 2026
@k8s-ci-robot k8s-ci-robot merged commit db45d3a into kubernetes:master Jan 17, 2026
36 of 39 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v1.36 milestone Jan 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants