This message was deleted.
# rke
a
This message was deleted.
w
When I try to edit config I get error ’Cannot read properties of null (reading ‘isReady’)
I was able to get this fixed. I did a lot of kubectl api-resouces and looking at resoruces related to rancher, i.e. with cattle in the name/api. I found in the yaml I need to update.
Copy code
kubectl get <http://clusters.v3.management.cattle.io|clusters.v3.management.cattle.io> CLUSTERID -o yaml
I then
Copy code
kubectl edit <http://clusters.v3.management.cattle.io|clusters.v3.management.cattle.io> CLUSTERID
Deleted in the
Copy code
spec:
  rancherKubernetesEngineConfig:
    services:
      kubeApi:
        secretsEncryptionConfig:
          customConfig:
            ...
            resources:
            - providers:
              - kms:
                ...
                timeout: 3s (DELETED)
rancher then finished updating this cluster for rancher manager 2.6.4.