Merge pull request #4034 from warmchang/bare-metal

🔧 fix navigation error in file baremetal.md
This commit is contained in:
Kubernetes Prow Robot 2019-04-24 06:16:07 -07:00 committed by GitHub
commit 5d31fb2c5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -251,7 +251,7 @@ for generating redirect URLs that take into account the URL used by external cli
Location: https://myapp.example.com/ #-> missing NodePort in HTTPS redirect Location: https://myapp.example.com/ #-> missing NodePort in HTTPS redirect
``` ```
[install-baremetal]: ./deploy/#baremetal [install-baremetal]: ./index.md#bare-metal
[nodeport-def]: https://kubernetes.io/docs/concepts/services-networking/service/#nodeport [nodeport-def]: https://kubernetes.io/docs/concepts/services-networking/service/#nodeport
[nodeport-nat]: https://kubernetes.io/docs/tutorials/services/source-ip/#source-ip-for-services-with-type-nodeport [nodeport-nat]: https://kubernetes.io/docs/tutorials/services/source-ip/#source-ip-for-services-with-type-nodeport
[pod-assign]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ [pod-assign]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/