Bug 1710333
| Summary: | kubevirt-node-labeller and virt-template-validator have problem to start | ||
|---|---|---|---|
| Product: | Container Native Virtualization (CNV) | Reporter: | Lukas Bednar <lbednar> |
| Component: | Installation | Assignee: | Francesco Romani <fromani> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Irina Gulina <igulina> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.0 | CC: | cnv-qe-bugs, fdeutsch, fromani, gouyang, grajaiya, pep, rhallise, sgordon |
| Target Milestone: | --- | Keywords: | TestBlocker |
| Target Release: | 2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-07-29 07:24:10 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Lukas Bednar
2019-05-15 11:02:25 UTC
Will be fixed by new kubevirt-ssp-operator build and https://github.com/kubevirt/hyperconverged-cluster-operator/pull/94 Add testBlocker because it prevent us to create VM: # oc create -f vm-cirros.yaml Error from server (InternalError): error when creating "vm-cirros.yaml": Internal error occurred: failed calling admission webhook "virt-template-admission.kubevirt.io": Post https://virt-template-validator.kubevirt-hyperconverged.svc:443/virtualmachine-template-validate?timeout=30s: no endpoints available for service "virt-template-validator" Looks good with hco-bundle-registry:v2.0.0-14 $ oc get pods -n kubevirt-hyperconverged NAME READY STATUS RESTARTS AGE cdi-operator-5cf5f7df79-g7l75 1/1 Running 0 11m cluster-network-addons-operator-5fc94fc94-bkczt 1/1 Running 0 11m hco-operator-64c9bc495d-gkvft 1/1 Running 0 11m kubevirt-node-labeller-hs6vm 1/1 Running 0 8m48s kubevirt-node-labeller-nb5jw 1/1 Running 0 8m48s kubevirt-ssp-operator-76bd5b68c-p9fw4 1/1 Running 0 11m kubevirt-web-ui-operator-5599867479-x5ndq 1/1 Running 0 11m node-maintenance-operator-7c4bd6546d-69qzl 1/1 Running 0 11m virt-api-5759c89548-4qrxh 1/1 Running 0 8m43s virt-api-5759c89548-bkns2 1/1 Running 0 8m43s virt-controller-75d85dc4d-mgtp5 1/1 Running 0 7m13s virt-controller-75d85dc4d-ncm2s 1/1 Running 0 7m13s virt-handler-jfgsc 1/1 Running 1 7m13s virt-handler-n2l9f 1/1 Running 0 7m13s virt-operator-74698f4dcd-27cjn 1/1 Running 0 11m virt-operator-74698f4dcd-dvspk 1/1 Running 0 11m virt-template-validator-85d7964c78-bgvlf 1/1 Running 0 8m48s Has this been verified? Verfied, see BZ 1709677#c12 |