Merge pull request from xieyanker/fix_format_tabs

fix format error
pull/20515/head
Kubernetes Prow Robot 2020-05-25 23:53:12 -07:00 committed by GitHub
commit 2f5d92f5fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 9 deletions
content/zh/docs/concepts/storage

View File

@ -1771,10 +1771,6 @@ Choose one of the following methods to create a VMDK.
{{< tabs name="tabs_volumes" >}}
{{% tab name="使用 vmkfstools 创建" %}}
<!--
{{% tab name="Create using vmkfstools" %}}
First ssh into ESX, then use the following command to create a VMDK:
-->
首先 ssh 到 ESX然后使用下面的命令来创建 VMDK
@ -1783,10 +1779,6 @@ vmkfstools -c 2G /vmfs/volumes/DatastoreName/volumes/myDisk.vmdk
```
{{% /tab %}}
{{% tab name="使用 vmware-vdiskmanager 创建" %}}
<!--
{{% tab name="Create using vmware-vdiskmanager" %}}
Use the following command to create a VMDK:
-->
使用下面的命令创建 VMDK
@ -2409,7 +2401,7 @@ sudo systemctl daemon-reload
sudo systemctl restart docker
```
{{% /capture %}}
{{% capture whatsnext %}}