Skip to content

Commit 15ef874

Browse files
authored
Update multi-app-overview.md
Add note Signed-off-by: Mark Fussell <[email protected]>
1 parent 57a493d commit 15ef874

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

daprdocs/content/en/developing-applications/local-development/multi-app-dapr-run/multi-app-overview.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ apps:
135135

136136
> **Note:**
137137
> - If the `containerImage` field is not specified, `dapr run -k -f` produces an error.
138+
> - The containerImagePullPolicy indicates that a new container image is always downloaded for this app.
138139
> - The `createService` field defines a basic service in Kubernetes (ClusterIP or LoadBalancer) that targets the `--app-port` specified in the template. If `createService` isn't specified, the application is not accessible from outside the cluster.
139140

140141
For a more in-depth example and explanation of the template properties, see [Multi-app template]({{< ref multi-app-template.md >}}).
@@ -170,4 +171,4 @@ Watch [this video for an overview on Multi-App Run in Kubernetes](https://youtu.
170171

171172
- [Learn the Multi-App Run template file structure and its properties]({{< ref multi-app-template.md >}})
172173
- [Try out the self-hosted Multi-App Run template with the Service Invocation quickstart]({{< ref serviceinvocation-quickstart.md >}})
173-
- [Try out the Kubernetes Multi-App Run template with the `hello-kubernetes` tutorial](https://github.com/dapr/quickstarts/tree/master/tutorials/hello-kubernetes)
174+
- [Try out the Kubernetes Multi-App Run template with the `hello-kubernetes` tutorial](https://github.com/dapr/quickstarts/tree/master/tutorials/hello-kubernetes)

0 commit comments

Comments
 (0)