pulp-operator icon indicating copy to clipboard operation
pulp-operator copied to clipboard

Kubernetes Operator for Pulp 3. Under active development.

Results 84 pulp-operator issues
Sort by recently updated
recently updated
newest added
trafficstars

**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...

Documentation

Our reconciliation logic is not handling a resource removal from CR, it is only checking if what is defined is deployed.

bug
go-alpha
prio-list

**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**...

enhancement
CI/CD
Feature
Sprint

**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...

enhancement
go-alpha
prio-list

**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`....

Issue
Documentation

**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...

bug
go-alpha

https://www.claritician.com/how-to-mock-google-cloud-storage-during-development https://github.com/pulp/pulpcore/issues/3424

Feature

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...

enhancement
go-alpha
prio-list

**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...

enhancement
go-alpha

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...

Documentation
go-alpha