kubevirt / hyperconverged-cluster-operator

Operator pattern for managing multi-operator products
Apache License 2.0
154 stars 152 forks source link

HCO without OLM or Marketplace deploy.sh missing hostpath-provisioner crd #745

Closed kmorning closed 4 years ago

kmorning commented 4 years ago

Is this a BUG REPORT or FEATURE REQUEST?:

/kind bug

What happened: After using the deploy.sh script, the hostpath-provisioner-operator pod was in crash loop.

What you expected to happen: All pods running after running deploy.sh

How to reproduce it (as minimally and precisely as possible): run the deploy script, check the pods

Anything else we need to know?: I was able to resolve the problem by manually installing the hostpath-provisioner crd kubectl create -f https://raw.githubusercontent.com/kubevirt/hyperconverged-cluster-operator/master/deploy/crds/hostpath-provisioner00.crd.yaml Looking at the deploy.sh, I can see that the crd for this is missing.

Also the following crd in the deploy script fails, as the url doesn't exist. kubectl create -f https://raw.githubusercontent.com/kubevirt/hyperconverged-cluster-operator/master/deploy/crds/node-maintenance00.crd.yaml

Environment:

orenc1 commented 4 years ago

Hi @kmorning , thanks for submitting the issue.

Both addressed in #758

/close

kubevirt-bot commented 4 years ago

@orenc1: Closing this issue.

In response to [this](https://github.com/kubevirt/hyperconverged-cluster-operator/issues/745#issuecomment-678952362): >Hi @kmorning , thanks for submitting the issue. > >- node maintenance operator is now no longer of the kubevirt-hyperconverged solution, so its CRD has been removed from the `deploy/crds` directory. >- host-path-provisioner CRD was indeed missing from the `deploy.sh` script. > >Both addressed in #758 > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.