I am trying to get images in a minibook from the Azure container registry. This continues to fail because it does not mean unauthorized access. unauthorized: authentication required
I used kubectl create secret to add credentials for the registry, but it continues to fail.
what i tried so far:
- I added the url with and without https
- I added admin user and made a new service principle
- I tried adding a secret to the default service account in the hope that something happened with yaml
- used minikube ssh to find out if docker and docker logins can be used (which worked).
To be a little desperate, what can I try next? how can i fix this better?
source
share