Skip to content

Commit

Permalink
Merge pull request #2598 from corneliusweig/w/doc-update
Browse files Browse the repository at this point in the history
docs: clarify that tagged images in manifests are not replaced
  • Loading branch information
balopat authored Aug 22, 2019
2 parents e5a5cd3 + b46f34f commit ea2564f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/docs/how-tos/deployers/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ to deploy your app to a Kubernetes cluster.

When Skaffold deploys an application the following steps happen:

* the Skaffold deployer _renders_ the final kubernetes manifests: Skaffold replaces the image names in the kubernetes manifests with the final tagged image names.
* the Skaffold deployer _renders_ the final kubernetes manifests: Skaffold replaces untagged image names in the kubernetes manifests with the final tagged image names.
Also, in case of the more complicated deployers the rendering step involves expanding templates (in case of helm) or calculating overlays (in case of kustomize).
* the Skaffold deployer _deploys_ the final kubernetes manifests to the cluster

Expand Down

0 comments on commit ea2564f

Please sign in to comment.