-
Notifications
You must be signed in to change notification settings - Fork 207
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
Cross namespace storage accounts with per namespace blob container #3049
Comments
Kubernetes object ownership cannot cross namespace boundaries:
That said, I think we have a couple of things on our backlog that would solve much, if not all, of your problem. The first is feature request #2357, which would allow owners to be arbitrary ARM references. The second is bug report #2985, where a user wants config-maps to be published from a resource even if marked with Do you think that combination would work in your context? |
@theunrepentantgeek Yes it should work, I think we can then close this task in favor of the issues you have mentioned. |
Closing this as requested. |
Describe the current behavior
Currently, if I want to use a storage account in multiple namespaces with a container per namespace I have to recreate the whole ResourceGroup -> SotorageAccount -> StorageAccountsBlobService -> StorageAccountsBlobServicesContainer. While I can annotate the ResourceGroup, StorageAccountsBlobService, StorageAccountsBlobServicesContainer with the
serviceoperator.azure.com/reconcile-policy: skip
annotations so that I don't have multiple namespaces trying to manage the same resource I still have to set the SotorageAccount as managed otherwise the secret with the keys is not created in the namespace I need them.Describe the improvement
I see two improvements:
reconcile-policy
to only sync secrets or make the skip policy sync secrets in the clusterThe text was updated successfully, but these errors were encountered: