Closed RafalKorepta closed 4 days ago
Have the permissions for HPAs been added to the operator itself? Seems like we're missing service monitors as well.
Think we could add a test that asserts that the output permissions are the same as the results of running kustomize against the operator at appVersion
? That way we wouldn't have to manually verify this every time.
@chrisseto Test is added, but I'm not happy about the outcome.
Add HorizontalPodAutoscaler permission for operator role
The HorizontalPodAutoscaler was not added to permission set for the operator Role. The operator during GC operation log the following message:
Add Certificate permission for operator role
The Certificate from cert-manager customer resource was not added list permission set for operator Role. The operator during GC operation log the following message:
Add Issuer permission for operator role
The Issuer from cert-manager customer resource was not added list permission set for operator Role. The operator during GC operation log the following message:
Release operator chart
Operator chart in version 0.4.33
Remove none existent empty API Group for leases
Leases are located in coordination.k8s.io API Group not in empty API Group.
Add helm and kustomize RBAC rules equivalence test
Default operator helm chart templates is compared with kustomize from redpanda-operator repository. Kustomize could deploy combination of cluster and namespace scoped operator. There are few exclusions and corss checks between helm Role and kustomize Cluster role.
Remove white space in string
K8S-400