Skip to content

Commit

Permalink
docs: Correct EKS Hybrid Nodes execution steps to apply successfully (#…
Browse files Browse the repository at this point in the history
…3248)

Update README.md
  • Loading branch information
dorukozturk authored Dec 19, 2024
1 parent ed43ce7 commit 29d2a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/eks-hybrid-nodes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29d2a8c

Please sign in to comment.