Skip to content

Commit 94d7557

Browse files
authored
Merge pull request #26783 from oke-py/invalid-hash
chore: fix invalid location.hash
2 parents ba33ccf + 5b29859 commit 94d7557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Here are some ways to mitigate involuntary disruptions:
7575
and [stateful](/docs/tasks/run-application/run-replicated-stateful-application/) applications.)
7676
- For even higher availability when running replicated applications,
7777
spread applications across racks (using
78-
[anti-affinity](/docs/user-guide/node-selection/#inter-pod-affinity-and-anti-affinity-beta-feature))
78+
[anti-affinity](/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity))
7979
or across zones (if using a
8080
[multi-zone cluster](/docs/setup/multiple-zones).)
8181

@@ -104,7 +104,7 @@ ensure that the number of replicas serving load never falls below a certain
104104
percentage of the total.
105105

106106
Cluster managers and hosting providers should use tools which
107-
respect PodDisruptionBudgets by calling the [Eviction API](/docs/tasks/administer-cluster/safely-drain-node/#the-eviction-api)
107+
respect PodDisruptionBudgets by calling the [Eviction API](/docs/tasks/administer-cluster/safely-drain-node/#eviction-api)
108108
instead of directly deleting pods or deployments.
109109

110110
For example, the `kubectl drain` subcommand lets you mark a node as going out of

0 commit comments

Comments
 (0)