Config Change
Change config values by using Rancher.
How to change Config value for any service ?
Path : Workload > Deployments > select the required service.
We are selecting one miner for demo purposes -
After selecting the miner you get this window.
Pods: Name of the pod
Conditions: Conditions applied on this deployment.
Related Resources: There are a lot of resources related to the deployment. Like ConfigMap and ReplicaSet etc.
Now, select the ConfigMap zchain-miner. [ If selected helm-miner-01 then it’s config file is zchain-miner-config-01 ]
How to edit ConfigMap file :
Click on the 3 dots present at the Top-Right side.
Then click on Edit Config
Change the value which you wish to.
And save it.
But our miner doesn't know about the changes. So, we need to re-deploy the deployment.
Edit Deployment :
Click on the 3 dots present at the Top-Right side.
Then click on Edit Config.
We can edit container Image tags, resources, networking, and storage, etc.
Then click save
Last updated