#48 Do not wait for PVC binding
Closed 2 years ago by lrossett. Opened 2 years ago by lrossett.

We are currently waiting for the PVC binding when creating the koji-hub volume: https://pagure.io/kube-sig/koji-operator/blob/main/f/operator/roles/koji-hub/tasks/pvc.yml#_9

This leads to some issues depending on which kubernetes "flavor" you use, for example, kind[1] will not attach a volume until it is used in a pod/deployment which leads koji-hub to never finish its deployment.

It would be good a idea to test the following:

  • either remove wait: true from that task file or make it use a variable that defaults to false
  • test that change with molecule
  • test a "real deployment" in minikube and see if all works out up to the point of generating a repository.

Send a PR with the changes if the above test criteria passes.

[1] - https://github.com/kubernetes-sigs/kind


Metadata Update from @lrossett:
- Issue tagged with: good first issue

2 years ago

Metadata Update from @c4rt0:
- Issue assigned to c4rt0

2 years ago

Metadata Update from @lrossett:
- Issue status updated to: Closed (was: Open)

2 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #51 Merged 2 years ago