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

Ideas for further handy Kubernetes helpers #63

Open
squaremo opened this issue Mar 4, 2020 · 3 comments
Open

Ideas for further handy Kubernetes helpers #63

squaremo opened this issue Mar 4, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@squaremo
Copy link
Member

squaremo commented Mar 4, 2020

  • A transformation which will re-namespace resources -- not just the metadata.namespace, but references to things with namespaces (possibly by keeping track of what has changed where it is, then running through and updating everything else).
@squaremo squaremo added the enhancement New feature or request label Mar 4, 2020
@errordeveloper
Copy link
Contributor

Also, in similar vein: label modifier

@squaremo
Copy link
Member Author

squaremo commented Mar 5, 2020

Also, in similar vein: label modifier

There's transform/commonMetadata, which adds labels and annotations .. What kind of modifications would you want to do to labels? Changing particular labels, or adding / subtracting from the set of labels?

@errordeveloper
Copy link
Contributor

Example 1

I rendered a Helm chart and it has standard helm labels, like app.kubernetes.io/managed-by=Tiller and helm.sh/chart: foo-v0.0.1.

Example 2

Given a selector, append a new label.


Also, aside from ObjectMeta, one probably wants to edit a LabelSelector.

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

No branches or pull requests

2 participants