Bug 2084610
| Summary: | Newly added Kubevirt-plugin pod is missing resources.requests values (cpu/memory) | ||
|---|---|---|---|
| Product: | Container Native Virtualization (CNV) | Reporter: | Debarati Basu-Nag <dbasunag> |
| Component: | Installation | Assignee: | Oren Cohen <ocohen> |
| Status: | CLOSED ERRATA | QA Contact: | Debarati Basu-Nag <dbasunag> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.11.0 | CC: | cnv-qe-bugs, kmajcher, stirabos |
| Target Milestone: | --- | ||
| Target Release: | 4.11.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | CNV v4.11.0-396, HCO v4.11.0-71 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-09-14 19:33:14 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: | |||
|
Comment 1
Oren Cohen
2022-05-17 14:44:12 UTC
Verified against v4.11.0-426:
[cnv-qe-jenkins@c01-dbn-411-h54s6-executor ~]$ kubectl get pod kubevirt-plugin-56964467bd-p4mdd -n openshift-cnv -o json | jq ".spec.containers[0]"
{
"image": "registry.redhat.io/container-native-virtualization/kubevirt-console-plugin@sha256:b83184eb3aaae56b9f164366d7913d71cc8ba89c78b0f84c034ed2d66e52b7d3",
"imagePullPolicy": "Always",
"name": "kubevirt-plugin",
"ports": [
{
"containerPort": 9443,
"protocol": "TCP"
}
],
"resources": {
"requests": {
"cpu": "10m",
"memory": "100Mi"
}
},
"securityContext": {
"allowPrivilegeEscalation": false,
"capabilities": {
"drop": [
"ALL"
]
},
"runAsUser": 1000700000
},
"terminationMessagePath": "/dev/termination-log",
"terminationMessagePolicy": "File",
"volumeMounts": [
{
"mountPath": "/var/serving-cert",
"name": "plugin-serving-cert",
"readOnly": true
},
{
"mountPath": "/etc/nginx/nginx.conf",
"name": "nginx-conf",
"readOnly": true,
"subPath": "nginx.conf"
},
{
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount",
"name": "kube-api-access-x8t5l",
"readOnly": true
}
]
}
[cnv-qe-jenkins@c01-dbn-411-h54s6-executor ~]$
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: OpenShift Virtualization 4.11.0 Images security and bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:6526 |