feat:object storage aksk uses k8s secret storage#257
feat:object storage aksk uses k8s secret storage#257doubledna wants to merge 1 commit intozilliztech:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: doubledna The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Welcome @doubledna! It looks like this is your first PR to zilliztech/milvus-helm 🎉 |
7e1edaf to
508887d
Compare
| port: "" | ||
| accessKey: "" | ||
| secretKey: "" | ||
| existingSecret: false |
There was a problem hiding this comment.
combine the values like this:
existingSecret:
enabled: false
name: s3-credentials
accessKey: "accessKey"
secretKey: "secretKey"
508887d to
08bc22e
Compare
| $ helm upgrade --install my-release --set cluster.enabled=false --set standalone.messageQueue=kafka --set etcd.replicaCount=1 --set pulsarv3.enabled=false --set kafka.enabled=true --set minio.mode=standalone zilliztech/milvus | ||
| ``` | ||
| If you need to use standalone mode with embedded ETCD and local storage (without starting MinIO and additional ETCD), you can use the following steps: | ||
| use external S3 as object storage and store aksk in secret |
There was a problem hiding this comment.
Should put this into a separate section not under Deploy Milvus with standalone mode.
| ``` | ||
| If you need to use standalone mode with embedded ETCD and local storage (without starting MinIO and additional ETCD), you can use the following steps: | ||
| use external S3 as object storage and store aksk in secret | ||
| 1. Create a secret with name `s3-credentials` in namespace `default` or use existing s3 aksk secret |
There was a problem hiding this comment.
No need to limit the namespace to default namespace.
08bc22e to
2b49aa5
Compare
2b49aa5 to
86923f0
Compare
Signed-off-by: doubledna <gaolin.cheng@zilliz.com>
86923f0 to
dd725ca
Compare
|
bump! it's really needed |
What this PR does / why we need it: milvus connect external s3 aksk uses k8s secret storage. / s3 aksk stored in helm value is prone to leakage.
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
[mychartname])