-
Notifications
You must be signed in to change notification settings - Fork 431
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
Integrate Azure Service Operator #3402
Comments
I played around with this a bit and got it working AFACT. The steps I roughly took were:
I added a section to the docs as part of #3723 with more details. I think that gives me enough confidence to move forward for now. |
Here is an implementation/review checklist I put together for converting each service to use ASO: https://gist.github.com/nojnhuh/a1e06bb6d98b0eacb51134480ea4acea |
I'd vote to close this issue out once we have everything completed in common functionality |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The couple of lingering issues here I think are marginal enough that I think we can at least call this issue complete. We'll of course continue to track those open issues but I think it's fair to close this big tracking issue now. /close |
@nojnhuh: 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-sigs/prow repository. |
/kind feature
This is an umbrella issue to track the overall progress of the effort described in the proposal to adopt ASO (#3113). It's currently a work-in-progress and will be updated as we identify and break down the work to be done.
Common Functionality
clusterctl init
,tilt up
#3520reconcile-policy: skip
on ASO resources when Cluster is paused #3525block-move
annotation #3839controller: true
OwnerReference on ASO resources referring to its managing CAPZ resource #4340New Tests
clusterctl move
with ASO #3795Service Implementations
Currently listed above are the services required for AzureManagedCluster which are the highest priority.
Relevant External Issues
The text was updated successfully, but these errors were encountered: