-
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
Behavior appliance of Azure Tags to Resource Groups #4156
Comments
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 Kubernetes project currently lacks enough active 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 rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". 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
In many cloud environments, Azure Tags are required when creating resources. #2240 claims to have fixed this but I cant find any documentation for this. In my setup i get the following error:
I have set
additionalTags
on the AzureManagedControlPlane and the AzureManagedMachinePool resources. The issue appears on the creation of the resource group - which i dont have an explicit manifest for.[EDIT] It appears as if the operator doesn't properly reconcile / patch the resource group when additionalTags are added to the CAPI resources. I manually deleted the Resource Group object (resourcegroups.resources.azure.com) and restarted the capz-system pods - then it worked.
I would be very happy to contribute this, if somebody could help me get started (how to test, whats the PR format etc.)
Anything else you would like to add:
Environment:
kubectl version
): 1.27.6/etc/os-release
): Ubuntu 22.04 LTSThe text was updated successfully, but these errors were encountered: