You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install certain application on okd4.17 it tries to get the container images directly form redhat instead of docker hub, such as consul through the helm chart provided by hashicorp.
Our temporary workaround is to specify the full path of the images instead of the shortnames used by default in the helm chart.
Version
4.17.0-okd-scos.0
How reproducible
Always reproducable
Log bundle
$ oc describe po -n consul consul-gossip-encryption-autogenerate-r5sr6
...
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 19m default-scheduler Successfully assigned consul/consul-gossip-encryption-autogenerate-r5sr6 to worker-4-okd4-test.oyviaase.uiocloud.no
Normal AddedInterface 19m multus Add eth0 [10.130.2.144/23] from ovn-kubernetes
Normal Pulling 17m (x4 over 19m) kubelet Pulling image "hashicorp/consul-k8s-control-plane:1.3.2"
Warning Failed 17m (x4 over 19m) kubelet Failed to pull image "hashicorp/consul-k8s-control-plane:1.3.2": unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication
Warning Failed 17m (x4 over 19m) kubelet Error: ErrImagePull
Warning Failed 17m (x6 over 19m) kubelet Error: ImagePullBackOff
Normal BackOff 4m (x65 over 19m) kubelet Back-off pulling image "hashicorp/consul-k8s-control-plane:1.3.2"
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to install certain application on okd4.17 it tries to get the container images directly form redhat instead of docker hub, such as consul through the helm chart provided by hashicorp.
To reproduce install consul through the helm chart from hashicorp https://developer.hashicorp.com/consul/docs/k8s/installation/install#helm-chart-installation We have the following in our
values.yaml
file,I suspect that the issue is that the base scos image includes the following files:
/etc/containers/registries.conf.d/001-rhel-shortnames.conf
002-rhel-shortnames-overrides.conf
Our temporary workaround is to specify the full path of the images instead of the shortnames used by default in the helm chart.
Version
4.17.0-okd-scos.0
How reproducible
Always reproducable
Log bundle
The text was updated successfully, but these errors were encountered: