-
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
Migrate to sdk/resourcemanager/**/arm**
from services/**/mgmt/**
#2670
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
/lifecycle frozen |
/milestone v1.8 |
Summarizing status here: We are currently exploring the route of leveraging Azure Service Operator for all Azure resources PUT/DELETEs. One advantage of this is that ASO is already using SDK v2. More on this at #3113. @mboersma is working on a POC to migrate the async services to the SDK track 2 (this issue). @nojnhuh is working on a POC + proposal to explore introducing a dependency on ASO. The idea is to evaluate both alternatives (moving to ASO and migrating SDK track 2 with current SDK usage) as a path forward to accomplish the goal of no longer depending on SDK track 1. The current plan is to migrate the services over one at a time (order TBD but prioritizing services where new features are blocked on this migration like managedclusters). We may also consider doing both simultaneously if we decide to go with migrating to ASO but switching over the SDK version requires less refactoring and can be done in parallel. |
As soon as we get more clarity on the ASO proposal, it would be good to convert this issue into more specific parts of the code where we DO need to migrate to SDK track 2. |
This issue lists the current gaps: Azure/azure-service-operator#2237 |
Since Matt created #3409 which appears to supersede this, can we go ahead and close this issue? |
/close See #3409. |
@mboersma: Closing this issue. 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. |
/kind feature
Describe the solution you'd like
[A clear and concise description of what you want to happen.]
Some of the azure-sdk-for-go packages used have been deprecated and replaced with newer versions of the libraries. Ref: https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/MIGRATION_GUIDE.md for migration.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
):/etc/os-release
):The text was updated successfully, but these errors were encountered: