This commit is contained in:
sunlintong 2018-04-03 16:11:44 +08:00
parent 516daa0ac1
commit 3e8f1734d8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Detailed description of a few selected arguments # 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 ## admin-access

View File

@ -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 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 ```console
go get k8s.io/kube-deploy/imagebuilder go get k8s.io/kube-deploy/imagebuilder