This message was deleted.
# harvester
a
This message was deleted.
b
If you are using Rancher integration with Harvester, your Harvester URL will be like https://192.168.0.181:6443/dashboard/c/c-m-72p6s845/harvester/harvesterhci.io.dashboard. If you are just using Harvester Dashboard, your Harvester URL will be like https://192.168.3.30/dashboard/c/local/harvester/harvesterhci.io.dashboard. For both URLs, you can remove
harvester/harvesterhci.io.dashboard
and put
longhorn
at the end like https://192.168.0.181:6443/dashboard/c/c-m-72p6s845/longhorn. You will get to a page like the picture. You can click Longhorn and it will go to Longhorn Dashboard. In Longhorn dashboard, you can find
Default Replica Count
in
Setting > General
page. And you can modify replica count. If you don't want to use Longhorn dashboard, you can use kubectl directly
kubectl get lhs -n longhorn-system default-replica-count
.