Skip to content

Commit 3d19bf1

Browse files
committed
🐛 fix the incorrect Ignition bootstrap feature gate environment variable in docs
1 parent 57168b5 commit 3d19bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/tasks/experimental-features/ignition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export AWS_B64ENCODED_CREDENTIALS=$(clusterawsadm bootstrap credentials encode-a
4848

4949
# Enable the feature gates controlling Ignition bootstrap.
5050
export EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION=true # Used by the kubeadm bootstrap provider
51-
export BOOTSTRAP_FORMAT_IGNITION=true # Used by the AWS provider
51+
export EXP_BOOTSTRAP_FORMAT_IGNITION=true # Used by the AWS provider
5252

5353
# Initialize the management cluster.
5454
clusterctl init --infrastructure aws

0 commit comments

Comments
 (0)