Skip to content

Commit 0537cf3

Browse files
OS support documentation (#729)
* Add supported OS versions * Updated compatibility matrix * Add note on support * Add OS versions used on openstack syseleven * Updated compatibility matrix * Updated Alibaba compatibility * Updated compatibility * Updated Azure compatibility * Some updates * Support RHEL AWS * Address comments Co-authored-by: Youssef Azrak <[email protected]>
1 parent 7a512db commit 0537cf3

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

docs/operating-system.md

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,41 @@
44

55
### Cloud provider
66

7-
| | Ubuntu | Container Linux | CentOS |
8-
|---|---|---|---|
9-
| AWS ||||
10-
| Openstack ||||
11-
| Digitalocean ||||
12-
| Google Cloud Platform ||| x |
13-
| Hetzner || x ||
14-
| Linode || x | x |
7+
| | Ubuntu | Container Linux | CentOS | RHEL | SLES |
8+
|---|---|---|---|---|---|
9+
| AWS ||||||
10+
| Azure ||||| x |
11+
| Digitalocean |||| x | x |
12+
| Google Cloud Platform ||| x || x |
13+
| Hetzner || x || x | x |
14+
| Packet |||| x | x |
15+
| Openstack ||||| x |
1516

1617
## Configuring a operating system
1718

1819
The operating system to use can be set via `machine.spec.providerConfig.operatingSystem`.
1920
Allowed values:
21+
- `centos`
2022
- `coreos`
23+
- `rhel`
24+
- `sles`
2125
- `ubuntu`
2226

2327
OS specific settings can be set via `machine.spec.providerConfig.operatingSystemSpec`.
2428

29+
### Supported OS versions
30+
31+
Note that the table below lists the OS versions that we are validating in our automated tests.
32+
Machine controller may work with other OS versions that are not listed in the table but support won’t be provided.
33+
34+
| | Versions |
35+
|---|---|
36+
| CentOS | 7.4.x, 7.6.x, 7.7.x |
37+
| CoreOS | 1855.4.0, 2079.3.0, 2345.3.0 |
38+
| RHEL | 8.0 |
39+
| SLES | SLES 15 SP1 |
40+
| Ubuntu | 18.04 LTS |
41+
2542
### Ubuntu
2643

2744
```yaml

0 commit comments

Comments
 (0)