-
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 #1819
Conversation
Hi @PatrickLaabs. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/ok-to-test |
Hi. The vSphere Container Storage Plug-in documentation states that the thumbprint option is ignored when you are using an unsecured setup or when you provide a ca-file. It seems that it is not recognized when the insecure-flag is set to true. |
I am wary that the shipped cluster manifests with CAPV, by default support a non secure mode of communication. You could run an alternate mechanism to overlay these changes on top of the CAPV cluster manifests instead of chaining this directly in the cluster templates. |
@srm09 I guess I understand you thoughts. I believe removing the insecure flag hard-coded on the templates could make sense. But the Thumbprint-passing should stay, I guess. Letting the user decide to edit the yaml afterwards and strictly enable / disable the insecure-flag might be a better approach, isnt it? Best, |
/check-cla |
…humbprint passing to node-ipam-template Author: PatrickLaabs <patrick.laabs@me.de>
The insecure-flag has been removed. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: randomvariable The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
I'll take a look at this in the next few days. |
/tide merge-method-squash It's just a flake /retest Thx for fixing this! Let's cherry-pick |
/cherry-pick release-1.7 |
@sbueringer: once the present PR merges, I will cherry-pick it on top of release-1.7 in a new PR and assign it to you. 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. |
/cherry-pick release-1.6 |
@sbueringer: once the present PR merges, I will cherry-pick it on top of release-1.6 in a new PR and assign it to you. 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. |
/cherry-pick release-1.5 |
@sbueringer: once the present PR merges, I will cherry-pick it on top of release-1.5 in a new PR and assign it to you. 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. |
@sbueringer: new pull request created: #2062 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. |
@sbueringer: new pull request created: #2063 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. |
@sbueringer: new pull request created: #2064 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. |
What this PR does / why we need it:
With this PR I changed a few lines of code.
packaging/flavorgen/flavors/crs/csi.go
packaging/flavorgen/flavors/env/envsubts_consts.go
With this, I was able to create a new 'cluster-template.yaml' inside .cluster-api/overrides... where the Global-Section of the csi-vsphere-config Secret gets the thumbprint and insecure flag passed.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #1162
Special notes for your reviewer:
Newly created PR, since on my last one(PR 1812) , I encountered some Issues with my CLA.
Notes from the last PR:
Release note: