-
Notifications
You must be signed in to change notification settings - Fork 427
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
Unwanted updates happening on AKS managed kubernetes loadbalancer #5168
Comments
It looks to me that somehow two different API versions are being shown, and both are representing the same underlying resource. That And CAPZ doesn't touch the /remove-kind bug |
@nishant221 - have you tried enabling CAPZ preview API version? That would get ASO to utilize 2024-04-02-preview version of API. If this works, we likely need to update the stable version of the API from ASO. |
@nishant221 - you can change to the preview API version for AzureASOManagedControlPlane via manually editing this value to what is available in ASO. |
@dtzar We are already specifying preview API version for but when I see on the management |
API version is not an inherent property of Kubernetes resources. The same resource can be represented by several different API versions: https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning ASO's versioning scheme isn't compatible with Kubernetes's assumptions about API versions w.r.t. how Kubernetes will pick a default version, so you'll usually end up seeing an older version than you might have used to create the resource if you do a plain Overall, I still don't see where any resources are unexpectedly being mutated by either CAPZ, ASO, or AKS. |
/kind bug
[Before submitting an issue, have you checked the Troubleshooting Guide self-managed & managed?]
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
We created an AKS cluster via AzureASOManagedCluster APIs of CAPZ, and while observing activity logs of Azure , we are seeing some unwanted updates in Azure managed "kubernetes" loadbalancer (screenshots below)
After some time the above change gets auto-reverted as below:
What did you expect to happen:
These unwanted updates should not be triggered.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
): v1.28.9/etc/os-release
):The text was updated successfully, but these errors were encountered: