Skip to content

Commit

Permalink
fix: image markdown symbol error
Browse files Browse the repository at this point in the history
Chinese exclamation symbol in markdown cause image can't be view
  • Loading branch information
Vickey-Wu authored Aug 26, 2020
1 parent 3cb0307 commit 915e7f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ on control plane nodes when using `kubeadm init` and `kubeadm join --control-pla
<!--
![Stacked etcd topology](/images/kubeadm/kubeadm-ha-topology-stacked-etcd.svg)
-->
[堆叠的 etcd 拓扑](/images/kubeadm/kubeadm-ha-topology-stacked-etcd.svg)
![堆叠的 etcd 拓扑](/images/kubeadm/kubeadm-ha-topology-stacked-etcd.svg)

<!--
## External etcd topology
Expand Down Expand Up @@ -136,7 +136,7 @@ A minimum of three hosts for control plane nodes and three hosts for etcd nodes
<!--
![External etcd topology](/images/kubeadm/kubeadm-ha-topology-external-etcd.svg)
-->
[外部 etcd 拓扑](/images/kubeadm/kubeadm-ha-topology-external-etcd.svg)
![外部 etcd 拓扑](/images/kubeadm/kubeadm-ha-topology-external-etcd.svg)



Expand Down

0 comments on commit 915e7f1

Please sign in to comment.