azure: Allow independent VMs to join the cluster#17710
azure: Allow independent VMs to join the cluster#17710k8s-ci-robot merged 1 commit intokubernetes:masterfrom
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 DetailsIn 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.
Nit: I would have put "azure://" in a const given the multiple occurrences.
There was a problem hiding this comment.
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 <ciprian@hakman.dev>
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 DetailsNeeds 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