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 request: kustomize support #15

Open
lukasmrtvy opened this issue Dec 2, 2019 · 1 comment
Open

Feature request: kustomize support #15

lukasmrtvy opened this issue Dec 2, 2019 · 1 comment

Comments

@lukasmrtvy
Copy link

lukasmrtvy commented Dec 2, 2019

Is your feature request related to a problem? Please describe.
Would be great to have kustomize support https://github.com/kubernetes-sigs/kustomize
Its already implemented in kubectl client and I think its worth to have it.

Describe the solution you'd like to see
Handle:

  • template $overlay_file
  • kubectl kustomize . > $file
  • kubectl apply -f $file
    or
  • template $overlay_file
  • kubectl build base | kubectl apply -f
    or
  • template $overlay_file
  • kubectl apply -k base

Describe alternatives you've considered
null_resource with local-exec may be a way

@kam1kaze
Copy link

here is terraform provider to manage kustomize resources: https://github.com/kbst/terraform-provider-kustomize

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

2 participants