Projects

Configure the worker nodes components

  1. Configure kubelet:

In the home directory, you should have the certificates and kubeconfig file for each node. A list in the home folder should look like below:

Configuring the network

Get the POD_CIDR that will be used as part of network configuration

POD_CIDR=$(curl -s http://169.254.169.254/late...
Learn More