-
Notifications
You must be signed in to change notification settings - Fork 29
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
[API] Syncing of the tags between AKSConfig and UpstreamSpec for a newly created cluster is slow for empty tags #640
Comments
@mjura It appears to have been fixed in 2.10.0, not 2.9.4. I am changing the milestone. Please revert it back if I am wrong. |
I tested this on 2.10.0-alpha7(rancher/aks-operator:v1.10.0-rc.2) and 2.9-head(v2.9-023781e52103c45a9bbdf3cb47d60b9336321daa-head, rancher/aks-operator:v1.9.4-rc.2), and I am unable to create AKS cluster with empty-tags or update an existing cluster with empty tag. |
Same here on v2.9-head with
This is from aks-operator logs, it says
Edit: after adding another empty tag from rancher the original |
Same result as in previous comment on v2.10-head with |
Create a cluster with a few tags and an empty tag, for e.g: {"owner": "pvala", "testLine": "somefile_L45", "empty-tag": ""}
When the cluster is created, Azure portal adds its own set of tags and the syncing between AKSConfig tags and UpstreamSpec tags is not immediate, it takes a few minutes after the cluster is Active before everything is synced.
I noticed that the non-empty tags immediately appear on AKS console, but the empty tag takes a while to appear, so there is something amiss with the way operator deals with empty tags.
IMO the sync should complete before the cluster becomes active.
This happens for both API and UI cluster creation. Updating the cluster with an empty tag via API works as expected.
PR's:
The text was updated successfully, but these errors were encountered: