mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 03:01:42 +00:00
Update cheatsheets
This commit is contained in:
29
skaffold
Normal file
29
skaffold
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# skaffold
|
||||
|
||||
> Facilitate continuous development for Kubernetes applications.
|
||||
> More information: <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}}`
|
||||
Reference in New Issue
Block a user