Assigned
Status Update
Comments
ku...@google.com <ku...@google.com>
ku...@google.com <ku...@google.com> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
Best Regards,
Josh Moyer
Google Cloud Platform Support
Best Regards,
Josh Moyer
Google Cloud Platform Support
Description
What you would like to accomplish:
We would like to pull the endpoint runtime images
endpoints-runtime
andendpoints-runtime-secure
fromgke.gcr.io
orgcr.io
using the GKE image streaming feature to have lower pull time for production environments.How this might work:
We would create a container that starts using image streaming for example the image
gcr.io/endpoints-release/endpoints-runtime:XX
or to change the image repository fromgcr.io/endpoints-release/endpoints-runtime:XX
togke.gcr.io/endpoints-release/endpoints-runtime:XX
and it would pull the image using GKE image streaming.If applicable, reasons why alternative solutions are not sufficient:
We could create our own repository and mirror the image to that repository. However since this is a product image that could be useful for many people it would be better to get the image directly from the official repository.