This message was deleted.
# rke
a
This message was deleted.
c
Example kubelet config in my cluster.yml:
Copy code
kubelet:
    extra_args:
      max-pods: 250
      system-reserved: memory=13885Mi
      reserved-cpus: 0,1,64,65
It seems like I need to migrate from rke v1.3.5 to rke2. It also seems like there is no clear migration path. Help?
s
i think migration is not possible since are diferent technologies
c
I'm going to try the steps outlined here: https://github.com/rancher/rke2/issues/562
Why does Rancher still promote RKE if rke2 is out and better?