Qiefan Jiang

Results 13 comments of Qiefan Jiang

Add `RUN PYCURL_SSL_LIBRARY=openssl pip install --no-cache-dir jupyterhub-jwtauthenticator` into [k8s-hub Dockerfile](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/main/images/hub/Dockerfile) work for me

> Actually it can be executed a command like this to obtain all the go files and execute `gotags` against them, but you can include like an example: > >...

> @axiaoxin recently an example was added that hopefully answers your question: > > https://github.com/swaggo/swag/blob/3d90fc0a5c6ef9566df81fe34425b0b35b0f651e/example/object-map-example/controller/response.go#L5 While using [goswagger](https://goswagger.io/use/models/schemas.html#go-swagger-vs-swagger) API client code generator, `swaggertype:"object,string"` will generated with `map[string]string`, and `swaggertype:"object,object"` will...

@dolfinus as the log I printed begining, the exception is raise at `for p in initial_resources["items"]`: https://github.com/jupyterhub/kubespawner/blob/a1a4a6f03c945d8633d565e5731afc44ee520caf/kubespawner/reflector.py#L228-L234

Compare to `NULL` could fix these. Try modify `2bwt-lib/Socket.c` line 90 and 152 to `if (socketPath == NULL || socketPath[0] == '\0') {`.

There're docker image and fastapi but no helm charts(deployment) https://github.com/adithya-s-k/marker-api

> Thanks for the issue @ealyn . It seems like from the logs that the volumeMounts for the shell script was not correctly mounted. Would you mind providing more details...

@aaron-prindle @JeromeJu please just find a GKE cluster to apply YAML I provided, it won't waste your time more than one minute.

> Thanks @ealyn for the follwup. In that case is this issue similar with #2721? Yeah, only difference is my case have not symlink folder.

@JeromeJu After replace `COPY build.sh /opt` with `COPY . /opt`, it works fine !