From f5dc9bb0868403b06b2a4eea22eb1253b2374e60 Mon Sep 17 00:00:00 2001 From: Michal Gubricky Date: Thu, 4 Jul 2024 21:35:29 +0200 Subject: [PATCH] Update quickstart guide (#130) Signed-off-by: michal.gubricky --- providers/openstack/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/providers/openstack/README.md b/providers/openstack/README.md index 35144357..df5727be 100644 --- a/providers/openstack/README.md +++ b/providers/openstack/README.md @@ -28,6 +28,7 @@ Transform the Kubernetes cluster into a management cluster by using `clusterctl ```bash export CLUSTER_TOPOLOGY=true export EXP_CLUSTER_RESOURCE_SET=true +export EXP_RUNTIME_SDK=true clusterctl init --infrastructure openstack ```