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

Feature: Global configmaps and secrets #6

Open
blakebarnett opened this issue Mar 8, 2017 · 2 comments
Open

Feature: Global configmaps and secrets #6

blakebarnett opened this issue Mar 8, 2017 · 2 comments

Comments

@blakebarnett
Copy link

blakebarnett commented Mar 8, 2017

This might be a little bit crazier than the last one, but I keep getting asked why it's not possible to have a global/default configmap or secret. It seems that with RBAC enabled, and control over what gets written to the default namespace this is reasonable.

It would be awesome if something like konfd would enable this with an annotation on a resource in the default namespace, something like:

konfd.io/is-global: "true"

I can see the case being made that it should only behave as a default (given the namespace name) and should not overwrite existing resources in other namespaces if they already exist.

@ofpiyush
Copy link

I wrote this to solve similar problems with our clusters https:/verloop/nsync

@kelseyhightower
Copy link
Owner

This is pretty interesting, but I think it will make things super hard to reason about. How to handle errors when data is not available in all namespaces to resolve the template?

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

3 participants