Andy Zhang

Results 651 comments of Andy Zhang

/test pull-azuredisk-csi-driver-e2e-capz-vmssflex

per this code snippet, I think this feature is not ready unless I hardcode this flag as true and recompile snapshot image: https://github.com/kubernetes-csi/external-snapshotter/blob/80a7aa9488ceb846e42298e09bbec04086686fdf/cmd/csi-snapshotter/main.go#L232-L234

is it related to kubeletDir issue? https://github.com/kubernetes-csi/csi-driver-nfs/tree/master/charts#tips

@kbreit i mainly depends on `livenessProbe`, `nfs`, `nodeDriverRegistrar` version, can you check which image upgrade fixed the issue?

the `VolumeSnapshotClass` supports `share` parameter (it's `/` by default), which means you could create a dedicated subdir in root dir to store snapshot, original snapshot volume id does not contain...

@voelzmo thanks for the tips. we would like to use VPA mainly for CSI driver controller sidecar containers, the memory usage of those containers would grow dramatically when PV num...