Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ vagrant up
- **Oracle Linux** [8, 9](docs/operating_systems/rhel.md#rhel-8)
- **Alma Linux** [8, 9](docs/operating_systems/rhel.md#rhel-8)
- **Rocky Linux** [8, 9](docs/operating_systems/rhel.md#rhel-8)
- **Navix** [9, 10](docs/operating_systems/rhel.md#rhel-8)
- **Kylin Linux Advanced Server V10** (experimental: see [kylin linux notes](docs/operating_systems/kylinlinux.md))
- **Amazon Linux 2** (experimental: see [amazon linux notes](docs/operating_systems/amazonlinux.md))
- **UOS Linux** (experimental: see [uos linux notes](docs/operating_systems/uoslinux.md))
Expand Down
1 change: 1 addition & 0 deletions docs/CNI/calico.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ The following OSes will require enabling the EPEL repo in order to bring in wire
* AlmaLinux 8
* Rocky Linux 8
* Amazon Linux 2
* Navix 9

```yaml
epel_enabled: true
Expand Down
3 changes: 3 additions & 0 deletions docs/developers/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fedora40 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
flatcar4081 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
openeuler24 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
rockylinux9 | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: |
navix9 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
ubuntu20 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
ubuntu22 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
ubuntu24 | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: | :x: | :white_check_mark: | :x: |
Expand All @@ -34,6 +35,7 @@ fedora40 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
flatcar4081 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
openeuler24 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
rockylinux9 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
navix9 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
ubuntu20 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
ubuntu22 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
ubuntu24 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
Expand All @@ -52,6 +54,7 @@ fedora40 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
flatcar4081 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
openeuler24 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
rockylinux9 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
navix9 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
ubuntu20 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
ubuntu22 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
ubuntu24 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
2 changes: 1 addition & 1 deletion docs/operating_systems/bootstrap-os.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Variables are listed with their default values, if applicable.
* `coreos_locksmithd_disable: false`
Whether `locksmithd` (responsible for rolling restarts) should be disabled or be left alone.

#### CentOS/RHEL/AlmaLinux/Rocky Linux
#### CentOS/RHEL/AlmaLinux/Rocky Linux/Navix

* `centos_fastestmirror_enabled: false`
Whether the [fastestmirror](https://wiki.centos.org/PackageManagement/Yum/FastestMirror) yum plugin should be enabled.
Expand Down
2 changes: 1 addition & 1 deletion docs/operating_systems/rhel.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Red Hat Enterprise Linux (RHEL)

The documentation also applies to Red Hat derivatives, including Alma Linux, Rocky Linux, Oracle Linux, and CentOS.
The documentation also applies to Red Hat derivatives, including Alma Linux, Rocky Linux, Oracle Linux, Navix, and CentOS.

## RHEL Support Subscription Registration

Expand Down
2 changes: 2 additions & 0 deletions docs/operations/kernel-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ The Kernel Version Matrixs:
| Rocky Linux 8 | 4.18 | :x: |
| Oracle Linux 9 | 5.14 | :white_check_mark: |
| Oracle Linux 8 | 4.18 | :x: |
| Navix 9 | 5.14 | :white_check_mark: |
| Navix 10 | 6.12 | :white_check_mark: |
| Ubuntu 24.04 | 6.6 | :white_check_mark: |
| Ubuntu 22.04 | 5.15 | :white_check_mark: |
| Ubuntu 20.04 | 5.4 | :white_check_mark: |
Expand Down
2 changes: 1 addition & 1 deletion docs/operations/offline-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ containerd_registries_mirrors:
capabilities: ["pull", "resolve"]
skip_verify: true

# CentOS/Redhat/AlmaLinux/Rocky Linux
# CentOS/Redhat/AlmaLinux/Rocky Linux/Navix
## Docker / Containerd
docker_rh_repo_base_url: "{{ yum_repo }}/docker-ce/$releasever/$basearch"
docker_rh_repo_gpgkey: "{{ yum_repo }}/docker-ce/gpg"
Expand Down
3 changes: 3 additions & 0 deletions roles/bootstrap_os/tasks/navix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
- name: Import Centos boostrap for Navix
import_tasks: centos.yml
1 change: 1 addition & 0 deletions roles/container-engine/containerd/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ containerd_supported_distributions:
- "Fedora"
- "AlmaLinux"
- "Rocky"
- "Navix"
- "Amazon"
- "Flatcar"
- "Flatcar Container Linux by Kinvolk"
Expand Down
1 change: 1 addition & 0 deletions roles/kubernetes/preinstall/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ supported_os_distributions:
- 'OracleLinux'
- 'AlmaLinux'
- 'Rocky'
- 'Navix'
- 'Amazon'
- 'Kylin Linux Advanced Server'
- 'UnionTech'
Expand Down