origin icon indicating copy to clipboard operation
origin copied to clipboard

Operator Insight degraded after upgrade to 4.10.5

Open mgamboa opened this issue 3 years ago • 2 comments

[provide a description of the issue] Openshift Insight Operator degraded after upgrade to 4.10.5

Version

root@controller]# oc version Client Version: 4.10.3 Server Version: 4.10.5 Kubernetes Version: v1.23.3+e419edf

Steps To Reproduce
  1. upgrade cluster
Current Result

[root@controller edb]# oc get co insights NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE MESSAGE insights 4.10.5 True False True 5d6h Failed to pull SCA certs from https://api.openshift.com/api/accounts_mgmt/v1/certificates: OCM API https://api.openshift.com/api/accounts_mgmt/v1/certificates returned HTTP 500: {"id":"9","kind":"Error","href":"/api/accounts_mgmt/v1/errors/9","code":"ACCT-MGMT-9","reason":"Unable to get Certificates Serials from RHSM for consumer (UUID=2787963f-b9d3-4a0b-8f88-f9c161cd6999): 502 Bad Gateway","operation_id":"6f7afffa-9c5a-4420-93f6-878cdf95198f"}

Expected Result

[root@controller edb]# oc get co insights NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE MESSAGE insights 4.10.5 True False False 5d6h

Additional Information

