fluid icon indicating copy to clipboard operation
fluid copied to clipboard

[BUG] CSI Plugin fails with "Invalid character 'U' looking for beginning of value"

Open cheyang opened this issue 3 years ago • 0 comments

What is your environment(Kubernetes version, Fluid version, etc.)

Describe the bug

image

This error is because the token accessing the kubelet api will return Unauthorized, and it is returned as msg, and csi will report this error when it parses Unauthorized as a normal return value.

image

What you expect to happen:

How to reproduce it

Additional Information

cheyang avatar Mar 04 '22 15:03 cheyang