Skip to content

Commit

Permalink
Merge pull request 2i2c-org#4755 from consideRatio/pr/docs-remove-dup…
Browse files Browse the repository at this point in the history
…l-listing

docs: remove duplicate listing of generated files
  • Loading branch information
consideRatio authored Sep 9, 2024
2 parents e3a72c9 + 81e9cff commit d1bee52
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions docs/hub-deployment-guide/new-cluster/new-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,16 +145,6 @@ export ACCOUNT_ID=<declare 2i2c for clusters under 2i2c SSO, otherwise an accoun
deployer generate dedicated-cluster aws --cluster-name=$CLUSTER_NAME --cluster-region=$CLUSTER_REGION --account-id=$ACCOUNT_ID
```
This will generate the following files:
1. `eksctl/$CLUSTER_NAME.jsonnet` with a default cluster configuration, deployed to `us-west-2`
2. `eksctl/ssh-keys/secret/$CLUSTER_NAME.key`, a `sops` encrypted ssh private key that can be
used to ssh into the kubernetes nodes.
3. `eksctl/ssh-keys/$CLUSTER_NAME.pub`, an ssh public key used by `eksctl` to grant access to
the private key.
4. `terraform/aws/projects/$CLUSTER_NAME.tfvars`, a terraform variables file that will setup
most of the non EKS infrastructure.
### Create and render an eksctl config file
We use an eksctl [config file](https://eksctl.io/usage/schema/) in YAML to specify
Expand Down Expand Up @@ -237,15 +227,6 @@ export PROJECT_ID=<gcp-project-id>
```bash
deployer generate dedicated-cluster gcp --cluster-name=$CLUSTER_NAME --project-id=$PROJECT_ID --cluster-region=$CLUSTER_REGION
```
This will generate the following files:
Generating the terraform infrastructure file...
1. `terraform/gcp/projects/$CLUSTER_NAME.tfvars`
2. `config/clusters/$CLUSTER_NAME`
3. `config/clusters/$CLUSTER_NAME/cluster.yaml`
4. `config/clusters/$CLUSTER_NAME/support.values.yaml`
5. `config/clusters/$CLUSTER_NAME/enc-support.values.yaml`
````
````{tab-item} Azure
Expand Down

0 comments on commit d1bee52

Please sign in to comment.