From f2335b851745dc9fc743f212a975ca1b0d163d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Le=C3=AFla=20MARABESE?= Date: Thu, 27 Apr 2023 14:35:52 +0200 Subject: [PATCH] temporary env var to pull protokube --- docs/getting_started/scaleway.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/getting_started/scaleway.md b/docs/getting_started/scaleway.md index eb3a9c4b95..66420dd141 100644 --- a/docs/getting_started/scaleway.md +++ b/docs/getting_started/scaleway.md @@ -51,6 +51,9 @@ export S3_SECRET_ACCESS_KEY="my-secret-key" # where is the S3 AP # this is required since Scaleway support is currently in alpha so it is feature gated export KOPS_FEATURE_FLAGS="Scaleway" ``` +-> **Important:** Until the next release of `protokube`, you will have to export the following environment variable to make sure that you pull the version from master and not from the latest release that contains an error. + +`KOPS_BASE_URL="$(curl -s https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt)"` ## Creating a Single Master Cluster