Skip to content

Commit

Permalink
document new k8s 1.24 support (#16084)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler committed Nov 14, 2022
1 parent 25c0f99 commit 79bc27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/04-operation-guides/operations/02-install-kyma.md
Expand Up @@ -10,7 +10,7 @@ Meet the prerequisites, provision a k3d cluster, and use the `deploy` command to

>**CAUTION:** As of version 1.20, [Kubernetes deprecated Docker](https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker/) as a container runtime in favor of [containerd](https://containerd.io/). Due to a different way in which containerd handles certificate authorities, Kyma's built-in Docker registry does not work correctly on clusters running with a self-signed TLS certificate on top of Kubernetes installation where containerd is used as a container runtime. If that is your case, either upgrade the cluster to use Docker instead of containerd, generate a valid TLS certificate for your Kyma instance or [configure an external Docker registry](https://kyma-project.io/docs/kyma/latest/03-tutorials/00-serverless/svls-07-set-external-registry/).
- [Kubernetes](https://kubernetes.io/docs/setup/) (supported version 1.23)
- [Kubernetes](https://kubernetes.io/docs/setup/) (supported version 1.24)
- [k3d](https://k3d.io) (for local installation only, v5.0.0 or higher)
- [Kyma CLI](https://github.com/kyma-project/cli)
- Minimum Docker resources: 4 CPUs and 8 GB RAM (learn how to adjust the values on [Mac](https://docs.docker.com/desktop/settings/mac/#resources), [Windows](https://docs.docker.com/desktop/settings/windows/#resources), or [Linux](https://docs.docker.com/desktop/settings/linux/#resources)).
Expand Down

0 comments on commit 79bc27e

Please sign in to comment.