diff --git a/docs/content/en/docs/getting-started/_index.md b/docs/content/en/docs/getting-started/_index.md index 1104916ffd3..8d398c4d4e8 100644 --- a/docs/content/en/docs/getting-started/_index.md +++ b/docs/content/en/docs/getting-started/_index.md @@ -190,6 +190,11 @@ workflow, which, in this example, is * Deploying the Kubernetes manifest using `kubectl apply -f` * Streaming the logs back from the deployed app +{{< alert title="Note" >}} +For skaffold dev, if `imagePullPolicy` is set to `Always` in your Kubernetes manifest, it will expect the image to exist in a remote registry. +{{< /alert >}} + + Let's re-trigger the workflow just by a single code change! Update `main.go` as follows: