Failure to install config-server

Hello, i tried to install config-server, via install.sh script, https://github.com/mosip/mosip-infra/blob/release-1.2.0.1/deployment/v3/mosip/config-server/README.md

Result: Error INSTALLATION FAILED: context deadline exceeded

Hello mosip community, any idea on this error am currently faced with?

Hi @mazboko

I have asked one of my team members to look into this and provide you with a solution by tomorrow.

Best Regards,
Team MOSIP

Hi @sanchi-singh24
Any update on this?

Hi @mazboko,

Sometimes config-server takes more than usual.
Requesting to increase the config-server startupProbe failure threshold to 60?

kubectl -n config-server edit deploy config-server
.....
.....
        startupProbe:
          failureThreshold: 60
          httpGet:
            path: /config/*/*
            port: 51000
            scheme: HTTP
          periodSeconds: 10
          successThreshold: 1
          timeoutSeconds: 5
2 Likes

Thanks @syed.salman
I have managed to get past it

Hi @mazboko

I hope your issue is resolved, if anything else is coming up let us know.

Best Regards,
Team MOSIP.

Hi @sanchi-singh24
Yes it is resolved.

1 Like