Minor patch changes to PR #3438
This commit is contained in:
@@ -273,7 +273,7 @@ You can achieve the same by invoking `kubectl replace -f` on a modified Ingress
|
|||||||
|
|
||||||
## Failing across availability zones
|
## Failing across availability zones
|
||||||
|
|
||||||
Techniques for spreading traffic across failure domains differs between cloud providers. Please check the documentation of the relevant Ingress controller for details. Please refer to the federation [doc](/docs/concepts/cluster-administration/federation.md) for details on deploying Ingress in a federated cluster.
|
Techniques for spreading traffic across failure domains differs between cloud providers. Please check the documentation of the relevant Ingress controller for details. Please refer to the federation [doc](/docs/concepts/cluster-administration/federation/) for details on deploying Ingress in a federated cluster.
|
||||||
|
|
||||||
## Future Work
|
## Future Work
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import subprocess
|
import subprocess
|
||||||
import re
|
import re
|
||||||
|
|
||||||
# Finds the docuements to rewrite by for files that include user-guide-content-moved.md.
|
# Finds the documents to rewrite for files that include user-guide-content-moved.md.
|
||||||
# Then opens these files and processes the stuff after those lines to figure out where
|
# Then opens these files and processes the stuff after those lines to figure out where
|
||||||
# the line should move to.
|
# the line should move to.
|
||||||
# Returns a list of ('old/path', 'new/path') tuples.
|
# Returns a list of ('old/path', 'new/path') tuples.
|
||||||
|
|||||||
@@ -4,4 +4,4 @@ title: Federation User Guide
|
|||||||
|
|
||||||
{% include user-guide-content-moved.md %}
|
{% include user-guide-content-moved.md %}
|
||||||
|
|
||||||
[Federation](/docs/concepts/cluster-administration/federation.md)
|
[Federation](/docs/concepts/cluster-administration/federation/)
|
||||||
|
|||||||
Reference in New Issue
Block a user