From 8d3d617d55f54839a25041489861be87d8f248fe Mon Sep 17 00:00:00 2001 From: Ye Shu Date: Mon, 6 Sep 2021 23:00:28 +0800 Subject: [PATCH] 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. --- .../tools/kubeadm/create-cluster-kubeadm.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md b/content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md index 0c7d176c5f..11ffc8c4aa 100644 --- a/content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md +++ b/content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md @@ -11,9 +11,11 @@ weight: 30 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 -[Kubernetes Conformance tests](https://kubernetes.io/blog/2017/10/software-conformance-certification). +Kubernetes Conformance tests. + `kubeadm` also supports other cluster lifecycle functions, such as -[bootstrap tokens](/docs/reference/access-authn-authz/bootstrap-tokens/) and cluster upgrades. +bootstrap tokens +and cluster upgrades. The `kubeadm` tool is good if you need: