Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify the incorrect command for generating a config file #7770

Merged
merged 1 commit into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/en/docs/getting-started/baremetal/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The following diagram illustrates what happens when you create an EKS Anywhere c
![Start creating EKS Anywhere Bare Metal cluster](/images/eksa-baremetal-start.png)

#### 1. Generate a config file for Bare Metal
Identify the provider (`--provider tinkerbell`) and the cluster name to the `eksctl anywhere create clusterconfig` command and direct the output into a cluster config `.yaml` file.
Identify the provider (`--provider tinkerbell`) and the cluster name to the `eksctl anywhere generate clusterconfig` command and direct the output into a cluster config `.yaml` file.

#### 2. Modify the config file and hardware CSV file
Modify the generated cluster config file to suit your situation.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/docs/getting-started/nutanix/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The following diagram illustrates the cluster creation process for the Nutanix p

#### 1. Generate a config file for Nutanix

Identify the provider (`--provider nutanix`) and the cluster name in the `eksctl anywhere create clusterconfig` command and direct the output to a cluster config `.yaml` file.
Identify the provider (`--provider nutanix`) and the cluster name in the `eksctl anywhere generate clusterconfig` command and direct the output to a cluster config `.yaml` file.

#### 2. Modify the config file

Expand Down
Loading