Open Overdrivr opened 7 years ago
ping @Bregor, does this seem like an RBAC issue? deis registry:set
writes a secret in the application's namespace, if I recall correctly.
Which version of kubernetes are you running?
@Overdrivr is this the only issue for now, or you did not try anything else yet?
And yes, could you please show output of kubectl version --short
?
Thanks for the quick replies, I'm running k8s 1.6.4.
During cluster creation, I let the default value at former authentication method : enabled
, don't know if it has an impact
$ kubectl version --short
Client Version: v1.6.4
Server Version: v1.6.4
This issue was moved to teamhephy/workflow#17
I'm trying to deploy Docker images to Deis from Gitlab CI, but fails to authenticate to a private docker registry. I created a specific user
gitlab-ci
, that authenticates successfully.This is the output of the CI script
Authentication to the registry fails, although I am using the correct variables for username and password (I was using the exact same ones for connecting with
docker
to the registry), and$DEIS_APP_NAME
is defined in Gitlab as secret, with value equal to my app name inside deis.Any idea on why this action is not allowed, or how I can debug this further ? Error message is not very explicit.