From 3d19bf1da20072dadb8c50f92ebb0162c47e299c Mon Sep 17 00:00:00 2001 From: Stanislav Shcherbakov Date: Fri, 12 May 2023 13:10:37 +0300 Subject: [PATCH] :bug: fix the incorrect Ignition bootstrap feature gate environment variable in docs --- docs/book/src/tasks/experimental-features/ignition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/tasks/experimental-features/ignition.md b/docs/book/src/tasks/experimental-features/ignition.md index 29f86b7687ac..3689c11fe8f3 100644 --- a/docs/book/src/tasks/experimental-features/ignition.md +++ b/docs/book/src/tasks/experimental-features/ignition.md @@ -48,7 +48,7 @@ export AWS_B64ENCODED_CREDENTIALS=$(clusterawsadm bootstrap credentials encode-a # Enable the feature gates controlling Ignition bootstrap. export EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION=true # Used by the kubeadm bootstrap provider -export BOOTSTRAP_FORMAT_IGNITION=true # Used by the AWS provider +export EXP_BOOTSTRAP_FORMAT_IGNITION=true # Used by the AWS provider # Initialize the management cluster. clusterctl init --infrastructure aws