Jason Fehr has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24362 )
Change subject: IMPALA-14980: Add operator deploy and sample CR ...................................................................... IMPALA-14980: Add operator deploy and sample CR Add operator deployment and kustomization manifests together with a sample ImpalaCluster custom resource for install and smoke testing flows. Add ASF license headers to the new operator manifest files. Testing: - kubectl kustomize operator/impala-operator/manifests - ruby YAML parsing for deployment, kustomization, and sample CR manifests - kubectl config current-context (k3d-impala-live) - kubectl apply -k operator/impala-operator/manifests - kubectl create namespace impala - kubectl apply -f operator/impala-operator/manifests/sample-impalacluster.yaml - kubectl get deployment impala-operator -n impala-operator-system - kubectl get impalacluster impala-demo -n impala - kubectl get pods -n impala-operator-system (operator pod scheduled from deployment) Change-Id: Ifb334135dfd333dd5b14756ec8f41551981677e6 Assisted-by: GPT-5.3 (Cursor) Co-authored-by: Cursor <[email protected]> Reviewed-on: http://gerrit.cloudera.org:8080/24362 Reviewed-by: Gokul Kolady <[email protected]> Reviewed-by: Jason Fehr <[email protected]> Tested-by: Jason Fehr <[email protected]> --- A operator/impala-operator/manifests/deployment.yaml A operator/impala-operator/manifests/kustomization.yaml A operator/impala-operator/manifests/sample-impalacluster.yaml 3 files changed, 112 insertions(+), 0 deletions(-) Approvals: Gokul Kolady: Looks good to me, but someone else must approve Jason Fehr: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/24362 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ifb334135dfd333dd5b14756ec8f41551981677e6 Gerrit-Change-Number: 24362 Gerrit-PatchSet: 35 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]>
