TritonDataCenter / triton-kubernetes

Kubernetes on Triton
Mozilla Public License 2.0
184 stars 44 forks source link

Image ID or name is hardcoded for Triton, Azure and GCP. #23

Closed khangngu closed 6 years ago

khangngu commented 6 years ago

For AWS, the user must specify the image ID in the conf file. But for Triton, Azure and GCP, the script uses hardcoded image ID (for ubuntu-16.04), and thus this may cause issue if: a) The ubuntu-16.04 image has different ID's on different datacenters/regions/locations. b) The image is not available on the datacenter/region/location used by the user. c) The image is not accessible (due to lack of permission) by the user.

fayazg commented 6 years ago

Supported images are pulled using api: #35