Bug 1865889
Summary: | unable to recognize no matches for kind "servicemonitor.monitoring.coreos.com" in version "monitoring.coreos.com/v1" | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Akram Ben Aissi <abenaiss> |
Component: | Jenkins | Assignee: | Akram Ben Aissi <abenaiss> |
Status: | CLOSED ERRATA | QA Contact: | Jitendar Singh <jitsingh> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.4 | CC: | aos-bugs, cedric.girard, jitsingh, jokerman, openshift-bugzilla-robot, pbhattac, vbobade, wzheng |
Target Milestone: | --- | ||
Target Release: | 4.4.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1836914 | Environment: | |
Last Closed: | 2020-09-22 06:58:40 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1846145 | ||
Bug Blocks: | 1852429 |
Comment 1
Akram Ben Aissi
2020-08-18 10:03:14 UTC
VERIFIED =================== jsingh@localhost ~/go/src/github.com/redhat-developer/jenkins/openshift/templates oc create -f jenkins-persistent-monitored.json template.template.openshift.io/jenkins-persistent-monitored created jsingh@localhost ~/go/src/github.com/redhat-developer/jenkins/openshift/templates oc process jenkins-persistent-monitored -n jenkins-test1 | oc create -f - route.route.openshift.io/jenkins created persistentvolumeclaim/jenkins created configmap/jenkins-trusted-ca-bundle created deploymentconfig.apps.openshift.io/jenkins created serviceaccount/jenkins created rolebinding.authorization.openshift.io/jenkins_edit created service/jenkins-jnlp created service/jenkins created servicemonitor.monitoring.coreos.com/jenkins-persistent-monitored created ======================================================================================= jsingh@localhost ~/go/src/github.com/redhat-developer/jenkins/openshift/templates oc get pods NAME READY STATUS RESTARTS AGE jenkins-1-deploy 1/1 Running 0 26s jenkins-1-w639b 0/1 ContainerCreating 0 56s ========================================================================================= jsingh@localhost ~/go/src/github.com/redhat-developer/jenkins/openshift/templates oc get pods -w NAME READY STATUS RESTARTS AGE jenkins-1-deploy 1/1 Running 0 4m18s jenkins-1-w639b 0/1 Running 0 4m49s jenkins-1-w639b 1/1 Running 0 4m49s jenkins-1-deploy 0/1 Completed 0 5m19s jenkins-1-deploy 0/1 Completed 0 5m19s jenkins-1-deploy 0/1 Completed 0 5m19s ============================================================================================== created a pipeline build with the image and triggered the build & result SUCCESS. 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 (OpenShift Container Platform 4.4.23 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/RHBA-2020:3715 |