Skip to content

Commit

Permalink
DOCS-2433: Add support for unsupported k8s versions (sort of)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctauchen committed Jan 14, 2025
1 parent c057361 commit 3ae30c3
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
13 changes: 13 additions & 0 deletions calico-cloud/get-started/system-requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,39 @@ The Calico Cloud installer may be able to successfully connect
## Kubernetes versions

Your Kubernetes distribution must be based on one of the following Kubernetes versions:

* Kubernetes 1.30
* Kubernetes 1.29
* Kubernetes 1.28

:::tip

You can connect a cluster that uses an unsupported version of Kubernetes, but only for testing and development purposes.
Connecting such a cluster is not suitable for production or any other workloads.
To connect a cluster with an unsupported version of Kubernetes, start by following the standard installation procedure.
When the installation fails, follow the instructions in the error message to connect your cluster.

:::

## Architectures

Calico Cloud can be installed on nodes based on the following chip architectures:

* x86-64
* ARM64

## Windows node support for hybrid clusters

Calico Cloud supports hybrid Kubernetes clusters that use a Linux control plane with Windows nodes.
You can install Calico Cloud on clusters of this type on the following managed distributions:

* Amazon Elastic Kubernetes Service
* Azure Kubernetes Service

## Browser support for the Manager UI web console

To access the Manager UI web console, you can use latest two versions of the following web browsers:

* Chrome
* Safari

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,25 @@ The Calico Cloud installer may be able to successfully connect
## Kubernetes versions

Your Kubernetes distribution must be based on one of the following Kubernetes versions:

* Kubernetes 1.30
* Kubernetes 1.29
* Kubernetes 1.28

:::tip

You can connect a cluster that uses an unsupported version of Kubernetes, but only for testing and development purposes.
Connecting such a cluster is not suitable for production or any other workloads.
To connect a cluster with an unsupported version of Kubernetes, start by following the standard installation procedure.
When the installation fails, follow the instructions in the error message to connect your cluster.

:::


## Architectures

Calico Cloud can be installed on nodes based on the following chip architectures:

* x86-64
* ARM64

Expand Down
11 changes: 11 additions & 0 deletions calico-cloud_versioned_docs/version-20-2/release-notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ title: Release notes

# Calico Cloud release notes

## January 14, 2025 (installer update)

### New features and enhancements

#### Connect a cluster with unsupported Kubernetes version

We've introduced a way for you to connect a cluster using a Kubernetes version that isn’t officially supported by Calico Cloud.
Please note that this setup is not recommended for production or other critical workloads.
To proceed, start by following the standard installation steps.
If the installation doesn’t succeed, follow the instructions in the error message to complete the connection process.

## January 9, 2025 (web console update)

### New features and enhancements
Expand Down

0 comments on commit 3ae30c3

Please sign in to comment.