mirror of https://github.com/kubernetes/kops.git
spell...
This commit is contained in:
parent
516daa0ac1
commit
3e8f1734d8
|
@ -1,6 +1,6 @@
|
|||
# Detailed description of a few selected arguments
|
||||
|
||||
This list is not the full list, but a few arguments that where choosen.
|
||||
This list is not the full list, but a few arguments that where chosen.
|
||||
|
||||
## admin-access
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@ INSTANCE_ID=$(aws ec2 run-instances --image-id $AMI_ID --instance-type m3.medium
|
|||
aws ec2 create-tags --resources ${INSTANCE_ID} --tags Key=k8s.io/role/imagebuilder,Value=1
|
||||
```
|
||||
|
||||
Now follow the documentaion of [ImageBuilder][4] in `kube-deploy` to build the image.
|
||||
Now follow the documentation of [ImageBuilder][4] in `kube-deploy` to build the image.
|
||||
|
||||
```console
|
||||
go get k8s.io/kube-deploy/imagebuilder
|
||||
|
|
Loading…
Reference in New Issue