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

integration with k14s's ytt, kapp #1

Open
cppforlife opened this issue Sep 20, 2019 · 0 comments
Open

integration with k14s's ytt, kapp #1

cppforlife opened this issue Sep 20, 2019 · 0 comments

Comments

@cppforlife
Copy link

i'm one of the authors of tools found here: https://k14s.io. ytt -f . | kbld -f - | kapp -y deploy -a app1 -f - is my most common combination of these tools. that pipeline templates configuration, builds images, and deploys to k8s.

i am interested in allowing folks to validate their resources seamlessly as part of command pipeline so that it looks something like this: ytt -f . | VALIDATOR -f- | kbld -f - | kapp -y deploy -a app1 -f - where VALIDATOR is a standalone tool that validates k8s YAML. for the pipeline to work nicely; however, such tool needs to:
(1) support dealing with YAML stream (multi doc)
(2) support propagating input as output (print YAML back for next steps)

what do you think about changing yamlvalidate to allow above use case? both points i believe would be easy to implement and do not go against spirit of this project.

@cppforlife cppforlife changed the title multi-doc output after successful validation integration with k14s's ytt, kapp Sep 20, 2019
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

1 participant