Results 16 comments of vizeit

Can the custom labels applied to a PVC be propagated to the PD? In my use case, I am creating a PVC dynamically for a pod with a custom label...

@mattcary thank you for your quick reply. The PD description is able to capture the PVC name, the PV name, the PVC namespace, etc. Which means, if I am not...

I see that the logic at this line is probably adding the request parameters that finally go into the PD description, https://github.com/kubernetes-csi/external-provisioner/blob/626053a0d298a5c58eb91bbe46d856fc167cb065/pkg/controller/controller.go#L718 This logic is using meta functions **GetName** and...

I have created an issue under the external-provisioner repo, https://github.com/kubernetes-csi/external-provisioner/issues/819

@Ph0tonic existing core network policy takes care of kube api server egress on GKE. I have been testing JupyterHub on GKE Auopilot for a few weeks now and do not...

I have not installed k3s and tested but I think changing the server port to 443 should resolve this issue without any additional policy. I am including the reference links...

@Ph0tonic Were you able to test with port 443 to confirm that it works with the existing core network policy?

> Hi, Sorry @vizeit for the late reply. I did not had the possibility and rights to change the cluster config from 6443 to 443, so I could not test...

> Hey everyone, I am also eager to "officially" support Airflow 2.8 on the chart! > > There is a chance that no additional changes are required to use it...