-
Notifications
You must be signed in to change notification settings - Fork 296
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
CAPV CSI driver isn't passing TLS thumbprint #1162
Comments
/assign |
fixes the vsphere-csi-controller crashLoopBackOff due to untrusted https connection to vcenter
fixes the vsphere-csi-controller crashLoopBackOff due to untrusted https connection to vcenter
As a workaround you can add |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/lifecycle frozen |
It looks like this is the problematic code that's responsible for generating the default flavor template:
It should be extended so the [Global]
cluster-id = "${NAMESPACE}/${CLUSTER_NAME}"
insecure-flag = false
thumbprint = "${VSPHERE_TLS_THUMBPRINT}" With that config I can verify that the CSI integration works as expected and you can review the details of the two new properties, If patching this it would make sense to add a option to add the |
given the original assignee didn't respond on the original PR I think we can proceed with #1220 |
right, my bad. I totally missed there was a PR in a duplicated issue for that already. |
/unassign |
@srm09: GitHub didn't allow me to assign the following users: scdubey. Note that only kubernetes-sigs members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Has there been any more work done on this? The issue is obviously still open and the two PRs referencing it look like they were closed without being merged. I would potentially be interested in working on this if there isn't anyone else looking into it. |
@EdgeJ Best |
Hi @PatrickLaabs I never got a response to my comment here, so I never looked into it. Now I no longer have access to (or work with) vsphere, so I have no plans to work on this anymore. |
@EdgeJ Apologies for missing the comment on this one. I hope we can have further contributions from you sometime in the future. |
This is still happening. |
/kind bug
What steps did you take and what happened:
I have a largely stock configuration and the
vsphere-csi-controller
is in CrashLoopBackOff. Reviewing the logs I am seeing this:I am providing the TLS fingerprint via the
clusterctl
configuration. I did notice thesecret/csi-vsphere-config
object doesn't include the fingerprint key/value pair.What did you expect to happen:
I'd expect it to either use the TLS fingerprint or give me an option to accept insecure certificates.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
):/etc/os-release
):The text was updated successfully, but these errors were encountered: