fix kubernetes certified logo url (#14511)

Signed-off-by: harshvkarn <harshvardhan.karn@mayadata.io>
This commit is contained in:
Harshvardhan Karn
2019-05-27 18:37:52 +05:30
committed by Kubernetes Prow Robot
parent 4f60e86604
commit bbc3061088
10 changed files with 12 additions and 12 deletions
@@ -9,7 +9,7 @@ card:
name: reference
weight: 40
---
<img src="https://raw.githubusercontent.com/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://raw.githubusercontent.com/cncf/artwork/master/projects/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.