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

ci: explicitly wait for cilium status after enabling Hubble relay on GKE #986

Merged
merged 1 commit into from Jul 20, 2022

Conversation

tklauser
Copy link
Member

We're occasionally encountering #918 on GKE too, e.g.
https://github.com/cilium/cilium-cli/runs/7421447399?check_suite_focus=true

Apply the same workaround as already added for EKS in commit
a0faf25 ("ci: explicitly wait for cilium status after enabling
Hubble relay") and for AKS in commit 7176ce5 ("ci: explicitly wait
for cilium status after enabling Hubble relay on AKS").

We're occasionally encountering #918 on GKE too, e.g.
https://github.com/cilium/cilium-cli/runs/7421447399?check_suite_focus=true

Apply the same workaround as already added for EKS in commit
a0faf25 ("ci: explicitly wait for cilium status after enabling
Hubble relay") and for AKS in commit 7176ce5 ("ci: explicitly wait
for cilium status after enabling Hubble relay on AKS").

Signed-off-by: Tobias Klauser <tobias@cilium.io>
@tklauser tklauser requested a review from a team as a code owner July 20, 2022 07:53
@tklauser tklauser requested a review from nebril July 20, 2022 07:53
@tklauser tklauser temporarily deployed to ci July 20, 2022 07:53 Inactive
Copy link
Member

@sayboras sayboras left a comment

Choose a reason for hiding this comment

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

:shipit:

@tklauser tklauser removed the request for review from nebril July 20, 2022 08:17
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jul 20, 2022
@tklauser tklauser merged commit 60bc657 into master Jul 20, 2022
@tklauser tklauser deleted the pr/tklauser/hubble-enable-wait-gke branch July 20, 2022 08:36
learnitall added a commit to learnitall/cilium that referenced this pull request Jun 2, 2023
This commit adds calls to `cilium status --wait` between places where
hubble is enabled and hubble-relay is port forwarded. Flakes in CI were
occurring due to a race conditition, where an attempt to forward the
hubble-relay port was occurring before the hubble-relay pod was ready.

Related: cilium/cilium-cli#986

Fixes: cilium#25560

Signed-off-by: Ryan Drew <ryan.drew@isovalent.com>
aspsk pushed a commit to cilium/cilium that referenced this pull request Jun 8, 2023
This commit adds calls to `cilium status --wait` between places where
hubble is enabled and hubble-relay is port forwarded. Flakes in CI were
occurring due to a race conditition, where an attempt to forward the
hubble-relay port was occurring before the hubble-relay pod was ready.

Related: cilium/cilium-cli#986

Fixes: #25560

Signed-off-by: Ryan Drew <ryan.drew@isovalent.com>
dylandreimerink pushed a commit to cilium/cilium that referenced this pull request Jun 8, 2023
This commit adds calls to `cilium status --wait` between places where
hubble is enabled and hubble-relay is port forwarded. Flakes in CI were
occurring due to a race conditition, where an attempt to forward the
hubble-relay port was occurring before the hubble-relay pod was ready.

Related: cilium/cilium-cli#986

Fixes: #25560

Signed-off-by: Ryan Drew <ryan.drew@isovalent.com>
romanspb80 pushed a commit to romanspb80/cilium that referenced this pull request Jun 22, 2023
This commit adds calls to `cilium status --wait` between places where
hubble is enabled and hubble-relay is port forwarded. Flakes in CI were
occurring due to a race conditition, where an attempt to forward the
hubble-relay port was occurring before the hubble-relay pod was ready.

Related: cilium/cilium-cli#986

Fixes: cilium#25560

Signed-off-by: Ryan Drew <ryan.drew@isovalent.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants