Skip to content

🐛 [BUG] - Déploiment AWX #1018

@TimurKaiser

Description

@TimurKaiser

Description

Chart concerné : awx-operator v2.19.1 (releases.yaml)

Problème

Le pod awx-operator-controller-manager reste bloqué en CrashLoopBackOff.
L'image du container sidecar kube-rbac-proxy n'existe plus sur gcr.io :

root@cpn:# crictl pull gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0 2>&1 | tail -3
time="2026-03-09T10:32:30Z" level=error msg="validate service connection: validate CRI v1 image API for endpoint "unix:///var/run/dockershim.sock": rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial unix /var/run/dockershim.sock: connect: no such file or directory""
E0309 10:32:30.755704 1430399 remote_image.go:180] "PullImage from image service failed" err="rpc error: code = NotFound desc = failed to pull and unpack image "gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0": failed to resolve image: gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0: not found" image="gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0"
time="2026-03-09T10:32:30Z" level=fatal msg="pulling image: rpc error: code = NotFound desc = failed to pull and unpack image "gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0": failed to resolve image: gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0: not found"
root@cpn:
#

Cette adresse a été migrée vers registry.k8s.io.
L'image est disponible à la nouvelle adresse :

root@cpn:# crictl pull registry.k8s.io/kubebuilder/kube-rbac-proxy:v0.15.0 2>&1 | tail -2
time="2026-03-09T10:33:56Z" level=error msg="validate service connection: validate CRI v1 image API for endpoint "unix:///var/run/dockershim.sock": rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial unix /var/run/dockershim.sock: connect: no such file or directory""
Image is up to date for sha256:7ebda747308b686ef6471bd8377085bce9f210baef15ce2a9bb6c5d8ccd773dc
root@cpn:
#

L'image est hardcodée dans le template du chart pour l'opérateur, une :

root@cpn:# grep -n "kube-rbac-proxy" /tmp/awx-test/awx-operator/templates/operator-controller/_operator-controller.tpl
33: image: gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0
34: name: kube-rbac-proxy
root@cpn:
#

Est-ce une mauvaise manipulation de ma part, ou bien si ce n'est pas le cas, quelle solution peut être appliquée ?

Etapes de reproduction

1. Aller à '...'
2. Cliquer sur '....'
3. Scroller jusqu'à '....'
4. Voir l'erreur

Captures d'écran

![DESCRIPTION](LINK.png)

Logs

Image

Navigateurs

No response

OS

Linux

Version de la console impactée

No response

Définition du fini

  • Le correctif est terminé
  • Les tests liés à ce correctif ont été ajoutés
  • La communication avec les autres équipes impliquées par ce correctif a été faite

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions