skaffold
Using skaffold with Jenkins X
See the skaffold site on how to use skaffold
to perform localy builds of a project.
Essentially you do the following:
- install skaffold
cd
into a git clone of your application- run
skaffold init
- then to run your application
skaffold run --tail
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified March 15, 2021: fix: add inner loop docs (4c4769b07b)