Kubernetes with remote worker nodes

I have a Kubernetes cluster running in a VPC on AWS, and I want to add remote worker nodes to it. The remote nodes can join the network but always show as “NotReady.”. What are some ways to fix this? If you know of any helpful blogs or documentation, please share them

Did you install the network plugin in your cluster? Like flannel, calico, etc.