Hide Forgot
Description of problem: Standalone pod is not shown on project Status page Version-Release number of selected component (if applicable): quay.io/openshift-release-dev/ocp-v4.0@sha256 068ba37b8219cd2b161078bd3444cd32f79f28bd4a7108847f3e3923f979bc47 7f8e4a1588a2 3 days ago 268 MB openshift/console commit: c7f598d85ba30c2a8347885d66e44d2c8be448f5 How reproducible: Always Steps to Reproduce: 1. Create standalone Pod $ oc create -f https://raw.githubusercontent.com/openshift-qe/v3-testfiles/master/pods/pod_with_two_containers.json -n test 2. Go to project Status page Actual results: 2. Pod is not shown on Status page, we can see project get started message since project is considered as empty Expected results: 2. Pod should be shown Additional info:
This is currently working as intended, but assigning Jon to evaluate how hard it is to change. We'd only want to show pods that are not terminated most likely.
https://github.com/openshift/console/pull/1043
Fix is not included in latest nightly payload registry.svc.ci.openshift.org/ocp/release:4.0.0-0.nightly-2019-01-12-000105, will check in new one
1. Create standalone pod 2. Go to Home -> Status page, now standalone pod is shown on Status page Verified on $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.0.0-0.nightly-2019-01-15-010905 True False 44m Cluster version is 4.0.0-0.nightly-2019-01-15-010905 $ sudo podman inspect 4043d65804a8 ... "Labels": { "io.openshift.source-repo-commit": "a62eaa43f2aab9a817a3fb66e1c8b88d5ef100da", "io.openshift.source-repo-url": "https://github.com/openshift/console", "io.openshift.tags": "openshift,console", "maintainer": "Samuel Padgett <spadgett>", "name": "openshift/ose-console", "release": "0.139.0.0", "summary": "Provides the latest release of Red Hat Enterprise Linux 7 in a fully featured and supported base image.", "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-console/images/v4.0.0-0.139.0.0", "vcs-ref": "f871de84d993327ecc723846bbac3959a36103c1", "vcs-type": "git", "vendor": "Red Hat, Inc.", "version": "v4.0.0" ....
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, 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/RHBA-2019:0758