Not able to deploy a podman container . #23885
Mohit-orange
started this conversation in
General
Replies: 1 comment
-
In the last screenshot there is the text
I guess problem is probably related to unauthorized: authentication required Side note: please don't use screenshots for terminal content, instead use markdown formatting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Guys,
I am trying to deploy a podman container image but my deployment is getting failed with error Error: ImagePullBackOff.
Below is the detail.
azureuser@Master:~$ sudo kubectl describe pod -n netbackup
I have checked and found, I can access the repo with credentials.
I can manually pull the same image from my repository on my master/control-pane as well as from both worker nodes.
azureuser@Master:$ helm version
version.BuildInfo{Version:"v3.15.4", GitCommit:"fa9efb07d9d8debbb4306d72af76a383895aa8c4", GitTreeState:"clean", GoVersion:"go1.22.6"}
azureuser@Master:$
azureuser@Master:$ sudo kubectl version
Client Version: v1.30.0
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.30.0
azureuser@Master:$
azureuser@Master:$ kubectl version --client
Client Version: v1.30.0
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
azureuser@Master:$
azureuser@Master:$ podman version
Version: 3.4.4
API Version: 3.4.4
Go Version: go1.18.1
Built: Thu Jan 1 00:00:00 1970
OS/Arch: linux/amd64
azureuser@Master:$
azureuser@Master:~$ docker version
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
Version: 3.4.4
API Version: 3.4.4
Go Version: go1.18.1
Built: Thu Jan 1 00:00:00 1970
OS/Arch: linux/amd64
azureuser@Master:$ cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
azureuser@Master:$
Beta Was this translation helpful? Give feedback.
All reactions