SUSE Rancher Prime
gopaddle lite in Rancher Prime marketplace
Last updated
gopaddle lite in Rancher Prime marketplace
Last updated
gopaddle lite is a life-time free single-node, single-user evaluation edition that can be installed on
Ubuntu 18.04
RAM 32GB
CPU 8vCPU
Disk 50GB
Increase the open file descriptor in the nodes
Edit the file as root /etc/sysctl.conf
Add these lines to the file
Reload the configuration
check if the file systems limit is set
The Rancher Prime cluster configuration file is usually available @ /etc/rancher/rke2/rke2.yaml in the master node.
gopaddle requires a default storage class to install its dependent stateful services like mongodb, influxdb etc. The below steps can be ignored, if the cluster already has a default storage class configured. Otherwise, install the CSI driver based on the Rancher Prime environment.
Patch the node labels topology.kubernetes.io & topology.kubernetes.io/zone, so that the AWS EBS CSI driver schedules the persistent volumes on the selected region and the availability zone.
a) From the Rancher Prime UI, create a new storage class named - standard and choose the provisioner.
b) Patch the standard storage class and set it as the default storage class.
In the Rancher Prime dashboard, in the Charts section, search for the gopaddle chart and install.
This will install all the gopaddle services. Wait for the gopaddle services to move to ready state.
Once the installation is complete, open the firewall ports 30000-30006 and 32000 in the Rancher Prime nodes.
gopaddle dashboard can be accessed @ http://<NODE_IP>:30003
NODE_IP can be obtained by listing the nodes in the cluster.
NOTE: If the cluster is installed on cloud based VMs, then the NODE_IP can be the public IP of the node.
Subscribe to gopaddle using your email ID. gopaddle will then send an initial password to the registered email ID. You can now login to the gopaddle dashboard using the email ID and the initial password.
For instance, if you are running Rancher Prime on AWS, enable the AWS EBS CSI driver. For more information on the AWS EBS CSI Driver - [ ]