Unable to add new node pool with single node to existing OCI node driver provisioned cluster

Hello, I am running into an issue adding a node pool to an existing cluster created with the OCI oracle node driver. I am trying to add a single node pool with only one worker, but each time the node gets created… right after installing docker, rancher kills the node and starts again, going in a loop. seeing these log entries get triggered every time the node gets deleted and reprovisioned:

2021/09/13 19:19:05 [ERROR] error syncing ‘c-c9hbm/m-7hnpc’: handler rke-worker-upgrader: getNodePlan error for node [m-7hnpc]: failed to find plan for x.x.x.x, requeuing 2021/09/13 19:19:05 [ERROR] error syncing ‘c-c9hbm/m-7hnpc’: handler rke-worker-upgrader: getNodePlan error for node [m-7hnpc]: failed to find plan for x.x.x.x, requeuing 2021/09/13 19:19:05 [ERROR] error syncing ‘c-c9hbm/m-7hnpc’: handler rke-worker-upgrader: getNodePlan error for node [m-7hnpc]: failed to find plan for x.x.x.x, requeuing 2021/09/13 19:19:05 [ERROR] error syncing ‘c-c9hbm/m-7hnpc’: handler rke-worker-upgrader: getNodePlan error for node [m-7hnpc]: failed to find plan for x.x.x.x, requeuing

any ideas?