-
Notifications
You must be signed in to change notification settings - Fork 4.7k
azure: Allow independent VMs to join the cluster #17710
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
Conversation
|
Skipping CI for Draft Pull Request. |
|
/test pull-kops-e2e-kubernetes-azure |
3 similar comments
|
/test pull-kops-e2e-kubernetes-azure |
|
/test pull-kops-e2e-kubernetes-azure |
|
/test pull-kops-e2e-kubernetes-azure |
a201efa to
5c53233
Compare
|
/test pull-kops-e2e-kubernetes-azure |
5c53233 to
97062fd
Compare
|
/test pull-kops-e2e-kubernetes-azure |
97062fd to
410e260
Compare
|
/test pull-kops-e2e-kubernetes-azure |
008629d to
03d4ba8
Compare
|
/test pull-kops-e2e-kubernetes-azure |
03d4ba8 to
06f66a0
Compare
|
/test pull-kops-e2e-kubernetes-azure |
06f66a0 to
f664709
Compare
|
/unhold |
|
/override pull-kops-e2e-k8s-gce-cilium |
|
@hakman: Overrode contexts on behalf of hakman: pull-kops-e2e-k8s-gce-cilium 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-sigs/prow repository. |
| opts := &compute.VirtualMachineScaleSetsClientGetOptions{ | ||
| Expand: fi.PtrTo(compute.ExpandTypesForGetVMScaleSetsUserData), | ||
| func (c *client) getVMTags(ctx context.Context, providerID string) (map[string]*string, error) { | ||
| if !strings.HasPrefix(providerID, "azure://") { |
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.
Nit: I would have put "azure://" in a const given the multiple occurrences.
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.
Needs to be done for all providers, so I prefer to do it separately.
|
So existing clusters can have VMSS and independent VMs or this is a breaking change ? |
@ameukam Not sure I understand the Q. Existing clusters only allow VMSS, and I am adding support for VMs. |
Signed-off-by: Ciprian Hacman <[email protected]>
f664709 to
4c300bb
Compare
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman 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 |
Make it possible to experiment with Karpenter for Azure.
/hold