Skip to content

Commit 8cb1149

Browse files
authored
Merge pull request #23046 from pjhwa/fix-23045
Fix issue with k8s.io/docs/concepts/workloads/pods/
2 parents a66b717 + 00a3e0a commit 8cb1149

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/workloads/pods

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ but cannot be controlled from there.
257257
* Lean about [RuntimeClass](/docs/concepts/containers/runtime-class/) and how you can use it to
258258
configure different Pods with different container runtime configurations.
259259
* Read about [Pod topology spread constraints](/docs/concepts/workloads/pods/pod-topology-spread-constraints/).
260-
* Read about [PodDisruptionBudget](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/) and how you can use it to manage application availability during disruptions.
260+
* Read about [PodDisruptionBudget](/docs/concepts/workloads/pods/disruptions/) and how you can use it to manage application availability during disruptions.
261261
* Pod is a top-level resource in the Kubernetes REST API.
262262
The [Pod](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#pod-v1-core)
263263
object definition describes the object in detail.

0 commit comments

Comments
 (0)