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
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ Apart from these, KKP also supports [Multus-CNI addon]({{< relref "../multus/" >

The following table lists the versions of individual CNIs supported by KKP:

| KKP version | Canal | Cilium |
|-------------|------------------------------------|----------------------------------------|
| `v2.26.x` | `v3.28`, `v3.27`, `v3.26` | `v1.15.x`, `v1.14.x`, `v1.13.x` |
| `v2.25.x` | `v3.27`, `v3.26`, `v3.25` | `v1.14.x`, `v1.13.x` |
| `v2.24.x` | `v3.26`, `v3.25`, `v3.24` | `v1.14.x`, `v1.13.x`, `v1.12`, `v1.11` |
| `v2.23.x` | `v3.25`, `v3.24`, `v3.23` | `v1.13.x`, `v1.12`, `v1.11` |
| KKP version | Canal | Cilium |
|-------------|------------------------------------|-------------------------------------------------------|
| `v2.29.x` | `v3.28`, `v3.29`, `v3.30` | `1.15.x`, `1.16.x`, `1.17.x`, `1.18.x` |
| `v2.28.x` | `v3.27`, `v3.28`, `v3.29` | `1.14.x`, `1.15.x`, `1.16.x` |
| `v2.27.x` | `v3.27`, `v3.28`, `v3.29` | `1.14.x`, `1.15.x`, `1.16.x` |

The desired CNI type and version can be selected at the cluster creation time - on the Cluster Settings page, as shown below:

Expand Down Expand Up @@ -121,7 +120,7 @@ The Helm charts used to deploy CNI are hosted in a Kubermatic OCI registry (`oci
To mirror a Helm chart into a private OCI repository, you can use the helm CLI, e.g.:

```bash
CHART_VERSION=1.13.0
CHART_VERSION=1.18.2
helm pull oci://quay.io/kubermatic/helm-charts/cilium --version ${CHART_VERSION}
helm push cilium-${CHART_VERSION}.tgz oci://<registry>/<repository>/
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ Apart from these, KKP also supports [Multus-CNI addon]({{< relref "../multus/" >

The following table lists the versions of individual CNIs supported by KKP:

| KKP version | Canal | Cilium |
|-------------|------------------------------------|----------------------------------------|
| `v2.26.x` | `v3.28`, `v3.27`, `v3.26` | `v1.15.x`, `v1.14.x`, `v1.13.x` |
| `v2.25.x` | `v3.27`, `v3.26`, `v3.25` | `v1.14.x`, `v1.13.x` |
| `v2.24.x` | `v3.26`, `v3.25`, `v3.24` | `v1.14.x`, `v1.13.x`, `v1.12`, `v1.11` |
| `v2.23.x` | `v3.25`, `v3.24`, `v3.23` | `v1.13.x`, `v1.12`, `v1.11` |
| KKP version | Canal | Cilium |
|-------------|------------------------------------|-------------------------------------------------------|
| `v2.26.x` | `v3.28` (default), `v3.27`, `v3.26`| `1.15.16` (default), `1.14.16`, `1.13.14` |
| `v2.25.x` | `v3.27`, `v3.26`, `v3.25` | `1.14.9`, `1.13.8` |
| `v2.24.x` | `v3.26`, `v3.25`, `v3.24` | `1.14.x`, `1.13.x`, `v1.12`, `v1.11` |

The desired CNI type and version can be selected at the cluster creation time - on the Cluster Settings page, as shown below:

Expand Down Expand Up @@ -112,7 +111,7 @@ The Helm charts used to deploy CNI are hosted in a Kubermatic OCI registry (`oci

To mirror a Helm chart into a private OCI repository, you can use the helm CLI, e.g.:
```bash
CHART_VERSION=1.13.0
CHART_VERSION=1.15.16
helm pull oci://quay.io/kubermatic/helm-charts/cilium --version ${CHART_VERSION}
helm push cilium-${CHART_VERSION}.tgz oci://<registry>/<repository>/
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ Apart from these, KKP also supports [Multus-CNI addon]({{< relref "../multus/" >

The following table lists the versions of individual CNIs supported by KKP:

| KKP version | Canal | Cilium |
|-------------|------------------------------------|----------------------------------------|
| `v2.26.x` | `v3.28`, `v3.27`, `v3.26` | `v1.15.x`, `v1.14.x`, `v1.13.x` |
| `v2.25.x` | `v3.27`, `v3.26`, `v3.25` | `v1.14.x`, `v1.13.x` |
| `v2.24.x` | `v3.26`, `v3.25`, `v3.24` | `v1.14.x`, `v1.13.x`, `v1.12`, `v1.11` |
| `v2.23.x` | `v3.25`, `v3.24`, `v3.23` | `v1.13.x`, `v1.12`, `v1.11` |
| KKP version | Canal | Cilium |
|-------------|------------------------------------|-------------------------------------------------------|
| `v2.27.x` | `v3.27`, `v3.28`, `v3.29` | `1.14.x`, `1.15.x`, `1.16.x` |
| `v2.26.x` | `v3.26`, `v3.27`, `v3.28` | `1.13.14`, `1.14.16`, `1.15.16` |
| `v2.25.x` | `v3.27`, `v3.26`, `v3.25` | `1.13.8`, `1.14.9` |

The desired CNI type and version can be selected at the cluster creation time - on the Cluster Settings page, as shown below:

Expand Down Expand Up @@ -112,7 +111,7 @@ The Helm charts used to deploy CNI are hosted in a Kubermatic OCI registry (`oci

To mirror a Helm chart into a private OCI repository, you can use the helm CLI, e.g.:
```bash
CHART_VERSION=1.13.0
CHART_VERSION=1.16.6
helm pull oci://quay.io/kubermatic/helm-charts/cilium --version ${CHART_VERSION}
helm push cilium-${CHART_VERSION}.tgz oci://<registry>/<repository>/
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ Apart from these, KKP also supports [Multus-CNI addon]({{< relref "../multus/" >

The following table lists the versions of individual CNIs supported by KKP:

| KKP version | Canal | Cilium |
|-------------|------------------------------------|----------------------------------------|
| `v2.26.x` | `v3.28`, `v3.27`, `v3.26` | `v1.15.x`, `v1.14.x`, `v1.13.x` |
| `v2.25.x` | `v3.27`, `v3.26`, `v3.25` | `v1.14.x`, `v1.13.x` |
| `v2.24.x` | `v3.26`, `v3.25`, `v3.24` | `v1.14.x`, `v1.13.x`, `v1.12`, `v1.11` |
| `v2.23.x` | `v3.25`, `v3.24`, `v3.23` | `v1.13.x`, `v1.12`, `v1.11` |
| KKP version | Canal | Cilium |
|-------------|------------------------------------|-------------------------------------------------------|
| `v2.28.x` | `v3.27`, `v3.28`, `v3.29` | `1.14.x`, `1.15.x`, `1.16.x` |
| `v2.27.x` | `v3.27`, `v3.28`, `v3.29` | `1.14.x`, `1.15.x`, `1.16.x` |
| `v2.26.x` | `v3.26`, `v3.27`, `v3.28` | `1.13.14`, `1.14.16`, `1.15.16` |

The desired CNI type and version can be selected at the cluster creation time - on the Cluster Settings page, as shown below:

Expand Down Expand Up @@ -121,7 +120,7 @@ The Helm charts used to deploy CNI are hosted in a Kubermatic OCI registry (`oci
To mirror a Helm chart into a private OCI repository, you can use the helm CLI, e.g.:

```bash
CHART_VERSION=1.13.0
CHART_VERSION=1.16.9
helm pull oci://quay.io/kubermatic/helm-charts/cilium --version ${CHART_VERSION}
helm push cilium-${CHART_VERSION}.tgz oci://<registry>/<repository>/
```
Expand Down