[
https://issues.apache.org/jira/browse/IMPALA-14978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18089940#comment-18089940
]
ASF subversion and git services commented on IMPALA-14978:
----------------------------------------------------------
Commit 5781b1be3953095e0dfb0bba3ea88ccbf21219b4 in impala's branch
refs/heads/master from Anubhav Jindal
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=5781b1be3 ]
IMPALA-14978: Add runnable Helm values examples
Add runnable values files to document common starting configurations for
Kubernetes deployments.
Include a minimal Impala example (values-example.yaml), an OpenLDAP chart
example (values-ldap-example.yaml), and a self-contained Impala LDAP auth
example (values-impala-ldap-example.yaml). Clarify that values-ldap-example.yaml
is for openldap/openldap, not the Impala chart.
Align shared warehouse storage access mode with multi-node safe defaults and add
ASF license headers for new example files.
Testing:
- helm lint helm/impala
- helm template impala14978-example helm/impala -f
helm/impala/values-example.yaml
- helm repo add openldap https://jp-gouin.github.io/helm-openldap/
- helm repo update
- helm template impala14978-openldap openldap/openldap -f
helm/impala/values-ldap-example.yaml
- helm template impala14978-impala-ldap helm/impala -f
helm/impala/values-impala-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 create namespace impala-14978-ldap-live
- helm upgrade --install impala-14978-ldap-live helm/impala -n
impala-14978-ldap-live \
-f helm/impala/values-impala-ldap-example.yaml --set
persistence.accessModes[0]=ReadWriteOnce
- 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)
Change-Id: Ib5c6ab7386bdd791a057b6402e15a82d97c1c381
Assisted-by: GPT-5.3 (Cursor)
Reviewed-on: http://gerrit.cloudera.org:8080/24344
Reviewed-by: Gokul Kolady <[email protected]>
Reviewed-by: Jason Fehr <[email protected]>
Tested-by: Jason Fehr <[email protected]>
> Add runnable Helm values examples for baseline and LDAP setups
> --------------------------------------------------------------
>
> Key: IMPALA-14978
> URL: https://issues.apache.org/jira/browse/IMPALA-14978
> Project: IMPALA
> Issue Type: Task
> Reporter: Anubhav Jindal
> Assignee: Anubhav Jindal
> Priority: Major
>
> * *Problem:* Users lack clear starter values for minimal and LDAP-enabled
> installs.
> * *Proposed Change:* Add {{values-example.yaml}} and
> {{values-ldap-example.yaml}} with practical defaults.
> * *Testing:* Install using each example file and verify successful startup.
> * *Compatibility/Risk:* Documentation/UX improvement; no behavioral break
> for existing values.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]