Created
June 4, 2021 11:03
-
-
Save inductor/505d5ed7b47058cc0b2ab2a65d9cae14 to your computer and use it in GitHub Desktop.
git diff origin/release-1.18 origin/release-1.19 <file>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/content/en/docs/reference/setup-tools/kubeadm/_index.md b/content/en/docs/reference/setup-tools/kubeadm/_index.md | |
| index 32c5c6f0a..d747c0512 100755 | |
| --- a/content/en/docs/reference/setup-tools/kubeadm/_index.md | |
| +++ b/content/en/docs/reference/setup-tools/kubeadm/_index.md | |
| @@ -8,7 +8,7 @@ card: | |
| weight: 40 | |
| --- | |
| -<img src="https://raw.githubusercontent.com/kubernetes/kubeadm/master/logos/stacked/color/kubeadm-stacked-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/kubernetes/kubeadm/master/logos/stacked/color/kubeadm-stacked-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. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment