-
Notifications
You must be signed in to change notification settings - Fork 44
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
[milvus] 22 proxy tls support #25
[milvus] 22 proxy tls support #25
Conversation
bc1f1b9
to
37e7c81
Compare
This feature is not directly tested in CI, adding a seperated values file in |
@VincentDu2021 Hi, thank you for providing this patch. Sry for the delay of review for most of our reviewers are on vocation. We'll be testing it soon. |
d755333
to
7b2b4e8
Compare
Thanks @haorenfsa , I just squashed commits with signoff, and forced push again. |
@VincentDu2021 the test still failed |
My appologies @haorenfsa. I did further testing
To make above change happen, I did these changes in the values.yaml, The tls.crt tls.key values are populated from
I have fixes ready, before pushing agian here are my questions:
|
468ecd2
to
787c7d7
Compare
e2566af
to
3b0cad7
Compare
4a5d429
to
491289b
Compare
hi @haorenfsa with 491289b, the ci lint-test is passing in my fork. The only way to test this feature without breaking the default bevoir is to turn off the proxy.tls, secret creation and mount entirely in the default values.yaml, then adding an overwrite section to turn them on in the ci/cluster-values.yaml. I tried to add an "proxytls-values.yaml" with only the overwrite section and it is not working for me. The test log was huge and probably got truncated in the end, therefore it is hard for me find out what's wrong. I turned on proxy.tls, enabled tls secret creation and mount in the default values.yaml without the overwrite section in ci/cluster-values.yaml and the lint-test would also pass in my fork, in a separate test |
@VincentDu2021 Hi, thank you very much for taking time testing this, it looks good. I'll check later how to include a separated test values file. For now please undo the changes you made on cluster-values.yaml, and we're ready to merge this. Btw, the next version should be 4.0.6. |
impl zilliztech#22 Signed-off-by: Vincent Du <[email protected]>
491289b
to
c45d1dd
Compare
@haorenfsa Hi, my pleasure. Done both as requested |
/lgtm |
/cc @LoveEachDay |
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haorenfsa, LoveEachDay, VincentDu2021 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 |
What this PR does / why we need it:
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
[mychartname]
)