Hello Gokul Kolady, Abhishek Rawat, Jason Fehr, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/24344
to look at the new patch set (#16).
Change subject: IMPALA-14978: Add runnable Helm values examples
......................................................................
IMPALA-14978: Add runnable Helm values examples
Add runnable values files to document common starting configurations for
Kubernetes deployments.
Include an example for a minimal Impala setup and an LDAP-focused values
example, and align shared warehouse storage access mode with multi-node
safe defaults.
Add ASF license headers for the new example files.
Testing:
- helm lint helm/impala
- helm template impala14978-example helm/impala -f
helm/impala/values-example.yaml
- helm template impala14978-ldap helm/impala -f
helm/impala/values-ldap-example.yaml
- kubectl config current-context (k3d-impala-live)
- kubectl create namespace impala-14978-live
- helm upgrade --install impala-14978-live helm/impala -n impala-14978-live -f
helm/impala/values-example.yaml --set persistence.accessModes[0]=ReadWriteOnce
- kubectl rollout status
deployment/impala-14978-live-impala-{statestored,catalogd,impalad,hms} -n
impala-14978-live
- kubectl get pods -n impala-14978-live (all Running/Ready)
- kubectl get pvc -n impala-14978-live (warehouse PVC Bound)
- kubectl create namespace impala-14978-ldap-live
- helm upgrade --install impala-14978-ldap-live helm/impala -n
impala-14978-ldap-live -f helm/impala/values-ldap-example.yaml --set
persistence.accessModes[0]=ReadWriteOnce --set auth.ldap.enabled=true --set
auth.ldap.uri=ldaps://impala-ldap-openldap:636 --set-string
'auth.ldap.bindPattern=cn=#UID\,dc=example\,dc=org' --set
auth.ldap.passwordsInClearOk=true
- kubectl rollout status
deployment/impala-14978-ldap-live-impala-{statestored,catalogd,impalad,hms} -n
impala-14978-ldap-live
- kubectl get deployment impala-14978-ldap-live-impala-impalad -n
impala-14978-ldap-live -o jsonpath='{.spec.template.spec.containers[0].args}'
(contains -enable_ldap_auth and escaped ldap_bind_pattern)
Implemented and validated manually; Cursor-assisted.
Change-Id: Ib5c6ab7386bdd791a057b6402e15a82d97c1c381
Co-authored-by: Cursor <[email protected]>
---
A helm/impala/values-example.yaml
A helm/impala/values-ldap-example.yaml
2 files changed, 118 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/44/24344/16
--
To view, visit http://gerrit.cloudera.org:8080/24344
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ib5c6ab7386bdd791a057b6402e15a82d97c1c381
Gerrit-Change-Number: 24344
Gerrit-PatchSet: 16
Gerrit-Owner: Anubhav Jindal <[email protected]>
Gerrit-Reviewer: Abhishek Rawat <[email protected]>
Gerrit-Reviewer: Anubhav Jindal <[email protected]>
Gerrit-Reviewer: Gokul Kolady <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Jason Fehr <[email protected]>