Update kubernetes-job.md

Signed-off-by: Newbe36524 <newbe36524@qq.com>
This commit is contained in:
Newbe36524 2024-03-13 17:21:54 +08:00 committed by newbe36524
parent 14044ac8e7
commit 9628701cdd
No known key found for this signature in database
GPG Key ID: CD08BDD1D9C34B2B
1 changed files with 1 additions and 2 deletions

View File

@ -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 >}})