Skip to content

Commit fc01255

Browse files
authored
Merge pull request #8651 from STASiAN/hotfix/ignition-doc
🐛 Fix Documentation for Ignition Bootstrap Feature Gate Environment Variable
2 parents 57168b5 + 3d19bf1 commit fc01255

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)