-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: David Gageot <david@gageot.net>
- Loading branch information
Showing
16 changed files
with
132 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
--- | ||
title: "Skaffold Documentation" | ||
linkTitle: "Documentation" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
|
||
--- | ||
title: "How-to Guides" | ||
linkTitle: "How-to Guides" | ||
weight: 30 | ||
--- | ||
|
||
| Skaffold Workflow | | ||
|----------| | ||
| [Builders](/docs/how-tos/builders) | | ||
| [Testers](/docs/how-tos/testers) | | ||
| [Deployers](/docs/how-tos/deployers) | | ||
| [Taggers](/docs/how-tos/taggers) | | ||
| [File sync](/docs/how-tos/filesync) | | ||
| [Port forwarding](/docs/how-tos/portforward) | | ||
| [Profiles](/docs/how-tos/profiles) | | ||
| [Templated fields](/docs/how-tos/templating) | | ||
| Skaffold Workflow | | | ||
|----------|---| | ||
| [Builders](/docs/how-tos/builders) | How Docker images are built | | ||
| [Testers](/docs/how-tos/testers) | How images are tested | | ||
| [Taggers](/docs/how-tos/taggers) | How images are tagged | | ||
| [Deployers](/docs/how-tos/deployers) | How your app is deployed to a Kubernetes cluster | | ||
| [File sync](/docs/how-tos/filesync) | File sync for files that don’t require full rebuild | | ||
| [Port forwarding](/docs/how-tos/portforward) | Port forwarding from pods | | ||
| [Profiles](/docs/how-tos/profiles) | Define configurations for different contexts | | ||
| [Templated fields](/docs/how-tos/templating) | Adjust configuration with environment variables | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.