Humberto Yagi
Humberto Yagi
**Describe the bug** Releasing a new version of the operator using the [release.sh](https://github.com/pulp/pulp-operator/blob/main/release/release.sh) script will fail `community-operators` and `community-operators-prod` pipelines because of: - missing metadata.annotations.support field (new required field) -...
We could add a page explaining all the jobs created by the operator (and linking the specific page for each, for example, link the reset admin pwd page), the available...
**Is your feature request related to a problem? Please describe.** We need to verify if our configuration of OCP `Routes` works with `pulp-certguard`. The current configuration is already doing the...
**Describe the bug** Our pods are not getting terminated in a graceful way. An image version upgrade or any change that requires deploying new pods will cause a rollout of...
**Is your feature request related to a problem? Please describe.** Document the steps to resize the PVC for database, redis and pulpcore pods. **Describe the solution you'd like** Explain why...
Our reconciliation logic is not handling a resource removal from CR, it is only checking if what is defined is deployed.
**Is your feature request related to a problem? Please describe.** It would be good to add a job to test `pulp-operator` deployment in OCP environments. **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** Kubernetes has the [`cronjob`](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/) resource that runs a job periodically on a given schedule. We could use it to schedule...
**Describe the bug** We are setting an IPv4 address for Redis liveness and readiness probes: https://github.com/pulp/pulp-operator/blob/05bc5969c84b9040658acfcc4159a79602116488/controllers/repo_manager/redis.go#L286 https://github.com/pulp/pulp-operator/blob/05bc5969c84b9040658acfcc4159a79602116488/controllers/repo_manager/redis.go#L307 We should validate if this could have issues in environments with only IPv6...
We should link the operator version with pulpcore package version. This will be helpful during troubleshooting, upgrading, and avoiding compatibility issues between the operator configs and pulpcore/galaxy version. Some examples...