Skip to content

Commit

Permalink
feat: add EL install instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Di Nucci <francesco.dinucci@na.infn.it>
  • Loading branch information
Francesco Di Nucci committed Mar 18, 2024
1 parent 168b0ce commit 6e794e1
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
20 changes: 19 additions & 1 deletion content/en/docs/v3.5/install.md
Expand Up @@ -93,7 +93,25 @@ $ etcd --version

## Linux

TBD
### Enterprise Linux (CentOS Stream, RHEL)

- Prerequisites
- Enable a [RDO repository](https://www.rdoproject.org/what/repos/) or a [OpenStack repository from extras](https://docs.openstack.org/install-guide/environment-packages-rdo.html#enable-the-openstack-repository)

- Procedure
- Install using dnf

```sh
$ sudo dnf install etcd
```

- After configuring, start and enable Systemd service

```sh
$ sudo systemctl start etcd
$ sudo systemctl enable etcd
```

## Installation as part of Kubernetes installation

TBD---Help Wanted
Expand Down
19 changes: 18 additions & 1 deletion content/en/docs/v3.6/install.md
Expand Up @@ -93,7 +93,24 @@ $ etcd --version

## Linux

TBD
### Enterprise Linux (CentOS Stream, RHEL)

- Prerequisites
- Enable a [RDO repository](https://www.rdoproject.org/what/repos/) or a [OpenStack repository from extras](https://docs.openstack.org/install-guide/environment-packages-rdo.html#enable-the-openstack-repository)

- Procedure
- Install using dnf

```sh
$ sudo dnf install etcd
```

- After configuring, start and enable Systemd service

```sh
$ sudo systemctl start etcd
$ sudo systemctl enable etcd
```

## Installation as part of Kubernetes installation

Expand Down

0 comments on commit 6e794e1

Please sign in to comment.