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/24362
to look at the new patch set (#13).
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)
Implemented and validated manually; Cursor-assisted.
Change-Id: Ifb334135dfd333dd5b14756ec8f41551981677e6
Co-authored-by: Cursor <[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, 111 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/62/24362/13
--
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: newpatchset
Gerrit-Change-Id: Ifb334135dfd333dd5b14756ec8f41551981677e6
Gerrit-Change-Number: 24362
Gerrit-PatchSet: 13
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]>