mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-26 18:38:49 +02:00
docs: Correct EKS Hybrid Nodes execution steps to apply successfully (#3248)
Update README.md
This commit is contained in:
@@ -12,7 +12,7 @@ To provision the provided configurations you need to execute:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
terraform init
|
terraform init
|
||||||
terraform apply -target=module.remote_node_vpc -target=local_file.key_pem --auto-approve
|
terraform apply -target=module.remote_node_vpc -target=local_file.key_pem -target=module.key_pair --auto-approve
|
||||||
cd ami && packer build -var 'ssh_keypair_name=hybrid-node' -var 'ssh_private_key_file=../key.pem' . && cd -
|
cd ami && packer build -var 'ssh_keypair_name=hybrid-node' -var 'ssh_private_key_file=../key.pem' . && cd -
|
||||||
terraform apply --auto-approve
|
terraform apply --auto-approve
|
||||||
./join.sh
|
./join.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user