You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Skaffold renders your application to Kubernetes, it goes throught the following process:
10
+
When Skaffold renders your application to Kubernetes, it goes through the following process:
11
11
12
12
* the Skaffold renderer _renders_ the final Kubernetes manifests: Skaffold replaces untagged image names in the Kubernetes manifests with the final tagged image names.
13
13
It also might go through the extra intermediate step of expanding templates (for helm) or calculating overlays (for kustomize).
@@ -28,4 +28,4 @@ a combination of multiple renderers in a single project.
28
28
29
29
For a detailed discussion on Skaffold configuration, see
30
30
[Skaffold Concepts]({{< relref "/docs/design/config.md" >}}) and
0 commit comments