You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/en/docs/tasks/configure-pod-container/translate-compose-kubernetes.md
-21
Original file line number
Diff line number
Diff line change
@@ -52,27 +52,6 @@ Installing using `go get` pulls from the master branch with the latest developme
52
52
go get -u github.com/kubernetes/kompose
53
53
```
54
54
55
-
{{% /tab %}}
56
-
{{% tab name="CentOS package" %}}
57
-
58
-
Kompose is in [EPEL](https://fedoraproject.org/wiki/EPEL) CentOS repository.
59
-
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`.
60
-
61
-
If you have [EPEL](https://fedoraproject.org/wiki/EPEL) enabled in your system, you can install Kompose like any other package.
62
-
63
-
```bash
64
-
sudo yum -y install kompose
65
-
```
66
-
67
-
{{% /tab %}}
68
-
{{% tab name="Fedora package" %}}
69
-
70
-
Kompose is in Fedora 24, 25 and 26 repositories. You can install it like any other package.
0 commit comments