Change federation documentation link to v2 in ingress. (#17011)

This commit is contained in:
Mitesh Jain 2019-10-18 00:17:59 +05:30 committed by Kubernetes Prow Robot
parent b6b6011931
commit e3aec37252
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ You can achieve the same outcome by invoking `kubectl replace -f` on a modified
## Failing across availability zones
Techniques for spreading traffic across failure domains differs between cloud providers.
Please check the documentation of the relevant [Ingress controller](/docs/concepts/services-networking/ingress-controllers) for details. You can also refer to the [federation documentation](/docs/concepts/cluster-administration/federation/)
Please check the documentation of the relevant [Ingress controller](/docs/concepts/services-networking/ingress-controllers) for details. You can also refer to the [federation documentation](https://github.com/kubernetes-sigs/federation-v2)
for details on deploying Ingress in a federated cluster.
## Future Work