Skip to content

Commit

Permalink
Merge pull request #8653 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…8651-to-release-1.3

[release-1.3] 🐛 Fix Documentation for Ignition Bootstrap Feature Gate Environment Variable
  • Loading branch information
k8s-ci-robot authored May 12, 2023
2 parents af37330 + f1d2cc7 commit e02a8e8
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 e02a8e8

Please sign in to comment.