mirror of https://github.com/dapr/docs.git
Update kubernetes-job.md
Signed-off-by: Newbe36524 <newbe36524@qq.com>
This commit is contained in:
parent
14044ac8e7
commit
9628701cdd
|
@ -4,7 +4,6 @@ title: "Running Dapr with a Kubernetes Job"
|
|||
linkTitle: "Kubernetes Jobs"
|
||||
weight: 70000
|
||||
description: "Use Dapr API in a Kubernetes Job context"
|
||||
type: docs
|
||||
---
|
||||
|
||||
The Dapr sidecar is designed to be a long running process. In the context of a [Kubernetes Job](https://kubernetes.io/docs/concepts/workloads/controllers/job/) this behavior can block your job completion.
|
||||
|
@ -67,4 +66,4 @@ func main() {
|
|||
## Related links
|
||||
|
||||
- [Deploy Dapr on Kubernetes]({{< ref kubernetes-deploy.md >}})
|
||||
- [Upgrade Dapr on Kubernetes]({{< ref kubernetes-upgrade.md >}})
|
||||
- [Upgrade Dapr on Kubernetes]({{< ref kubernetes-upgrade.md >}})
|
||||
|
|
Loading…
Reference in New Issue