Skip to content

Commit 23f8ea8

Browse files
committed
Revert "Remove RHEL (#227)"
This reverts commit bfeecb5.
1 parent 93f9de4 commit 23f8ea8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pharos is always up-to-date and built from the latest upstream Kubernetes, inclu
1515
- **Supported Infrastructure:** Private datacenter, Public cloud, Hybrid, Edge
1616
- **Supported Machine Types:** Bare metal, VM
1717
- **Supported Machine Architectures:** Intel (x86-64), ARM (ARM64)
18-
- **Supported Host Operating Systems:** [CentOS, Debian, Ubuntu](requirements.md)
18+
- **Supported Host Operating Systems:** [CentOS, Debian, Redhat, Ubuntu](requirements.md)
1919
- **Supported Cluster Data Store Options:** In-cluster elastic etcd with TLS, External etcd with TLS
2020
- **Supported Control Plane Availability Options:** Single master, Multi-master
2121
- **Supported Container Runtimes:** [Docker](https://www.docker.com/products/container-runtime)

requirements.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ Pharos cluster may be run on any machine (bare metal or virtual) that is capable
1717

1818
| Operating System | Architectures
1919
|:----------------------------------|:------------------------------------------------
20-
| CentOS 7.x | [x86-64](https://en.wikipedia.org/wiki/X86-64)
20+
| CentOS 7.4 - 7.5 | [x86-64](https://en.wikipedia.org/wiki/X86-64)
2121
| Debian 9 | [x86-64](https://en.wikipedia.org/wiki/X86-64), [ARM64](https://en.wikipedia.org/wiki/ARM_architecture)
22+
| Redhat Enterprise Linux 7.4 - 7.6 | [x86-64](https://en.wikipedia.org/wiki/X86-64)
2223
| Ubuntu 16.04 & 18.04 | [x86-64](https://en.wikipedia.org/wiki/X86-64), [ARM64](https://en.wikipedia.org/wiki/ARM_architecture)
2324

2425
## Network

0 commit comments

Comments
 (0)