mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Missed a spot (TODO blame someone else).
This commit is contained in:
parent
78437d2db5
commit
540bf6053c
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user