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

[occm] fix e2e tests #2636

Merged
merged 1 commit into from
Sep 2, 2024
Merged

[occm] fix e2e tests #2636

merged 1 commit into from
Sep 2, 2024

Conversation

zetaab
Copy link
Member

@zetaab zetaab commented Sep 2, 2024

What this PR does / why we need it:

Which issue this PR fixes(if applicable):
fixes #

Special notes for reviewers:

Release note:

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Sep 2, 2024
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Sep 2, 2024
@@ -101,7 +101,7 @@ function wait_for_service_address {

end=$(($(date +%s) + ${TIMEOUT}))
while true; do
ipaddr=$(kubectl -n $NAMESPACE describe service ${service_name} | grep 'LoadBalancer Ingress' | awk -F":" '{print $2}' | tr -d ' ')
ipaddr=$(kubectl -n $NAMESPACE describe service ${service_name} | grep 'LoadBalancer Ingress' | awk '{print $3}')
Copy link
Member Author

Choose a reason for hiding this comment

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

the issue with this is, that starting from kubernetes 1.31 there is now extra information (VIP) or (Proxy) in the same line

Copy link
Contributor

Choose a reason for hiding this comment

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

good catch ,thanks for the PR

@zetaab zetaab changed the title fix e2e tests [occm] fix e2e tests Sep 2, 2024
@zetaab
Copy link
Member Author

zetaab commented Sep 2, 2024

cc @dulek

@dulek
Copy link
Contributor

dulek commented Sep 2, 2024

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 2, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dulek

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

The pull request process is described here

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 Sep 2, 2024
@k8s-ci-robot k8s-ci-robot merged commit 4294921 into kubernetes:master Sep 2, 2024
6 checks passed
@zetaab zetaab deleted the fixe2e branch September 2, 2024 11:30
kayrus pushed a commit to kayrus/cloud-provider-openstack that referenced this pull request Sep 17, 2024
k8s-ci-robot pushed a commit that referenced this pull request Sep 17, 2024
* Release 1.30.1

* Bump golangci to 1.61

* fix e2e tests (#2636)

---------

Co-authored-by: Jesse Haka <haka.jesse@gmail.com>
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. release-note-none Denotes a PR that doesn't merit a release note. 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.

4 participants