Deploying on Kubernetes

YongHyunYu
Level 1
Deploying on Kubernetes
 
 

infra.png

action.png

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?

 

@k8s @kubernetes @api @deploy

 


Operating system used: centos7


Operating system used: centos7

0 Kudos
1 Reply
Emma
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 
0 Kudos