Skip to content

Commit e8b4ff1

Browse files
authored
Merge pull request kubernetes#49966 from Mab879/patch-1
Remove Fedora and CentOS packages for kompose
2 parents 15e8bf1 + 52bd40a commit e8b4ff1

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

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

-21
Original file line numberDiff line numberDiff line change
@@ -52,27 +52,6 @@ Installing using `go get` pulls from the master branch with the latest developme
5252
go get -u github.com/kubernetes/kompose
5353
```
5454

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.
71-
72-
```bash
73-
sudo dnf -y install kompose
74-
```
75-
7655
{{% /tab %}}
7756
{{% tab name="Homebrew (macOS)" %}}
7857

0 commit comments

Comments
 (0)