Skip to content
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

Open
valaparthvi opened this issue Aug 21, 2024 · 0 comments

Comments

@valaparthvi
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant