Jon Velando

Results 34 comments of Jon Velando

I was running into issues in my deployment if I didn't set the environment variables `SOFT_SERVE_PORT` and `SOFT_SERVE_BIND_ADDRESS`. The container was giving an error: ``` 2022/03/12 16:02:06 env: parse error...

I was running into this issue yesterday because I didn't have `blinker` installed in my `conda` environment for building/testing. Here's what I'm using: ```yaml name: oauthlib-dev channels: - conda-forge dependencies:...

I'll be opening a Draft PR when I have more done in [my syft fork for conda support](https://github.com/rigzba21/syft/tree/conda-support)

@spiffcs, I've joined the Slack channel and added the community meeting to my calendar. @westonsteimel, thank you for pointing me to a good starting point!

Closing my old draft PR which attempted to add a separate conda cataloger, in favor of the smaller-scoped work of extending the python cataloger [as discussed in the last community...

@consideRatio thank you for the link to the two strategies! I took a different approach (before reading your post) by registering a custom Authenticator `post_auth_hook` that sets the `profile_list` based...

Hi! Have you deployed dask-gateway with the latest Traefik CRDs from `main`? I ran into a similar situation with my call to `cluster.get_client()` timing out. By [updating to the most...

@JColl88 so I manually replaced the missing entries in https://github.com/dask/dask-gateway/blob/7b53ed72fc346650191e8fd2e6976fc60918c16f/resources/helm/dask-gateway/templates/traefik/rbac.yaml#L38-L53 and manually replaced the file https://github.com/dask/dask-gateway/blob/main/resources/helm/dask-gateway/crds/traefik.yaml in my helm chart and then ran a `helm upgrade...`. I don't think these...

> was that to address the timeout errors though or the missing CRDs? Because I was missing the up-to-date traefik CRDs and RBAC resource entries, this resulted in my call...

@JColl88 I will try and see if I can reproduce this issue in a local minikube cluster to help further troubleshoot. For your NGINX config, are you running ingress-nginx and...