mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-26 03:11:06 +01: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
|
||||
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 -
|
||||
terraform apply --auto-approve
|
||||
./join.sh
|
||||
|
||||
Reference in New Issue
Block a user