Skip to content

Commit

Permalink
bug: fix the incorrect Ignition bootstrap feature gate environment va…
Browse files Browse the repository at this point in the history
…riable in docs
  • Loading branch information
STASiAN authored and k8s-infra-cherrypick-robot committed May 12, 2023
1 parent 62fba0e commit f1d2cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/tasks/experimental-features/ignition.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1d2cc7

Please sign in to comment.