Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connectivity-check: Do not perform hostport in standard check #11715

Merged
merged 1 commit into from Jun 2, 2020

Conversation

tgraf
Copy link
Member

@tgraf tgraf commented May 27, 2020

Due to HostPort not being enabled by default, do not perform the check
by default. Require the "connectivity-check-hostport.yaml" to be
deployed.

Fixes: #11563

Due to HostPort not being enabled by default, do not perform the check
by default. Require the "connectivity-check-hostport.yaml" to be
deployed.

Fixes: #11563

Signed-off-by: Thomas Graf <thomas@cilium.io>
@tgraf tgraf added kind/bug This is a bug in the Cilium logic. release-note/minor This PR changes functionality that users may find relevant to operating Cilium. needs-backport/1.7 labels May 27, 2020
@tgraf tgraf requested review from a team as code owners May 27, 2020 14:24
@tgraf tgraf requested a review from a team May 27, 2020 14:24
@maintainer-s-little-helper maintainer-s-little-helper bot added this to In progress in 1.8.0 May 27, 2020
@maintainer-s-little-helper maintainer-s-little-helper bot added this to Needs backport from master in 1.7.5 May 27, 2020
@tgraf
Copy link
Member Author

tgraf commented May 27, 2020

test-focus K8sConformance*

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.02%) to 36.907% when pulling 0c95e13 on pr/tgraf/better-hostport-check into 60bffa4 on master.

Copy link
Contributor

@michi-covalent michi-covalent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, maybe keep the note with a slight modification.


.. note::

Depending on the kernel version you are running on, the HostPort feature may
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like this note can still be useful with a slight modification so that people know there is a separate yaml file they can deploy to test this feature if it's enabled:

kubectl apply -f \ |SCM_WEB|\/examples/kubernetes/connectivity-check/connectivity-check-hostport.yaml 

@tgraf tgraf merged commit d961b9d into master Jun 2, 2020
1.8.0 automation moved this from In progress to Merged Jun 2, 2020
@tgraf tgraf deleted the pr/tgraf/better-hostport-check branch June 2, 2020 09:14
@maintainer-s-little-helper maintainer-s-little-helper bot moved this from Needs backport from master to Backport pending to v1.7 in 1.7.5 Jun 3, 2020
@joestringer joestringer moved this from Backport pending to v1.7 to Backport done to v1.7 in 1.7.5 Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug This is a bug in the Cilium logic. release-note/minor This PR changes functionality that users may find relevant to operating Cilium.
Projects
No open projects
1.7.5
Backport done to v1.7
1.8.0
  
Merged
Development

Successfully merging this pull request may close these issues.

1.7 connectivity check YAML hostPort pods never become ready
6 participants