Open harrytraynor opened 7 years ago
try one of these options http://kubernetes.io/docs/user-guide/images/#specifying-imagepullsecrets-on-a-pod
@rimusz I am fairly new to GCP - so where would I find the registry key to make this possible? Thanks for the response so far though.
first you need to create service key the check how to use it at https://cloud.google.com/container-registry/docs/advanced-authentication at Using a JSON key file
part
Hello,
If you were trying to pull an image from Google Container store, it would obviously error as the authentication would not be present. What is the best practice for setting this up/getting around it?
Thanks in advance.