DEV Community

Discussion on: Configuring Kubernetes Multinode Cluster over AWS using Ansible

Collapse
 
piyushbagani15 profile image
Piyush Bagani

Make sure to install "boto" inside the controller node as it is the prerequisite.
"pip install boto" will help you.

Thanks