You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition, it should be more clearly specified in the documentation whether these two parameters are really optional and that if one is specified, the other must also be specified.
How to reproduce it (as minimally and precisely as possible)?
/kind bug
What happened?
If you specify only
gidRangeStart
without specifyinggidRangeEnd
the error message is wrong:What you expected to happen?
I expect to receive this message:
In addition, it should be more clearly specified in the documentation whether these two parameters are really optional and that if one is specified, the other must also be specified.
How to reproduce it (as minimally and precisely as possible)?
Don't specify
gidRangeEnd
Anything else we need to know?:
I found the error in the code:
aws-efs-csi-driver/pkg/driver/controller.go
Lines 149 to 153 in 863e445
This should be:
Environment
kubectl version
): not relevantThe text was updated successfully, but these errors were encountered: