You’d expect a wuestion this simple would have an amazon tutorial or documentation, but I can’t find any.
How do I configure an EKS cluster to connect to a different self hosted docker registry? I want to start running the open source version internally.
Thanks!
So if like me you reached this question, you probably were not aware that there is new syntax for docker repos in image names. If your image looks like reponame:port/path/to/image then reponame:port is the repo server. It's not just a name anymore...