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] k8s.KubectlKustomize (template generation) #915

Closed
dzmitry-lahoda opened this issue May 28, 2021 · 3 comments · Fixed by #1169
Closed

[Feature] k8s.KubectlKustomize (template generation) #915

dzmitry-lahoda opened this issue May 28, 2021 · 3 comments · Fixed by #1169

Comments

@dzmitry-lahoda
Copy link

Like wrapper around Apply(KubectlApply)

https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/

Allows pod per test templating

@dzmitry-lahoda
Copy link
Author

better use kustomize as separate tool because kubectl of latest version still deployed with old kustomize

@dzmitry-lahoda
Copy link
Author

may be run conditionally (separate too or kubectl)

@yufeiminds
Copy link
Contributor

I forked the repo and added the -k argument with related methods.

  • KubectlApplyFromKustomize
  • KubectlApplyFromKustomizeE
  • KubectlDeleteFromKustomize
  • KubectlDeleteFromKustomizeE

It worked in my usage. 😄

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

Successfully merging a pull request may close this issue.

2 participants