MTD Configuration
Prerequisite
The system admins should contact the support team for the 42 gears MTD and Pradeo MTD configurations and licenses.
- Once deployment is done, please navigate to k8sopinstaller > appsettings > suremdm and run the below command to open the suremdm appsettings file:
sudo nano appsettings.json
- In the suremdm appsettings file, find the SureDefenceMarsLink under the AgentInfo section, provide the value and save.
- Delete suremdm secret by running the below command:
sudo kubectl delete secret suremdm-secret -n suremdm
- Recreate the suremdm secret by running the below command:
sudo kubectl create secret generic suremdm-secret --from-file="${PWD}/appsettings/suremdm/appsettings.json" -n suremdm
Note: The system admins should execute these commands from the k8sopinstaller directory.
Once changes are done, run below mentioned command to restart the services:
kubectl rollout restart deployment -n suremdm