Yite Gu

Results 38 comments of Yite Gu

@Matan-B have a code review :)

@Matan-B 1. I have cancelled is_insufficient_space, we cannot accurately determine the absolute value of the remaining space on the user's mon disk. 2. We can be certain that if `last_to_remove`...

``` containers: - args: - --csi-address=$(ADDRESS) - --v=3 - --timeout=150s - --retry-interval-start=500ms - --retry-interval-max=5s - --leader-election=true - --leader-election-namespace=rook-ceph - --default-fstype=ext4 + - --feature-gates=CrossNamespaceVolumeDataSource=true env: - name: ADDRESS value: unix:///csi/csi-provisioner.sock image:...

add referencegrants resource as below kubectl edit clusterroles.rbac.authorization.k8s.io rbd-external-provisioner-runner ``` - apiGroups: - gateway.networking.k8s.io resources: - referencegrants verbs: - list - watch - get ``` but report other failed: ```...

hi @ttakahashi21 please help me review this problem