Teo Cheng Lim

Results 18 comments of Teo Cheng Lim

Anyone working on slack yet? allow an optional enable slack feature, then you just need 2 inputs usually which is "slack webhook url" and "which channel to send to". Also...

i am developing helm charts for kroki and hit this error too. I think something to do with the helm parser before launching the pod. Using kubectl doesn't have any...

okay. problem fixed by reading the doc https://github.com/yuzutech/kroki/blob/main/DOCKERHUB.md

Same problem here. ```shell # curl -v http://localhost:3000/readyz * Trying 127.0.0.1:3000... * TCP_NODELAY set * Connected to localhost (127.0.0.1) port 3000 (#0) > GET /readyz HTTP/1.1 > Host: localhost:3000 >...

@arschles That's no any helpful error message from the kubernetes pod. All we see is bunch of 200 (/healthz) and 500 (/readyz) status code because of helm charts's readiness. A...

@arschles indeed the /readyz seems from this code and it only return the http status https://github.com/gomods/athens/blob/main/cmd/proxy/actions/readiness.go#L12 If some log is written somewhere would be good. Or maybe also return the...

@Vad1mo any work around for the helm chart version for simple case of docker login to work?

@Vad1mo helm set externalURL is also working for me. Many thanks.

I have proposed another way https://github.com/fluxcd/flagger/issues/1344 @PalanQu please take a look and see if we can do together?