Hi Everyone! I have an imported EKS Cluster on my ...
# rke2
p
Hi Everyone! I have an imported EKS Cluster on my Rancher cluster. After updates from the local Cluster rke2
1.21
to
1.22
Sadly we encounter an error on which the EKS Cluster stays in pending state:
Copy code
Pending	False	9 days ago 	failed to deploy eks-operator: catalogtemplates.management.cattle.io "system-library-rancher-eks-operator" not found
The cluster is reachable via Rancher but on the GUI does not let me go further.
Copy code
$ kg cluster c-txpm8 -o wide                                                                                                                                                                                                                                                                           
NAME      READY   KUBECONFIG
c-txpm8   true    c-txpm8-kubeconfig
Copy code
$ kg -o yaml cluster c-txpm8
apiVersion: provisioning.cattle.io/v1
kind: Cluster
metadata:
  annotations:
    field.cattle.io/creatorId: system:serviceaccount:cattle-system:rancher
......
status:
  agentDeployed: true
  clientSecretName: c-txpm8-kubeconfig
  clusterName: c-txpm8
  conditions:
  - lastUpdateTime: "2024-01-15T08:16:58Z"
    message: 'failed to deploy eks-operator: catalogtemplates.management.cattle.io
      "system-library-rancher-eks-operator" not found'
    status: "False"
    type: Pending
On Rancher 2.7 does not exist anymore the
eks-operator
on
<http://catalogtemplates.management.cattle.io|catalogtemplates.management.cattle.io>
Still Rancher wants to use it. Even after manually added into the cluster the Condition “pending” stays.