Skip to content

Commit a206af4

Browse files
authored
Ends img tag and revert changes to links
- Moves the image to this repo - Adds <img/> to end the tag - Revert changes made to markdown links
1 parent 8d3d617 commit a206af4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ weight: 30
88

99
<!-- overview -->
1010

11-
<img src="https://raw.githubusercontent.com/kubernetes/kubeadm/master/logos/stacked/color/kubeadm-stacked-color.png" align="right" width="150px">
11+
<img src="/images/kubeadm-stacked-color.png" align="right" width="150px"></img>
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-
<a href="https://kubernetes.io/blog/2017/10/software-conformance-certification">Kubernetes Conformance tests</a>.
15-
14+
[Kubernetes Conformance tests](https://kubernetes.io/blog/2017/10/software-conformance-certification).
1615
`kubeadm` also supports other cluster lifecycle functions, such as
17-
<a href="/docs/reference/access-authn-authz/bootstrap-tokens/">bootstrap tokens</a>
18-
and cluster upgrades.
16+
[bootstrap tokens](/docs/reference/access-authn-authz/bootstrap-tokens/) and cluster upgrades.
1917

2018
The `kubeadm` tool is good if you need:
2119

80.1 KB
Loading

0 commit comments

Comments
 (0)