Skip to content

Commit

Permalink
Update kubernetes-job.md
Browse files Browse the repository at this point in the history
Signed-off-by: Newbe36524 <[email protected]>
  • Loading branch information
newbe36524 committed Mar 13, 2024
1 parent 14044ac commit 9628701
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 >}})

0 comments on commit 9628701

Please sign in to comment.