Skip to content

Commit 52bd40a

Browse files
authored
Remove Fedora and CentOS packages for kompose
These packages have been orphaned for over 2 years. See https://src.fedoraproject.org/rpms/kompose/c/8afab6b0014862b81ffa30f9ee87d4b8192fdf3f?branch=rawhide for more details.
1 parent c433bc2 commit 52bd40a

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)