This is a...
Problem:
I'll keep it short why are we authenticating twice once
- docker login
- kubectl create secret docker-registry regcred --docker-server= --docker-username= --docker-password= --docker-email=
Twice we have to use username and password, I think this extra step can be avoided.
Proposed Solution:
Use ~/.docker/config.json as secret to authenticate with registry?
Page to Update:
https://kubernetes.io/...