-
Notifications
You must be signed in to change notification settings - Fork 431
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
Update external cloud provider flavor to use CRS and add test #1216
Update external cloud provider flavor to use CRS and add test #1216
Conversation
/hold |
/test pull-cluster-api-provider-azure-e2e-full |
1 similar comment
/test pull-cluster-api-provider-azure-e2e-full |
6a79035
to
5a1e635
Compare
kubernetes/test-infra#21298 should merge first |
cluster = result.Cluster | ||
|
||
// TODO: fix and enable | ||
//Context("Creating an accessible load balancer", func() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for now disabled the test as something is causing it to fail. will investigate but didn't want to hold this PR since it's still an incremental improvement.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5a1e635
to
272cd73
Compare
/hold cancel |
/retest |
this is ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just a question about usage.
272cd73
to
9a28df0
Compare
/test pull-cluster-api-provider-azure-e2e-full |
😕 /retest |
/retest auth failures should be resolved |
I think I messed up the regex in kubernetes/test-infra#21298 all tests are getting skipped now 😕 |
/test pull-cluster-api-provider-azure-e2e-full |
Actually, this was caused by the recent bump to ginkgo 1.15. I have reverted the update in the above commit and tests are now running as expected. |
/retest |
/hold cancel |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nader-ziada 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 |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Updates the external cloud provider flavor:
--cluster-name
to ccm args (fixes an issue where external ccm creates new LBs named "kubernetes")Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
TODOs:
Release note: