Register Kind
Steps to register Kind Cluster in gopaddle
1. Port Configuration
2. Set up Nginx Proxy
sudo apt install python3 -y
sudo apt install python3-pip -y
python3 --versionexport TMP_DIR=$HOME/gp_temp/
mkdir -p $TMP_DIRexport CLUSTER_NAME=<cluster_name>curl -o $TMP_DIR/cluster-extract-config.py https://gpscripts.s3.amazonaws.com/cluster-extract-config.py
chmod +x $TMP_DIR/cluster-extract-config.py
3. Validate Connection from Local Desktop Environment
4. Register the Cluster in gopaddle


Last updated