From 94419882a7abd3db4cd5a579dfdc7aeb287c59f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Thu, 10 Nov 2022 16:03:24 +0100 Subject: [PATCH] Add hint on latest Kubernetes version --- docs/installation.md | 2 ++ docs/quickstart.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index adc8f2369..541c60bd9 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -6,6 +6,8 @@ nav_order: 3 # Installing Theodolite +***We are currently in the progress of updating all our dependencies to support Kubernetes >= 1.25. Until then, please use Kubernetes <=1.24.*** + The easiest option to install Theodolite is using [Helm](https://helm.sh). To install Theodolite with all its dependencies run: diff --git a/docs/quickstart.md b/docs/quickstart.md index 755b1baf5..79ebfbfb8 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -8,6 +8,8 @@ nav_order: 1 All you need to get started is access to a Kubernetes cluster plus kubectl and Helm installed on your machine. +***We are currently in the progress of updating all our dependencies to support Kubernetes >= 1.25. Until then, please use Kubernetes <=1.24.*** + <!--### Installation--> 1. To install Theodolite with all its dependencies run: -- GitLab