File tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/workloads/pods
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ Pods aren't intended to be treated as durable entities. They won't survive sched
146
146
147
147
In general, users shouldn't need to create pods directly. They should almost
148
148
always use controllers even for singletons, for example,
149
- [ Deployments] ( /docs/concepts/workloads/controllers/deployment/ ) ) .
149
+ [ Deployments] ( /docs/concepts/workloads/controllers/deployment/ ) .
150
150
Controllers provide self-healing with a cluster scope, as well as replication
151
151
and rollout management.
152
152
Controllers like [ StatefulSet] ( /docs/concepts/workloads/controllers/statefulset.md )
@@ -206,4 +206,4 @@ Pod is a top-level resource in the Kubernetes REST API. More details about the
206
206
API object can be found at:
207
207
[ Pod API object] (/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#pod-v1-core).
208
208
209
- {{% /capture %}}
209
+ {{% /capture %}}
You can’t perform that action at this time.
0 commit comments