Skip to content

Commit e53ccf5

Browse files
authored
Merge pull request #50131 from my-git9/np-640
[zh-cn]sync translate-compose-kubernetes.md
2 parents d15b36a + 468f73c commit e53ccf5

File tree

1 file changed

+2
-34
lines changed

1 file changed

+2
-34
lines changed

content/zh-cn/docs/tasks/configure-pod-container/translate-compose-kubernetes.md

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -79,39 +79,6 @@ Installing using `go get` pulls from the master branch with the latest developme
7979
go get -u github.com/kubernetes/kompose
8080
```
8181

82-
{{% /tab %}}
83-
{{% tab name="CentOS 包" %}}
84-
85-
<!--
86-
Kompose is in [EPEL](https://fedoraproject.org/wiki/EPEL) CentOS repository.
87-
If you don't have [EPEL](https://fedoraproject.org/wiki/EPEL) repository already installed and enabled you can do it by running `sudo yum install epel-release`.
88-
-->
89-
Kompose 位于 [EPEL](https://fedoraproject.org/wiki/EPEL) CentOS 代码仓库。
90-
如果你还没有安装并启用 [EPEL](https://fedoraproject.org/wiki/EPEL) 代码仓库,
91-
请运行命令 `sudo yum install epel-release`
92-
93-
<!--
94-
If you have [EPEL](https://fedoraproject.org/wiki/EPEL) enabled in your system, you can install Kompose like any other package.
95-
-->
96-
如果你的系统中已经启用了 [EPEL](https://fedoraproject.org/wiki/EPEL)
97-
你就可以像安装其他软件包一样安装 Kompose。
98-
99-
```bash
100-
sudo yum -y install kompose
101-
```
102-
103-
{{% /tab %}}
104-
{{% tab name="Fedora 包" %}}
105-
106-
<!--
107-
Kompose is in Fedora 24, 25 and 26 repositories. You can install it like any other package.
108-
-->
109-
Kompose 位于 Fedora 24、25 和 26 的代码仓库。你可以像安装其他软件包一样安装 Kompose。
110-
111-
```bash
112-
sudo dnf -y install kompose
113-
```
114-
11582
{{% /tab %}}
11683
{{% tab name="Homebrew (macOS)" %}}
11784

@@ -452,7 +419,8 @@ INFO OpenShift file "foo-buildconfig.yaml" created
452419
If you are manually pushing the Openshift artifacts using ``oc create -f``, you need to ensure that you push the imagestream artifact before the buildconfig artifact, to workaround this OpenShift issue: https://github.com/openshift/origin/issues/4518 .
453420
-->
454421
如果使用 ``oc create -f`` 手动推送 OpenShift 工件,则需要确保在构建配置工件之前推送
455-
imagestream 工件,以解决 OpenShift 的这个问题: https://github.com/openshift/origin/issues/4518。
422+
imagestream 工件,以解决 OpenShift 的这个问题:
423+
https://github.com/openshift/origin/issues/4518。
456424
{{< /note >}}
457425

458426
<!--

0 commit comments

Comments
 (0)