Hi there
Hope there is somebody who can help me understand.
I needed to change the image in the repository, from
quay.io to another path throw artifactory.
In the repository i got from github, i change all the files with the
docker.io,
quay.io and
grc.io. - i did search with something like this:
And there is right now, nothing with
quay.io when i search, because i have change it all - have dobbelt checked it.
awx-operator-controller-manager 2/2 running
but when i try run kubectl apply -f awx-demo.yml, and its does create the pod, its only redis that is green.
The 3 others : awx-demo-web awx-demo-task awx-demo-ee cannot get through to the internet, because they still pointing to
quay.io - but there is nowhere i seem i can edit that.
If i do it in the container yml, then something overwrite it.
I get the :
Imagepullbackoff
And i know that is because it cant get through , but why doesnt iuse the settings i made in DockerFile, MakeFile ect. ?