Set up Master and Worker Node on Rancher Cluster
Table of Contents
Expand all | Collapse all
-
- CN-Series Deployment Checklist
- CN-Series Prerequisites
- Install a Device Certificate on the CN-Series Firewall
- Create Service Accounts for Cluster Authentication
- Install the Kubernetes Plugin and Set up Panorama for CN-Series
- Get the Images and Files for the CN-Series Deployment
- Editable Parameters in CN-Series Deployment YAML Files
- Enable Horizontal Pod Autoscaling on the CN-Series
- Secure 5G With the CN-Series Firewall
- Enable Inspection of Tagged VLAN Traffic
- Enable IPVLAN
- Uninstall the Kubernetes Plugin on Panorama
- Features Not Supported on the CN-Series
Set up Master and Worker Node on Rancher Cluster
After creating a local cluster on Rancher
UI, set up a Master and Worker node, do the following:
- Go to Rancher UI and clickAdd Cluster.
- ClickExisting nodes.
- Enter yourCluster nameand then select Flannel from theNetwork providerdrop-down.
- Retain the default values for all other fields and then clickNext.
- Under Node options, select all threeNode Roleoptions, and then run the given command into the Master node using SSH.
- Verify that the Master node is added successfully.
- SSH into each Worker node and run the following command:sudo docker run -d --privileged --restart=unless-stopped --net=host -v /etc/kubernetes:/etc/kubernetes -v /var/run:/var/run rancher/rancher-agent:v2.5.8 --server https://10.8.70.226 --token 547vwm6nmvnbr877w2mfvjmst6m892vtzztgh2mfg59m6t7wbknbfr --ca-checksum 1ea40f7c3499beb82f4582ecf05cc4300baea8abee079099e87b52c80e40a7bb --workerOn successfully running the command on one Master and two Worker nodes, you will see that Rancher cluster is ready as shown below: