Fix not rendered markdown link in docs

The markdown links are not rendered properly on [the website](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/).
I replace them with html anchor tags to fix this weird issue.
pull/29628/head
Ye Shu 2021-09-06 23:00:28 +08:00 committed by GitHub
parent a8071cca02
commit 8d3d617d55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -11,9 +11,11 @@ weight: 30
<img src="https://raw.githubusercontent.com/kubernetes/kubeadm/master/logos/stacked/color/kubeadm-stacked-color.png" align="right" width="150px"> <img src="https://raw.githubusercontent.com/kubernetes/kubeadm/master/logos/stacked/color/kubeadm-stacked-color.png" align="right" width="150px">
Using `kubeadm`, you can create a minimum viable Kubernetes cluster that conforms to best practices. Using `kubeadm`, you can create a minimum viable Kubernetes cluster that conforms to best practices.
In fact, you can use `kubeadm` to set up a cluster that will pass the In fact, you can use `kubeadm` to set up a cluster that will pass the
[Kubernetes Conformance tests](https://kubernetes.io/blog/2017/10/software-conformance-certification). <a href="https://kubernetes.io/blog/2017/10/software-conformance-certification">Kubernetes Conformance tests</a>.
`kubeadm` also supports other cluster lifecycle functions, such as `kubeadm` also supports other cluster lifecycle functions, such as
[bootstrap tokens](/docs/reference/access-authn-authz/bootstrap-tokens/) and cluster upgrades. <a href="/docs/reference/access-authn-authz/bootstrap-tokens/">bootstrap tokens</a>
and cluster upgrades.
The `kubeadm` tool is good if you need: The `kubeadm` tool is good if you need: