Deploying on Kubernetes
YongHyunYu
Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1 Partner
Kubernetes is running
I plan to deploy using the local deployer.
I can access to pull the Docker image for testing created in the master node from the design node.
I keep getting this error "require 'docker login': denied: requested access to the resource is denied"
how can I fix it?
Operating system used: centos7
Operating system used: centos7
Tagged:
Answers
-
Emma Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 52 Dataiker
Hey @YongHyunYu
,Within your error logs I can see:
pull access denied for dku-apideployer-apinode-base, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
which usually means that the corresponding docker image wasn't created.Please create it by following the instructions here:Hope that helps,Emma