mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
skaffold: add page (#2909)
This commit is contained in:
parent
9eaa17fda9
commit
4e113b6a7f
24
pages/common/skaffold.md
Normal file
24
pages/common/skaffold.md
Normal file
@ -0,0 +1,24 @@
|
||||
# skaffold
|
||||
|
||||
> A tool that facilitates continuous development for Kubernetes applications.
|
||||
> Homepage: <https://skaffold.dev>.
|
||||
|
||||
- Build the artifacts:
|
||||
|
||||
`skaffold build -f {{skaffold.yaml}}`
|
||||
|
||||
- Build and deploy your app every time your code changes:
|
||||
|
||||
`skaffold dev -f {{skaffold.yaml}}`
|
||||
|
||||
- Run a pipeline file:
|
||||
|
||||
`skaffold run -f {{skaffold.yaml}}`
|
||||
|
||||
- Run a diagnostic on Skaffold:
|
||||
|
||||
`skaffold diagnose -f {{skaffold.yaml}}`
|
||||
|
||||
- Deploy the artifacts:
|
||||
|
||||
`skaffold deploy -f {{skaffold.yaml}}`
|
Loading…
Reference in New Issue
Block a user