-
Notifications
You must be signed in to change notification settings - Fork 430
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
✨Make machine providerID consistent with node #655
✨Make machine providerID consistent with node #655
Conversation
Welcome @alexander-demichev! |
Hi @alexander-demichev. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
@alexander-demichev can you please add a release note section to the PR description |
I think the release note has extra "`"'s. |
@devigned Fixed, thanks |
@devigned: The
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test pull-cluster-api-provider-azure-e2e |
@devigned all E2E is failing at the moment due to https://status.quay.io/ https://kubernetes.slack.com/archives/CEX9HENG7/p1590681565302700 |
yeah... I opened slack right after kicking the job off. |
/retest |
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.
/approve
thanks @alexander-demichev !
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexander-demichev, CecileRobertMichon 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 |
/assign @devigned |
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.
lgtm!
/lgtm |
This PR makes machine providerID consistent with node providerID and fixes the similar issue that was in CAPA - kubernetes-sigs/cluster-api-provider-aws#1693
https://github.com/kubernetes/kubernetes/blob/323f34858de18b862d43c40b2cced65ad8e24052/staging/src/k8s.io/legacy-cloud-providers/azure/azure_vmss.go#L289
Release note: