Bug 1744961 - node-tuning clusteroperator degraded reporting missing reason/detail information
Summary: node-tuning clusteroperator degraded reporting missing reason/detail information
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Node Tuning Operator
Version: 4.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 4.2.0
Assignee: Jiří Mencák
QA Contact: Simon
URL:
Whiteboard:
Depends On:
Blocks: 1741067
TreeView+ depends on / blocked
 
Reported: 2019-08-23 11:29 UTC by Jiří Mencák
Modified: 2019-10-16 06:37 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1741067
Environment:
Last Closed: 2019-10-16 06:37:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2019:2922 0 None None None 2019-10-16 06:37:45 UTC

Comment 2 Simon 2019-08-23 17:05:18 UTC
Verification positive! :)

# oc get clusterversions.config.openshift.io 
NAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.2.0-0.nightly-2019-08-22-153337   True        False         52m     Cluster version is 4.2.0-0.nightly-2019-08-22-153337

# oc get clusteroperators.config.openshift.io 
NAME                                       VERSION                             AVAILABLE   PROGRESSING   DEGRADED   SINCE
authentication                             4.2.0-0.nightly-2019-08-22-153337   True        False         False      54m
cloud-credential                           4.2.0-0.nightly-2019-08-22-153337   True        False         False      69m
cluster-autoscaler                         4.2.0-0.nightly-2019-08-22-153337   True        False         False      64m
console                                    4.2.0-0.nightly-2019-08-22-153337   True        False         False      61m
dns                                        4.2.0-0.nightly-2019-08-22-153337   True        False         False      69m
image-registry                             4.2.0-0.nightly-2019-08-22-153337   True        False         False      64m
ingress                                    4.2.0-0.nightly-2019-08-22-153337   True        False         False      64m
insights                                   4.2.0-0.nightly-2019-08-22-153337   True        False         False      69m
kube-apiserver                             4.2.0-0.nightly-2019-08-22-153337   True        False         False      68m
kube-controller-manager                    4.2.0-0.nightly-2019-08-22-153337   True        False         False      68m
kube-scheduler                             4.2.0-0.nightly-2019-08-22-153337   True        False         False      67m
machine-api                                4.2.0-0.nightly-2019-08-22-153337   True        False         False      70m
machine-config                             4.2.0-0.nightly-2019-08-22-153337   True        False         False      69m
marketplace                                4.2.0-0.nightly-2019-08-22-153337   True        False         False      65m
monitoring                                 4.2.0-0.nightly-2019-08-22-153337   True        False         False      63m
network                                    4.2.0-0.nightly-2019-08-22-153337   True        False         False      69m
node-tuning                                4.2.0-0.nightly-2019-08-22-153337   True        False         False      66m
openshift-apiserver                        4.2.0-0.nightly-2019-08-22-153337   True        False         False      66m
openshift-controller-manager               4.2.0-0.nightly-2019-08-22-153337   True        False         False      68m
openshift-samples                          4.2.0-0.nightly-2019-08-22-153337   True        False         False      60m
operator-lifecycle-manager                 4.2.0-0.nightly-2019-08-22-153337   True        False         False      69m
operator-lifecycle-manager-catalog         4.2.0-0.nightly-2019-08-22-153337   True        False         False      69m
operator-lifecycle-manager-packageserver   4.2.0-0.nightly-2019-08-22-153337   True        False         False      66m
service-ca                                 4.2.0-0.nightly-2019-08-22-153337   True        False         False      69m
service-catalog-apiserver                  4.2.0-0.nightly-2019-08-22-153337   True        False         False      66m
service-catalog-controller-manager         4.2.0-0.nightly-2019-08-22-153337   True        False         False      66m
storage                                    4.2.0-0.nightly-2019-08-22-153337   True        False         False      66m

# oc get clusteroperators.config.openshift.io node-tuning -o yaml
apiVersion: config.openshift.io/v1
kind: ClusterOperator
metadata:
  creationTimestamp: "2019-08-23T15:57:37Z"
  generation: 1
  name: node-tuning
  resourceVersion: "10626"
  selfLink: /apis/config.openshift.io/v1/clusteroperators/node-tuning
  uid: ba593159-c5be-11e9-9dff-0aacffebcedc
spec: {}
status:
  conditions:
  - lastTransitionTime: "2019-08-23T15:57:46Z"
    message: Cluster has deployed "4.2.0-0.nightly-2019-08-22-153337"
    reason: AsExpected
    status: "True"
    type: Available
  - lastTransitionTime: "2019-08-23T15:58:55Z"
    message: Cluster version is "4.2.0-0.nightly-2019-08-22-153337"
    reason: AsExpected
    status: "False"
    type: Progressing
  - lastTransitionTime: "2019-08-23T15:57:38Z"
    message: DaemonSet "tuned" available
    reason: AsExpected
    status: "False"
    type: Degraded
  extension: null
  relatedObjects:
  - group: ""
    name: openshift-cluster-node-tuning-operator
    resource: namespaces
  - group: tuned.openshift.io
    name: default
    namespace: openshift-cluster-node-tuning-operator
    resource: Tuned
  - group: ""
    name: tuned
    namespace: openshift-cluster-node-tuning-operator
    resource: ServiceAccount
  - group: rbac.authorization.k8s.io
    name: cluster-node-tuning:tuned
    resource: ClusterRole
  - group: rbac.authorization.k8s.io
    name: cluster-node-tuning:tuned
    resource: ClusterRoleBinding
  - group: ""
    name: tuned-profiles
    namespace: openshift-cluster-node-tuning-operator
    resource: ConfigMap
  - group: ""
    name: tuned-recommend
    namespace: openshift-cluster-node-tuning-operator
    resource: ConfigMap
  - group: apps
    name: tuned
    namespace: openshift-cluster-node-tuning-operator
    resource: DaemonSet
  versions:
  - name: operator
    version: 4.2.0-0.nightly-2019-08-22-153337

Comment 3 errata-xmlrpc 2019-10-16 06:37:21 UTC
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:2922


Note You need to log in before you can comment on or make changes to this bug.