polite-breakfast-84569
01/24/2024, 3:33 PM1.21
to 1.22
Sadly we encounter an error on which the EKS Cluster stays in pending state:
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.
$ kg cluster c-txpm8 -o wide
NAME READY KUBECONFIG
c-txpm8 true c-txpm8-kubeconfig
$ 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.