Config-server: Error from server (NotFound): configmaps "s3" not found error: no objects passed to create

When I deployed according to the v1.0.2 withoutdns documentation, an error occurred when installing the config-server during the execution of the mosip module installation, as follows:

(base) root@KYIWEGFKFETABKK:/home/gaocs/mosip/mosip-infra/deployment/v3/mosip/config-server# ./install.sh
Is conf-secrets module installed?(Y/n) Y
Is values.yaml for config-server chart set correctly as part of Pre-requisites?(Y/n) Y
Create config-server namespace
namespace/config-server created
Istio label
namespace/config-server labeled
Hang tight while we grab the latest from your chart repositories…
…Successfully got an update from the “kafka-ui” chart repository
…Successfully got an update from the “rancher” chart repository
…Successfully got an update from the “ingress-nginx” chart repository
…Successfully got an update from the “mosip” chart repository
…Successfully got an update from the “wiremind” chart repository
…Successfully got an update from the “prometheus-community” chart repository
…Successfully got an update from the “stable” chart repository
…Successfully got an update from the “bitnami” chart repository
Update Complete. ⎈Happy Helming!⎈
Copy configmaps
configmap/global created
configmap/keycloak-host created
configmap/activemq-activemq-artemis-share created
Error from server (NotFound): configmaps “s3” not found
error: no objects passed to create

The pre-requisite steps have been completed before executing the installation of config-server,include conf-secrets.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

Hello @gao_cs

Please accept our apologies for the delayed response. Thank you for reaching out—please allow us some time to respond with a solution.

Regards

Likhitha

on behalf of MOSIP Team

Hi @gao_cs,

Based on the error you shared while deploying the config-server, it clearly indicates that the S3 ConfigMap has not been created in your setup.

This S3 secret is created as part of the MinIO deployment, which is included under the external modules. Therefore, you need to deploy the external modules first, followed by the MOSIP modules.

Kindly ensure that the external modules are deployed in the sequence specified in the documentation, and then proceed with the MOSIP module deployment.
Please proceed with this and let us know if you need any further assistance—we’ll be happy to help.

Thanks and regards,
Praful Rakhade
Team MOSIP