Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependency httpd on registry.redhat.io #144

Open
Loumy opened this issue Mar 9, 2024 · 1 comment
Open

dependency httpd on registry.redhat.io #144

Loumy opened this issue Mar 9, 2024 · 1 comment

Comments

@Loumy
Copy link

Loumy commented Mar 9, 2024

Hello,
It doesn't work on OKD because of

describe pod openstack-edpm-provisionserver-openstackprovisionserver-6chsmjb  
  ----     ------     ----                  ----               -------                                                                                                                                                                        
  Normal   Scheduled  14m                   default-scheduler  Successfully assigned openstack/openstack-edpm-provisionserver-openstackprovisionserver-6chsmjb to control-03.osig.do.intra                                                    
  Normal   Pulled     14m                   kubelet            Container image "quay.io/podified-antelope-centos9/edpm-hardened-uefi@sha256:b4af583bf6e5719df4aaf5f835717aca344d841455fd18d9de20682ea4ea8214" already present on machine      
  Normal   Created    14m                   kubelet            Created container init                                                                                                                                                         
  Normal   Started    14m                   kubelet            Started container init                                                                                                                                                         
  Normal   Pulling    13m (x4 over 14m)     kubelet            Pulling image "registry.redhat.io/rhel8/httpd-24@sha256:7a8acbb164a8fb7e25fb38a94fb10e752f7af2a7cf398e0c8ba713552c6eab8b"                                                      
  Warning  Failed     13m (x4 over 14m)     kubelet            Failed to pull image "registry.redhat.io/rhel8/httpd-24@sha256:7a8acbb164a8fb7e25fb38a94fb10e752f7af2a7cf398e0c8ba713552c6eab8b": unable to retrieve auth token: invalid userna
me/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     13m (x4 over 14m)     kubelet            Error: ErrImagePull                                                                                                                                                            
  Warning  Failed     13m (x5 over 14m)     kubelet            Error: ImagePullBackOff                                                                                                                                                        
  Normal   BackOff    4m41s (x42 over 14m)  kubelet            Back-off pulling image "registry.redhat.io/rhel8/httpd-24@sha256:7a8acbb164a8fb7e25fb38a94fb10e752f7af2a7cf398e0c8ba713552c6eab8b"                                             
                                            

This should be a quay image and not a registry.redhat.io

value: registry.redhat.io/rhel8/httpd-24:latest

@Loumy
Copy link
Author

Loumy commented Mar 10, 2024

Could be override in OpenStackDataPlaneNodeSet

spec:                                                                                                                                                                                                                                         
  baremetalSetTemplate:                                                                                                                                                                                                                       
    apacheImageUrl: quay.io/openstack-k8s-operators/httpd-24-centos7@sha256:e9813870c2c68be901116a21d6fffe207e278f9c8a762b1e5aeae9f9442ce11e  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant