Simon Li

Results 1067 comments of Simon Li

Can you think of an easy test we can add?

Thanks for the suggestion- I've added a test using the `Host` header.

What are the requirements for this to work- does the K8s cluster itself need to support IPv6? If so, would it make more sense for IPv6 or dual-stack to be...

We don't have any tests for this. What do you think about merging it after the next release? That means if we find problems with how we implement IPv6 support...

Coming back to this.... assuming there are other areas that will require IPv4/IPv6 configuration what do you think about a top-level property that can be referenced in multiple places, e.g....

I've looked into this a bit more. The ideal situation is to require no configuration, and have everything work automatically on IPv4, IPv6, and dual stack. What happens if you...

If possible I think we should aim for a configuration that automatically works for ipv4, ipv6, and dual stack by default, e.g. `PreferDualStack` https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3485#issuecomment-2614662304 But keep the ability to override...

@radhupr Have you tried [`KubeSpawner.extra_pod_config`](https://jupyterhub-kubespawner.readthedocs.io/en/latest/spawner.html#kubespawner.KubeSpawner.extra_pod_config)?