Skip to main content

Hello,

for some time now, I've noticed that the jobs to backup the etcd database no longer work.

I had followed the documentation for our openshift cluster and it was working fine : https://docs.kasten.io/7.0.11/kanister/etcd/ocp/install.html#etcd-backup-openshift-container-platform

I have the following error when launching the backup:

message: "Failed to list APIResources: unable to retrieve the complete list of
                        server APIs: oauth.openshift.io/v1: stale GroupVersion
                        discovery: oauth.openshift.io/v1,
                        packages.operators.coreos.com/v1: stale GroupVersion
                        discovery: packages.operators.coreos.com/v1,
                        user.openshift.io/v1: stale GroupVersion discovery:
                        user.openshift.io/v1"

any idea whether there has been a change between versions of k10 or not? or anything to explain this issue ?

Regards,

Hi @Amadou Wane GUISSE 
  Thank you for using community support. The above error that you see is related to openshift issue. Need to check the apiserver whether it is available or not.
  Command to check the  apiserver is below, 
             

kubectl get apiservice -A


  Please refer the below github issue for the same, 
    https://github.com/operator-framework/operator-lifecycle-manager/issues/2001

Note: Once all API service is available, backup should be working fine.


Thanks,
Pavithra


Comment