Update anchor links of Nodeport from #nodeport to #type-nodeport (#7899)
* Update anchor link from #nodeport to #type-nodeport in baremetal.md * Update anchor link from #nodeport to #type-nodeport in baremetal.md
This commit is contained in:
parent
017e1ecde3
commit
af232df1af
2 changed files with 2 additions and 2 deletions
|
@ -250,7 +250,7 @@ for generating redirect URLs that take into account the URL used by external cli
|
|||
```
|
||||
|
||||
[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/#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/
|
||||
[preserve-ip]: https://github.com/kubernetes/ingress-nginx/blob/nginx-0.19.0/deploy/provider/aws/service-nlb.yaml#L12-L14
|
||||
|
|
|
@ -272,7 +272,7 @@ A [complete list of available annotations for Oracle Cloud Infrastructure](https
|
|||
|
||||
### Bare metal clusters
|
||||
|
||||
Using [NodePort](https://kubernetes.io/docs/concepts/services-networking/service/#nodeport):
|
||||
Using [NodePort](https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport):
|
||||
|
||||
```console
|
||||
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.0.4/deploy/static/provider/baremetal/deploy.yaml
|
||||
|
|
Loading…
Reference in a new issue