-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Part 2: Edits in response to review by Magda Dziadosz.
- Loading branch information
1 parent
4e0849d
commit 5c37935
Showing
5 changed files
with
76 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,41 @@ | ||
## Prerequisites | ||
# Prerequisites | ||
|
||
>The prerequisites detailed herein apply only to the Alpha 1.0 | ||
>pre-release version of MKE 4. | ||
--- | ||
***Note*** | ||
|
||
### System requirements for cluster nodes | ||
The prerequisites detailed herein apply only to the Alpha 1.0 pre-release version of MKE 4. | ||
|
||
--- | ||
|
||
## System requirements for cluster nodes | ||
|
||
MKE 4 uses [k0s](https://k0sproject.io/) as the underlying Kubernetes | ||
distribution. To learn the k0s hardware requirements, refer to the [k0s | ||
documentation](https://docs.k0sproject.io/v1.29.4+k0s.0/system-requirements/). | ||
|
||
### Known limitations | ||
## Known limitations | ||
|
||
Before installing MKE 4 Alpha 1.0, you should be aware of the current known | ||
limitations of the software. | ||
|
||
#### Operating systems | ||
### Operating systems | ||
|
||
Currently, MKE 4 is only certified for use on the following distributions: | ||
|
||
* Ubuntu 22.04 Linux | ||
* Ubuntu 20.04 Linux | ||
- Ubuntu 22.04 Linux | ||
- Ubuntu 20.04 Linux | ||
|
||
Windows nodes are **not supported**. | ||
|
||
#### Architecture | ||
### Architecture | ||
|
||
MKE 4 only supports `amd64` architecture. | ||
|
||
#### CNI | ||
### CNI | ||
|
||
`calico` is the only CNI plugin that MKE 4 supports. | ||
|
||
#### mkectl | ||
### mkectl | ||
|
||
`mkectl`, the [MKE CLI tool](install-mke4-cli.md), must be installed prior to | ||
MKE 4 installation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters