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

error checking for object storage support: unable to list object bucket claims: failed to get API group resources: unable to retrieve the complete list of server APIs: objectbucket.io/v1alpha1: the server could not find the requested resource #1020

Open
UriZafrir opened this issue Feb 25, 2025 · 0 comments

Comments

@UriZafrir
Copy link

Hi
I have OCP 4.17 on Azure, I'm trying to install quay,
after installing quay operator (which went ok), I install QuayRegistry and i get this:

error checking for object storage support: unable to list object bucket claims: failed to get API group resources: unable to retrieve the complete list of server APIs: objectbucket.io/v1alpha1: the server could not find the requested resource

this is the full resource

Please help

apiVersion: quay.redhat.com/v1
kind: QuayRegistry
metadata:
  creationTimestamp: '2025-02-25T09:57:44Z'
  generation: 2
  managedFields:
    - apiVersion: quay.redhat.com/v1
      fieldsType: FieldsV1
      fieldsV1:
        'f:spec':
          .: {}
          'f:components': {}
      manager: Mozilla
      operation: Update
      time: '2025-02-25T09:57:44Z'
    - apiVersion: quay.redhat.com/v1
      fieldsType: FieldsV1
      fieldsV1:
        'f:spec':
          'f:configBundleSecret': {}
      manager: manager
      operation: Update
      time: '2025-02-25T09:57:44Z'
    - apiVersion: quay.redhat.com/v1
      fieldsType: FieldsV1
      fieldsV1:
        'f:status':
          .: {}
          'f:conditions': {}
          'f:lastUpdated': {}
      manager: manager
      operation: Update
      subresource: status
      time: '2025-02-25T14:04:09Z'
  name: cluster
  namespace: openshift-operators
  resourceVersion: '1987357'
  uid: 6991d774-cf72-45df-91cb-56f5c3652a69
spec:
  components:
    - kind: clair
      managed: true
    - kind: postgres
      managed: true
    - kind: objectstorage
      managed: true
    - kind: redis
      managed: true
    - kind: horizontalpodautoscaler
      managed: true
    - kind: route
      managed: true
    - kind: mirror
      managed: true
    - kind: monitoring
      managed: true
    - kind: tls
      managed: true
    - kind: quay
      managed: true
    - kind: clairpostgres
      managed: true
  configBundleSecret: cluster-config-bundle-pxxz6
status:
  conditions:
    - lastTransitionTime: '2025-02-25T14:04:09Z'
      lastUpdateTime: '2025-02-25T14:04:09Z'
      message: 'error checking for object storage support: unable to list object bucket claims: failed to get API group resources: unable to retrieve the complete list of server APIs: objectbucket.io/v1alpha1: the server could not find the requested resource'
      reason: ObjectStorageComponentDependencyError
      status: 'True'
      type: RolloutBlocked
  lastUpdated: '2025-02-25 14:04:09.726498624 +0000 UTC'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant