Docs: describe how to go from an AMI to an image name

This commit is contained in:
Justin Santa Barbara 2016-09-23 10:21:07 -04:00
parent 36df0753d9
commit adf71b180d
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ For example, to use Ubuntu 16.04, you could specify:
`image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20160830`
You can find the name for an image using e.g. `aws ec2 describe-images --image-id ami-a3641cb4`
(Please note that ubuntu is currently undergoing validation testing with k8s - use at your own risk!)
If you are creating a new cluster you can use the `--image` flag when running `kops create cluster`,