Commit 540bf605 authored by Paulo Pires's avatar Paulo Pires

Missed a spot (TODO blame someone else).

parent 78437d2d
......@@ -47,7 +47,7 @@ Edit `node.yaml` and replace all instances of `<master-private-ip>` with the pri
```
aws ec2 run-instances \
--count 1 \
--image-id ami-c484f5ac \
--image-id <ami_image_id> \
--key-name <keypair> \
--region us-west-2 \
--security-groups kubernetes \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment