Skip to content

Commit 8d3d617

Browse files
authored
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.
1 parent a8071cc commit 8d3d617

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ weight: 30
1111
<img src="https://raw.githubusercontent.com/kubernetes/kubeadm/master/logos/stacked/color/kubeadm-stacked-color.png" align="right" width="150px">
1212
Using `kubeadm`, you can create a minimum viable Kubernetes cluster that conforms to best practices.
1313
In fact, you can use `kubeadm` to set up a cluster that will pass the
14-
[Kubernetes Conformance tests](https://kubernetes.io/blog/2017/10/software-conformance-certification).
14+
<a href="https://kubernetes.io/blog/2017/10/software-conformance-certification">Kubernetes Conformance tests</a>.
15+
1516
`kubeadm` also supports other cluster lifecycle functions, such as
16-
[bootstrap tokens](/docs/reference/access-authn-authz/bootstrap-tokens/) and cluster upgrades.
17+
<a href="/docs/reference/access-authn-authz/bootstrap-tokens/">bootstrap tokens</a>
18+
and cluster upgrades.
1719

1820
The `kubeadm` tool is good if you need:
1921

0 commit comments

Comments
 (0)