Skip to content

Kubernetes:Coniguration

Gil Vitzinger edited this page Sep 20, 2019 · 1 revision
  • If you are using Kubernetes Dashboard make sure the selected namespace is nvmesh-csi in the side menu
  1. Edit Management Server Address

Go to Config Maps > nvmesh-config OR from the terminal run:

kubectl edit configmap -n nvmesh-csi nvmesh-csi-config

Edit management.servers to your MANAGEMENT_SERVERS configuration

management.servers: server-1.domain.com

If you deployed NVMesh Management in a Container using Excelero/nvmesh-mgmt-docker use:

management.servers: "nvmesh-management-svc.nvmesh.svc.cluster.local:4001"

  1. Edit Username and Password to the Management Server Go to Secrets > nvmesh-credentials OR from the terminal run:
kubectl edit secret -n nvmesh-csi nvmesh-credentials

Edit username and password to your management server credentials configuration