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/24361
to look at the new patch set (#12).
Change subject: IMPALA-14979: Add ImpalaCluster CRD and RBAC
......................................................................
IMPALA-14979: Add ImpalaCluster CRD and RBAC
Add the ImpalaCluster custom resource definition and operator RBAC
manifests required to reconcile chart-backed Impala deployments.
Add ASF license headers to the new operator manifest files.
Testing:
- ruby YAML parsing for operator manifests
- kubectl config current-context (k3d-impala-live)
- kubectl apply -f operator/impala-operator/manifests/crd-impalacluster.yaml
- kubectl apply -f operator/impala-operator/manifests/rbac.yaml
- kubectl get crd impalaclusters.impala.apache.org
- kubectl get namespace impala-operator-system
- kubectl get serviceaccount impala-operator -n impala-operator-system
- kubectl get clusterrole impala-operator-crd
- kubectl get clusterrolebinding impala-operator-crd impala-operator-helm-admin
Implemented and validated manually; Cursor-assisted.
Change-Id: I0ae5fffe1059a42069fb4abe0d54e29775698cf5
Co-authored-by: Cursor <[email protected]>
---
A operator/impala-operator/manifests/crd-impalacluster.yaml
A operator/impala-operator/manifests/rbac.yaml
2 files changed, 170 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/61/24361/12
--
To view, visit http://gerrit.cloudera.org:8080/24361
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I0ae5fffe1059a42069fb4abe0d54e29775698cf5
Gerrit-Change-Number: 24361
Gerrit-PatchSet: 12
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]>