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