Matt Cary

Results 190 comments of Matt Cary

Yeah good point. Maybe something with mount propagation.

Maybe we should just bring up clusters with the proper scoped access on all nodes. The issue is not adding some new special permission in order to get the tests...

Propagating PVC labels is surprisingly complex, as it would cross the k8s-csi API boundary. At first glance it would require us creating a new PD specific controller to watch for...

See https://github.com/kubernetes-csi/external-provisioner/blob/master/pkg/controller/controller.go#L624 for details of how the create volume request is made; note this controller is not GCE PD-specific.

Note all of those references are in the external-provisioner, which is a general CSI service that's not PD specific. So any changes made there would affect all CSI drivers, not...

/reopen (the original question of the pd description appearing as labels is still open & being worked on, sorry for the confusion).

Whoops! This got buried, sorry. /lgtm /approve

Docs placeholder PR: https://github.com/kubernetes/website/pull/26683