[root@controller edb]# oc -n openshift-insights get all -o json { "apiVersion": "v1", "items": [ { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.v1.cni.cncf.io/network-status": "[{\n "name": "openshift-sdn",\n "interface": "eth0",\n "ips": [\n "10.128.1.33"\n ],\n "default": true,\n "dns": {}\n}]", "k8s.v1.cni.cncf.io/networks-status": "[{\n "name": "openshift-sdn",\n "interface": "eth0",\n "ips": [\n "10.128.1.33"\n ],\n "default": true,\n "dns": {}\n}]", "openshift.io/scc": "restricted" }, "creationTimestamp": "2022-03-23T14:03:03Z", "generateName": "insights-operator-5985d555dc-", "labels": { "app": "insights-operator", "pod-template-hash": "5985d555dc" }, "name": "insights-operator-5985d555dc-pb2lj", "namespace": "openshift-insights", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "insights-operator-5985d555dc", "uid": "e9f9cd8e-8d10-4ca3-9592-72e9b1ad5208" } ], "resourceVersion": "11451360", "uid": "c3ed3459-047e-4ca2-b196-99938daafdb6" }, "spec": { "containers": [ { "args": [ "start", "-v=4", "--config=/etc/insights-operator/server.yaml" ], "env": [ { "name": "POD_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.name" } } }, { "name": "POD_NAMESPACE", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" } } }, { "name": "RELEASE_VERSION", "value": "4.10.5" }, { "name": "HTTP_PROXY", "value": "http://proxy.corp:8080" }, { "name": "HTTPS_PROXY", "value": "http://proxy.corp:8080" }, { "name": "NO_PROXY", "value": ".cluster.local,.svc,10.0.0.0/16,10.128.0.0/14,10.139.203.0/24,127.0.0.1,172.30.0.0/16" } ], "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:6deae7a7968408ea89abf16fed5807d95f218a3d2e535963cda1f52fb925ae97", "imagePullPolicy": "IfNotPresent", "name": "insights-operator", "ports": [ { "containerPort": 8443, "name": "https", "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "30Mi" } }, "securityContext": { "capabilities": { "drop": [ "KILL", "MKNOD", "SETGID", "SETUID" ] }, "runAsUser": 1000200000 }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "FallbackToLogsOnError", "volumeMounts": [ { "mountPath": "/var/lib/insights-operator", "name": "snapshots" }, { "mountPath": "/var/run/configmaps/trusted-ca-bundle", "name": "trusted-ca-bundle", "readOnly": true }, { "mountPath": "/var/run/configmaps/service-ca-bundle", "name": "service-ca-bundle", "readOnly": true }, { "mountPath": "/var/run/secrets/serving-cert", "name": "serving-cert" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-xkvcw", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "operator-dockercfg-m9tdb" } ], "nodeName": "ocp4-l527b-master-1", "nodeSelector": { "beta.kubernetes.io/os": "linux", "node-role.kubernetes.io/master": "" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 2000000000, "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000200000, "seLinuxOptions": { "level": "s0:c14,c9" } }, "serviceAccount": "operator", "serviceAccountName": "operator", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoSchedule", "key": "node-role.kubernetes.io/master", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 900 }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 900 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "emptyDir": {}, "name": "snapshots" }, { "configMap": { "defaultMode": 420, "name": "trusted-ca-bundle", "optional": true }, "name": "trusted-ca-bundle" }, { "configMap": { "defaultMode": 420, "name": "service-ca-bundle", "optional": true }, "name": "service-ca-bundle" }, { "name": "serving-cert", "secret": { "defaultMode": 420, "optional": true, "secretName": "openshift-insights-serving-cert" } }, { "name": "kube-api-access-xkvcw", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2022-03-23T14:03:03Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2022-03-23T14:03:06Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2022-03-23T14:03:06Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2022-03-23T14:03:03Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://07f60175bcb1d4d7f23abd9ea1ec982bd1f7d02b055b5b4b48f2399ab5ffe815", "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:6deae7a7968408ea89abf16fed5807d95f218a3d2e535963cda1f52fb925ae97", "imageID": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:6deae7a7968408ea89abf16fed5807d95f218a3d2e535963cda1f52fb925ae97", "lastState": {}, "name": "insights-operator", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2022-03-23T14:03:06Z" } } } ], "hostIP": "10.139.203.105", "phase": "Running", "podIP": "10.128.1.33", "podIPs": [ { "ip": "10.128.1.33" } ], "qosClass": "Burstable", "startTime": "2022-03-23T14:03:03Z" } }, { "apiVersion": "v1", "kind": "Service", "metadata": { "annotations": { "exclude.release.openshift.io/internal-openshift-hosted": "true", "include.release.openshift.io/self-managed-high-availability": "true", "include.release.openshift.io/single-node-developer": "true", "service.alpha.openshift.io/serving-cert-secret-name": "openshift-insights-serving-cert", "service.alpha.openshift.io/serving-cert-signed-by": "openshift-service-serving-signer@1647591715", "service.beta.openshift.io/serving-cert-signed-by": "openshift-service-serving-signer@1647591715" }, "creationTimestamp": "2022-03-18T08:18:13Z", "labels": { "app": "insights-operator" }, "name": "metrics", "namespace": "openshift-insights", "ownerReferences": [ { "apiVersion": "config.openshift.io/v1", "kind": "ClusterVersion", "name": "version", "uid": "5b09cbbc-eb5b-4bda-a2a4-8fefe4f8b44d" } ], "resourceVersion": "6869", "uid": "44ee6ce8-7878-491b-9b7f-0a38a14a722a" }, "spec": { "clusterIP": "172.30.15.53", "clusterIPs": [ "172.30.15.53" ], "internalTrafficPolicy": "Cluster", "ipFamilies": [ "IPv4" ], "ipFamilyPolicy": "SingleStack", "ports": [ { "name": "https", "port": 443, "protocol": "TCP", "targetPort": 8443 } ], "selector": { "app": "insights-operator" }, "sessionAffinity": "None", "type": "ClusterIP" }, "status": { "loadBalancer": {} } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "config.openshift.io/inject-proxy": "insights-operator", "deployment.kubernetes.io/revision": "3", "exclude.release.openshift.io/internal-openshift-hosted": "true", "include.release.openshift.io/self-managed-high-availability": "true", "include.release.openshift.io/single-node-developer": "true" }, "creationTimestamp": "2022-03-18T08:18:14Z", "generation": 3, "name": "insights-operator", "namespace": "openshift-insights", "ownerReferences": [ { "apiVersion": "config.openshift.io/v1", "kind": "ClusterVersion", "name": "version", "uid": "5b09cbbc-eb5b-4bda-a2a4-8fefe4f8b44d" } ], "resourceVersion": "11451364", "uid": "c81155a6-3918-42da-a61d-fbe148286a33" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 1, "revisionHistoryLimit": 10, "selector": { "matchLabels": { "app": "insights-operator" } }, "strategy": { "type": "Recreate" }, "template": { "metadata": { "annotations": { "target.workload.openshift.io/management": "{"effect": "PreferredDuringScheduling"}" }, "creationTimestamp": null, "labels": { "app": "insights-operator" } }, "spec": { "containers": [ { "args": [ "start", "-v=4", "--config=/etc/insights-operator/server.yaml" ], "env": [ { "name": "POD_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.name" } } }, { "name": "POD_NAMESPACE", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" } } }, { "name": "RELEASE_VERSION", "value": "4.10.5" }, { "name": "HTTP_PROXY", "value": "http://proxy.corp:8080" }, { "name": "HTTPS_PROXY", "value": "http://proxy.corp:8080" }, { "name": "NO_PROXY", "value": ".cluster.local,.svc,10.0.0.0/16,10.128.0.0/14,10.139.203.0/24,127.0.0.1,172.30.0.0/16,api-int.ocp4.example.local,api.ocp4.example.local,apps.ocp4.example.local,example.local,localhost,ocp4.example.local" } ], "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:6deae7a7968408ea89abf16fed5807d95f218a3d2e535963cda1f52fb925ae97", "imagePullPolicy": "IfNotPresent", "name": "insights-operator", "ports": [ { "containerPort": 8443, "name": "https", "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "30Mi" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "FallbackToLogsOnError", "volumeMounts": [ { "mountPath": "/var/lib/insights-operator", "name": "snapshots" }, { "mountPath": "/var/run/configmaps/trusted-ca-bundle", "name": "trusted-ca-bundle", "readOnly": true }, { "mountPath": "/var/run/configmaps/service-ca-bundle", "name": "service-ca-bundle", "readOnly": true }, { "mountPath": "/var/run/secrets/serving-cert", "name": "serving-cert" } ] } ], "dnsPolicy": "ClusterFirst", "nodeSelector": { "beta.kubernetes.io/os": "linux", "node-role.kubernetes.io/master": "" }, "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "operator", "serviceAccountName": "operator", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoSchedule", "key": "node-role.kubernetes.io/master", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 900 }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 900 } ], "volumes": [ { "emptyDir": {}, "name": "snapshots" }, { "configMap": { "defaultMode": 420, "name": "trusted-ca-bundle", "optional": true }, "name": "trusted-ca-bundle" }, { "configMap": { "defaultMode": 420, "name": "service-ca-bundle", "optional": true }, "name": "service-ca-bundle" }, { "name": "serving-cert", "secret": { "defaultMode": 420, "optional": true, "secretName": "openshift-insights-serving-cert" } } ] } } }, "status": { "availableReplicas": 1, "conditions": [ { "lastTransitionTime": "2022-03-18T08:18:29Z", "lastUpdateTime": "2022-03-22T00:09:12Z", "message": "ReplicaSet "insights-operator-5985d555dc" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" }, { "lastTransitionTime": "2022-03-23T14:03:06Z", "lastUpdateTime": "2022-03-23T14:03:06Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" } ], "observedGeneration": 3, "readyReplicas": 1, "replicas": 1, "updatedReplicas": 1 } }, { "apiVersion": "apps/v1", "kind": "ReplicaSet", "metadata": { "annotations": { "config.openshift.io/inject-proxy": "insights-operator", "deployment.kubernetes.io/desired-replicas": "1", "deployment.kubernetes.io/max-replicas": "1", "deployment.kubernetes.io/revision": "3", "exclude.release.openshift.io/internal-openshift-hosted": "true", "include.release.openshift.io/self-managed-high-availability": "true", "include.release.openshift.io/single-node-developer": "true" }, "creationTimestamp": "2022-03-22T00:08:56Z", "generation": 1, "labels": { "app": "insights-operator", "pod-template-hash": "5985d555dc" }, "name": "insights-operator-5985d555dc", "namespace": "openshift-insights", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "Deployment", "name": "insights-operator", "uid": "c81155a6-3918-42da-a61d-fbe148286a33" } ], "resourceVersion": "11451362", "uid": "e9f9cd8e-8d10-4ca3-9592-72e9b1ad5208" }, "spec": { "replicas": 1, "selector": { "matchLabels": { "app": "insights-operator", "pod-template-hash": "5985d555dc" } }, "template": { "metadata": { "annotations": { "target.workload.openshift.io/management": "{"effect": "PreferredDuringScheduling"}" }, "creationTimestamp": null, "labels": { "app": "insights-operator", "pod-template-hash": "5985d555dc" } }, "spec": { "containers": [ { "args": [ "start", "-v=4", "--config=/etc/insights-operator/server.yaml" ], "env": [ { "name": "POD_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.name" } } }, { "name": "POD_NAMESPACE", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" } } }, { "name": "RELEASE_VERSION", "value": "4.10.5" }, { "name": "HTTP_PROXY", "value": "http://proxy.corp:8080" }, { "name": "HTTPS_PROXY", "value": "http://proxy.corp:8080" }, { "name": "NO_PROXY", "value": ".cluster.local,.svc,10.0.0.0/16,10.128.0.0/14,10.139.203.0/24,127.0.0.1,172.30.0.0/16 } ], "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:6deae7a7968408ea89abf16fed5807d95f218a3d2e535963cda1f52fb925ae97", "imagePullPolicy": "IfNotPresent", "name": "insights-operator", "ports": [ { "containerPort": 8443, "name": "https", "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "30Mi" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "FallbackToLogsOnError", "volumeMounts": [ { "mountPath": "/var/lib/insights-operator", "name": "snapshots" }, { "mountPath": "/var/run/configmaps/trusted-ca-bundle", "name": "trusted-ca-bundle", "readOnly": true }, { "mountPath": "/var/run/configmaps/service-ca-bundle", "name": "service-ca-bundle", "readOnly": true }, { "mountPath": "/var/run/secrets/serving-cert", "name": "serving-cert" } ] } ], "dnsPolicy": "ClusterFirst", "nodeSelector": { "beta.kubernetes.io/os": "linux", "node-role.kubernetes.io/master": "" }, "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "operator", "serviceAccountName": "operator", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoSchedule", "key": "node-role.kubernetes.io/master", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 900 }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 900 } ], "volumes": [ { "emptyDir": {}, "name": "snapshots" }, { "configMap": { "defaultMode": 420, "name": "trusted-ca-bundle", "optional": true }, "name": "trusted-ca-bundle" }, { "configMap": { "defaultMode": 420, "name": "service-ca-bundle", "optional": true }, "name": "service-ca-bundle" }, { "name": "serving-cert", "secret": { "defaultMode": 420, "optional": true, "secretName": "openshift-insights-serving-cert" } } ] } } }, "status": { "availableReplicas": 1, "fullyLabeledReplicas": 1, "observedGeneration": 1, "readyReplicas": 1, "replicas": 1 } }, { "apiVersion": "apps/v1", "kind": "ReplicaSet", "metadata": { "annotations": { "config.openshift.io/inject-proxy": "insights-operator", "deployment.kubernetes.io/desired-replicas": "1", "deployment.kubernetes.io/max-replicas": "1", "deployment.kubernetes.io/revision": "1", "exclude.release.openshift.io/internal-openshift-hosted": "true", "include.release.openshift.io/self-managed-high-availability": "true", "include.release.openshift.io/single-node-developer": "true" }, "creationTimestamp": "2022-03-18T08:18:29Z", "generation": 2, "labels": { "app": "insights-operator", "pod-template-hash": "645f8d87bb" }, "name": "insights-operator-645f8d87bb", "namespace": "openshift-insights", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "Deployment", "name": "insights-operator", "uid": "c81155a6-3918-42da-a61d-fbe148286a33" } ], "resourceVersion": "1032815", "uid": "7dcda55c-95f1-469c-85b1-d67445644d97" }, "spec": { "replicas": 0, "selector": { "matchLabels": { "app": "insights-operator", "pod-template-hash": "645f8d87bb" } }, "template": { "metadata": { "annotations": { "target.workload.openshift.io/management": "{"effect": "PreferredDuringScheduling"}" }, "creationTimestamp": null, "labels": { "app": "insights-operator", "pod-template-hash": "645f8d87bb" } }, "spec": { "containers": [ { "args": [ "start", "-v=4", "--config=/etc/insights-operator/server.yaml" ], "env": [ { "name": "POD_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.name" } } }, { "name": "POD_NAMESPACE", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" } } }, { "name": "RELEASE_VERSION", "value": "4.10.3" }, { "name": "HTTP_PROXY", "value": "http://proxy.corp:8080" }, { "name": "HTTPS_PROXY", "value": "http://proxy.corp:8080" }, { "name": "NO_PROXY", "value": ".cluster.local,.svc,10.0.0.0/16,10.128.0.0/14,10.139.203.0/24,127.0.0.1,172.30.0.0/16" } ], "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:fb5a1cde7e60cf4de7bf4256632bd31927a01b8ab5977b6f16c2b4df8c1c3f1e", "imagePullPolicy": "IfNotPresent", "name": "insights-operator", "ports": [ { "containerPort": 8443, "name": "https", "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "30Mi" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "FallbackToLogsOnError", "volumeMounts": [ { "mountPath": "/var/lib/insights-operator", "name": "snapshots" }, { "mountPath": "/var/run/configmaps/trusted-ca-bundle", "name": "trusted-ca-bundle", "readOnly": true }, { "mountPath": "/var/run/configmaps/service-ca-bundle", "name": "service-ca-bundle", "readOnly": true }, { "mountPath": "/var/run/secrets/serving-cert", "name": "serving-cert" } ] } ], "dnsPolicy": "ClusterFirst", "nodeSelector": { "beta.kubernetes.io/os": "linux", "node-role.kubernetes.io/master": "" }, "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "operator", "serviceAccountName": "operator", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoSchedule", "key": "node-role.kubernetes.io/master", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 900 }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 900 } ], "volumes": [ { "emptyDir": {}, "name": "snapshots" }, { "configMap": { "defaultMode": 420, "name": "trusted-ca-bundle", "optional": true }, "name": "trusted-ca-bundle" }, { "configMap": { "defaultMode": 420, "name": "service-ca-bundle", "optional": true }, "name": "service-ca-bundle" }, { "name": "serving-cert", "secret": { "defaultMode": 420, "optional": true, "secretName": "openshift-insights-serving-cert" } } ] } } }, "status": { "observedGeneration": 2, "replicas": 0 } }, { "apiVersion": "apps/v1", "kind": "ReplicaSet", "metadata": { "annotations": { "config.openshift.io/inject-proxy": "insights-operator", "deployment.kubernetes.io/desired-replicas": "1", "deployment.kubernetes.io/max-replicas": "1", "deployment.kubernetes.io/revision": "2", "exclude.release.openshift.io/internal-openshift-hosted": "true", "include.release.openshift.io/self-managed-high-availability": "true", "include.release.openshift.io/single-node-developer": "true" }, "creationTimestamp": "2022-03-19T04:05:55Z", "generation": 2, "labels": { "app": "insights-operator", "pod-template-hash": "66845b7646" }, "name": "insights-operator-66845b7646", "namespace": "openshift-insights", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "Deployment", "name": "insights-operator", "uid": "c81155a6-3918-42da-a61d-fbe148286a33" } ], "resourceVersion": "7706320", "uid": "e46bf23e-d667-4dcb-9e5d-e21f5b66c704" }, "spec": { "replicas": 0, "selector": { "matchLabels": { "app": "insights-operator", "pod-template-hash": "66845b7646" } }, "template": { "metadata": { "annotations": { "target.workload.openshift.io/management": "{"effect": "PreferredDuringScheduling"}" }, "creationTimestamp": null, "labels": { "app": "insights-operator", "pod-template-hash": "66845b7646" } }, "spec": { "containers": [ { "args": [ "start", "-v=4", "--config=/etc/insights-operator/server.yaml" ], "env": [ { "name": "POD_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.name" } } }, { "name": "POD_NAMESPACE", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" } } }, { "name": "RELEASE_VERSION", "value": "4.10.4" }, { "name": "HTTP_PROXY", "value": "http://proxy.corp:8080" }, { "name": "HTTPS_PROXY", "value": "http://proxy.corp:8080" }, { "name": "NO_PROXY", "value": ".cluster.local,.svc,10.0.0.0/16,10.128.0.0/14,10.139.203.0/24,127.0.0.1,172.30.0.0/16" } ], "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4735377e914f25654fc1609fed0455eaa1704d1e9749a1e9f34e72002f2dc99e", "imagePullPolicy": "IfNotPresent", "name": "insights-operator", "ports": [ { "containerPort": 8443, "name": "https", "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "30Mi" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "FallbackToLogsOnError", "volumeMounts": [ { "mountPath": "/var/lib/insights-operator", "name": "snapshots" }, { "mountPath": "/var/run/configmaps/trusted-ca-bundle", "name": "trusted-ca-bundle", "readOnly": true }, { "mountPath": "/var/run/configmaps/service-ca-bundle", "name": "service-ca-bundle", "readOnly": true }, { "mountPath": "/var/run/secrets/serving-cert", "name": "serving-cert" } ] } ], "dnsPolicy": "ClusterFirst", "nodeSelector": { "beta.kubernetes.io/os": "linux", "node-role.kubernetes.io/master": "" }, "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "operator", "serviceAccountName": "operator", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoSchedule", "key": "node-role.kubernetes.io/master", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 900 }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 900 } ], "volumes": [ { "emptyDir": {}, "name": "snapshots" }, { "configMap": { "defaultMode": 420, "name": "trusted-ca-bundle", "optional": true }, "name": "trusted-ca-bundle" }, { "configMap": { "defaultMode": 420, "name": "service-ca-bundle", "optional": true }, "name": "service-ca-bundle" }, { "name": "serving-cert", "secret": { "defaultMode": 420, "optional": true, "secretName": "openshift-insights-serving-cert" } } ] } } }, "status": { "observedGeneration": 2, "replicas": 0 } } ], "kind": "List", "metadata": { "resourceVersion": "", "selfLink": "" } }

mgamboa avatar Mar 23 '22 15:03 mgamboa

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close. Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

openshift-bot avatar Jun 21 '22 18:06 openshift-bot

Stale issues rot after 30d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle rotten. Rotten issues close after an additional 30d of inactivity. Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle rotten /remove-lifecycle stale

openshift-bot avatar Jul 21 '22 19:07 openshift-bot

Rotten issues close after 30d of inactivity.

Reopen the issue by commenting /reopen. Mark the issue as fresh by commenting /remove-lifecycle rotten. Exclude this issue from closing again by commenting /lifecycle frozen.

/close

openshift-bot avatar Aug 21 '22 00:08 openshift-bot

@openshift-bot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity.

Reopen the issue by commenting /reopen. Mark the issue as fresh by commenting /remove-lifecycle rotten. Exclude this issue from closing again by commenting /lifecycle frozen.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

openshift-ci[bot] avatar Aug 21 '22 00:08 openshift-ci[bot]