ISD agent-grpc external IP
Follow the steps below to map ISD agent-grpc service external IP to agent host URL:
Prepare a URL for agent grpc IP mapping as per your agent host URL.
Map ISD agent-grpc external IP to agent host Url.
To get agent-grpc external IP, connect to Kubernetes cluster where you have installed the ISD application and run the below command in your cluster.
kubectl get svc -n <ISD NAMESPACE-NAME> | grep grpc
Edit the controller config map and replace the URL as mentioned below. To edit the config map run the below command.
kubectl edit cm opsmx-controller-controller1 -n <ISD NAMESPACE-NAME>
Replace the URL in the config map under “data” section as mentioned below and save it.
data: configFile: | serviceHostname: opsmx-controller-controller1 agentHostname: <Provide your agent Host url here > remoteCommandHostname: <Provide your agent Host url here> controlHostname: opsmx-controller-controller1
Restart the controller pod using the command below.
kubectl rollout restart deploy opsmx-controller-controller1 -n <ISD NAMESPACE-NAME>
Last updated
Was this helpful?