I am trying to pull ubuntu image, as ip of machine must have exhausted free pull.. i added docker credential with username and PAT token which has access to pull public repository.. but when i am using template to spin up new pod with registry credential configuration.. i am getting following error
create container ubuntu/ubuntu:22.04
error creating container: Error response from daemon: pull access denied for ubuntu/ubuntu, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
am i missing soemthing here?