Register Kubeadm Cluster
Steps to register a Cluster provisioned by kubeadm in gopaddle
Fetch the Kubernetes config file
Prepare the Kubernetes config file to register the cluster in gopaddle.
Verify if Kubernetes configuration works
export KUBECONFIG=<path to kubeconfig>
kubectl config view
In the gopaddle UI, navigate to the Clusters section
Click on Add a Cluster and select Register an existing Cluster
In the Cluster registration wizard, select the Cluster Access Method as Kube Config
Choose the Cluster Provider type as Other
In the Authentication Step, upload the Kubernetes config file gathered in step 1.
Upload the Kubeconfig file If you have configured a bastion host, provide the Bastion Host IP, SSH Pem file, SSH port
Provide the Bastion Host Connection Details Click on Finish to register the On-premises Cluster.
If you see the error - Network Error ! ServerError: Response not successful: Received status code 503, while view the cluster resources, then check this troubleshooting section for more information.
Last updated