Minor patch changes to PR #3438

This commit is contained in:
Andrew Chen
2017-04-19 12:10:04 -07:00
parent 7f0294c579
commit 8f872afcd7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ You can achieve the same by invoking `kubectl replace -f` on a modified Ingress
## 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
+1 -1
View File
@@ -1,7 +1,7 @@
import subprocess
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
# the line should move to.
# Returns a list of ('old/path', 'new/path') tuples.
+1 -1
View File
@@ -4,4 +4,4 @@ title: Federation User Guide
{% include user-guide-content-moved.md %}
[Federation](/docs/concepts/cluster-administration/federation.md)
[Federation](/docs/concepts/cluster-administration/federation/)