Merge pull request #1774 from utkarsh-singh1/update-docs-installation-md

Removed fedora installation instruction from installation.md
This commit is contained in:
Kubernetes Prow Robot 2023-12-04 21:11:15 +01:00 committed by GitHub
commit af06917dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,14 +62,6 @@ If you have [EPEL](https://fedoraproject.org/wiki/EPEL) enabled in your system,
sudo yum -y install kompose
```
## Fedora
Kompose is in Fedora 24, 25 and 26 repositories. You can install it just like any other package.
```bash
sudo dnf -y install kompose
```
## macOS
On macOS, you can install the latest release via [Homebrew](https://brew.sh) or [MacPorts](https://www.macports.org/).