From c9e93540baa6e5b88514d76162c56d5c36b7a437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Sun, 10 Oct 2021 15:26:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8D=20Pin=20OpenEBS=20version=20since?= =?UTF-8?q?=203.X=20requires=20additional=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/k8s/openebs.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/slides/k8s/openebs.md b/slides/k8s/openebs.md index 2b7edffb..2619d189 100644 --- a/slides/k8s/openebs.md +++ b/slides/k8s/openebs.md @@ -58,10 +58,13 @@ class: extra-details ```bash helm upgrade --install openebs openebs \ --repo https://openebs.github.io/charts \ - --namespace openebs --create-namespace + --namespace openebs --create-namespace \ + --version 2.12.9 ``` ] +⚠️ We stick to OpenEBS 2.x because 3.x requires additional configuration. + --- ## Checking what was installed