Louis Koo

Results 132 comments of Louis Koo

@humblec Yes, the same procedure with you.

@jdef When deleting pod, need to disconnect from storage, we want to know the url、username、password about the backend storage, but there is no other params in the NodeUnpublishVolume function.

@jdef @saad-ali Is it possible to add the Secret to the NodeUnpublishVolume?

After the ControllerExpandVolume had been called and expansion successful, how often the NodeExpandVolume will be called automatically when volume is in-use by a running workload? @gnufied @xing-yang

If we deploy driver with URL that one kubernetes cluster only supports one storage cluster. @venkatsc

> To deploy multiple instances, deploy each with their own endpoint URL and provisioner name. Use the appropriate provisioner name in the created `StorageClass`. > > You could refer our...

> as you can encode the `volumeID` you can make use of configmap with some unique Key to identify the URL current we are doing same in ceph-csi to fetch...

Is there a better way to solve this problem? When deleting the pod that we should login the backend stroage to do more things, But we only achieve "NodeUnpublth ishVolume"...