Thank you so much,
I look forward to hearing from you.
Hi Sir,
Follow Mosip on-prime v3,
I have slack, But I can not install alerting:
Additionally, I’m not clearly in step setup Monitoring .
Please help me check. Thank you so much.
Hi Swahsek,
Pls anyone for help?
Hi @Hoan_Nguyen_Duc,
Wish you a Happy New Year! .
We wanted to let you know that we were on a holiday break recently, which may have caused some delays in our communication.
I think the issue is related with the monitoring deployment where you are using kube-prometheus-stack helm chart to deploy “monitoring” instead of “rancher-monitoring” helm chart because of that " alertmanager-rancher-monitoring-alertmanager" secret is not being generated and the alertmanager is not able to find the secret as mentioned in the above logs.
Please follow this documentation for more information to deploy monitoring - Link
Note: Rancher-monitoring can also be installed via cluster-tools from rancher which is mentioned in the above documentation.
Best Regards
Team MOSIP
Hi Mohan_Raj,
Thank you for your support. Happy new year!
Follow the guideline from your link, but I don’t have rancher-monitoring in rancher ui, and value.yaml in monitoring directory too. Sorry, I’m a newbie with ranchers.

Hii @Hoan_Nguyen_Duc,
Since you don’t have an option to install rancher-monitoring via cluster-tools in rancher you can just follow the below steps:
- Clone the “k8s-infra” repository.
git clone https://github.com/mosip/k8s-infra.git
- Checkout to develop branch.
git checkout develop
- Move to monitoring directory and run the install script.
cd monitoring
./install.sh
The Above should deploy monitoring within your cluster.
Best Regards
Team MOSIP
Hi Mohan_Raj,
Thank you for your information. I have some issues in attached image.
I really hope that the Mosip team can arrange time to help me with a short remote session to double check.
Hii @Hoan_Nguyen_Duc,
Can you please run the below command and double check if the issue still persists.
helm -n cattle-monitoring-system install rancher-monitoring-crd mosip/rancher-monitoring-crd --timeout 6m --wait --debug
Best Regards
Team MOSIP
Hi @Hoan_Nguyen_Duc,
The Above error that you are facing is because already an existing installation of monitoring exists. please run the below commands:
helm -n cattle-monitoring-system delete monitoring-crd
helm -n $NS install rancher-monitoring-crd mosip/rancher-monitoring-crd --timeout 5m --wait --debug
The Above should resolve the error.
Best Regards
Team MOSIP
Hi @Mohan_Raj , @syed.salman
I have tried to install external component, and it wasn’t success, so after some changes, I want to re -install, Please guide me how to change the install-all.sh for it. Thank you so much.
Hi @Mohan_Raj @svahsek @syed.salman
One question pls.
Pls guide me which pretext I need to provide in this step?
Hii @Hoan_Nguyen_Duc
You can either provide any random value or just enter for “pretext”, it just creates prefix for the minio buckets. It is not mandatory.
Best Regards
Team MOSIP
By running the “install-all.sh” script it tries to re-install all the external-services from scratch and hence few helm releases were already installed the script fails, so in this case you can install a specific external service which has failed by running “install.sh” script from their respective directories instead of running “install-all.sh” script mulitple times.
Best Regards
Team MOSIP
Hi @Mohan_Raj ,
Thank you so much for your information.
So it is done for installing external components right?
One more question,
where I can find the properties files in this step:
And, for developing the environment for testing, Can you advise me which Mosip module I can install first and in this infrastructure behind, can I install all Mosip modules?
can you please let me know which git branch you are using…?
And for when the script asks for the user input for pulling docker images from private docker registory then please provide the input “no” as we will be using mosip docker registory and it is public.
Best Regards
Team MOSIP
Hi @Mohan_Raj ,
I’m following :On-Prem without DNS Installation Guidelines | MOSIP Docs 1.2.0
can you run git branch
command and let me know the output.