-
Notifications
You must be signed in to change notification settings - Fork 205
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
Feature: Support resources needed by CAPZ #2237
Comments
I just realized that we already support Peerings. Updated the list to reflect that |
Resource health also falls into this category: #2762 CAPZ also uses Otherwise I took another look through the list and everything looks up to date 👍 |
Yes we support |
@matthchr - can you please reflect the latest status with the checklist of items at the top of this description? I can see it hasn't been updated since April 2022. |
Assuming this list represents ASO services currently implemented, I don't see any delta with CAPZ services: https://github.com/kubernetes-sigs/cluster-api-provider-azure/tree/main/azure/services. @mattchr are there still gaps here? |
Yes there are definitely some gaps here. ASO has a list of supported resources here: https://azure.github.io/azure-service-operator/reference/ I believe the checklist above is correct. We do not currently have support for:
The rest of the resources CAPZ uses I believe we have support for already. |
Excellent, thank you for the confirmation @matthchr! I'll use this list to try to fill in the gaps for CAPZ with SDK v2 until these resources are implemented in ASO. |
Rather than tracking this as a block, I've broken out individual items for the above. I edited them in to my post above and the original issue. I'll close this in favor of those once we get clarity on what these two things actually are:
Which ARM resources do these refer to? |
I've added a CAPZ label for now to track this work too:
capz
|
Ah, VirtualMachineImages is just LIST for CAPZ: https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/main/azure/services/virtualmachineimages/client.go |
and here's ScaleSet VMs issue: #2895 It's also not a real resource but it seems a reasonable ask for there to be a way to manage individual VMs through the ASO API. |
I'm closing this in favor of all of the linked issues above that can track things at a more granular level. Use the
capz
|
The list of resources we are currently lacking for CAPZ is:
The full list of in-use services can be found here: https://github.com/kubernetes-sigs/cluster-api-provider-azure/tree/master/azure/services
The text was updated successfully, but these errors were encountered: