mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 06:01:50 +00:00
Missed a spot (TODO blame someone else).
This commit is contained in:
@@ -47,7 +47,7 @@ Edit `node.yaml` and replace all instances of `<master-private-ip>` with the pri
|
|||||||
```
|
```
|
||||||
aws ec2 run-instances \
|
aws ec2 run-instances \
|
||||||
--count 1 \
|
--count 1 \
|
||||||
--image-id ami-c484f5ac \
|
--image-id <ami_image_id> \
|
||||||
--key-name <keypair> \
|
--key-name <keypair> \
|
||||||
--region us-west-2 \
|
--region us-west-2 \
|
||||||
--security-groups kubernetes \
|
--security-groups kubernetes \
|
||||||
|
Reference in New Issue
Block a user