pulp-operator
pulp-operator copied to clipboard
Kubernetes Operator for Pulp 3. Under active development.
**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...
**Version** N/A **Describe the bug** Invoking `make deploy` as guided in [Getting Started for Pulp Operator](https://docs.pulpproject.org/pulp_operator/quickstart/) requires `go` binary because `deploy` refers `manifests` and `manifests` requires `controller-gen` which uses `go`....
**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...
https://www.claritician.com/how-to-mock-google-cloud-storage-during-development https://github.com/pulp/pulpcore/issues/3424
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...
**Is your feature request related to a problem? Please describe.** Operator should be able to monitor tasks queue and if there are a lot of tasks in waiting state it...
We could have a section explaining how to configure the operator in case of a disconnected (air-gapped) environment and/or private registry. It should contain things like: - internal registry as...