New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vSphere CSI driver is unable to detect not authenticated sessions #2157
Comments
|
/assign @divyenpatel Divyen, Can you help take a look and answer any queries about the above issue. |
|
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
|
/remove-lifecycle rotten |
|
Issue is fixed in v2.7.2 and v3.0.x releases |
We have seen error logs of following form keep repeating in the logs, where attach keeps failing with "NotAuthenticated" errors. But this is surprising because - Attach code, first checks if CNS session is valid, before attempting attach call, so call should not have even reached there. I am not yet sure if this related to - #2155
Which is kind of surprising because we do following call:
Before calling
task, err := m.virtualCenter.CnsClient.AttachVolume(ctx, cnsAttachSpecList)and hence if session is unauthenticated thenm.virtualCenter.ConnectCns(ctx)should have failed.This is happening with CSI driver version. - 2.5.1.
The text was updated successfully, but these errors were encountered: