Bug 2086231 - Install Shared Resource CSI Driver Webhook
Summary: Install Shared Resource CSI Driver Webhook
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Storage
Version: 4.11
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.12.0
Assignee: jawed
QA Contact: Wei Duan
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-05-14 21:47 UTC by Corey Daley
Modified: 2023-09-18 04:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-01-17 19:48:48 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-storage-operator pull 278 0 None open Bug 2086231: BUILD-405: Install the Shared Resource CSI Driver WebHook 2022-05-14 21:49:18 UTC
Red Hat Product Errata RHSA-2022:7399 0 None None None 2023-01-17 19:49:04 UTC

Comment 3 Wei Duan 2022-05-24 07:58:33 UTC
Hi

From deployment/shared-resource-csi-driver-operator, WEBHOOK_IMAGE is defined:
$ oc -n openshift-cluster-csi-drivers get deployment.apps/shared-resource-csi-driver-operator -o json | jq .spec.template.spec.containers[].env
[
  {
    "name": "DRIVER_IMAGE",
    "value": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:0c41cf449fa701dd84ecc433260e3baa3eb9a52b2ef7b22dcbba7f040dff653d"
  },
  {
    "name": "NODE_DRIVER_REGISTRAR_IMAGE",
    "value": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b934227f9d103fee89a645c6549ce3e4b0c7341dfdac7fa4433e4736c093974e"
  },
  {
    "name": "WEBHOOK_IMAGE",
    "value": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:023b631fbb462982de164331567810083b9949cc1402ac7ec61b625d52230d09"
  },
  {
    "name": "POD_NAME",
    "valueFrom": {
      "fieldRef": {
        "apiVersion": "v1",
        "fieldPath": "metadata.name"
      }
    }
  }
]

But it is not present in daemonset/shared-resource-csi-driver-node (no other pods):
$ oc -n openshift-cluster-csi-drivers get pod | grep shared-resource
shared-resource-csi-driver-node-mdzf4                  2/2     Running   2          41m
shared-resource-csi-driver-node-pdd7m                  2/2     Running   2          41m
shared-resource-csi-driver-node-rsp7z                  2/2     Running   2          41m
shared-resource-csi-driver-node-sq446                  2/2     Running   2          41m
shared-resource-csi-driver-operator-74595f88f9-c2cgp   1/1     Running   0          37m


$ oc -n openshift-cluster-csi-drivers get daemonset/shared-resource-csi-driver-node -o json | jq  '.spec.template.spec.containers[] | .name + ": " + .image'
"node-driver-registrar: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b934227f9d103fee89a645c6549ce3e4b0c7341dfdac7fa4433e4736c093974e"
"hostpath: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:0c41cf449fa701dd84ecc433260e3baa3eb9a52b2ef7b22dcbba7f040dff653d"


Assign it back.

Comment 6 Wei Duan 2022-08-24 06:38:06 UTC
Verified pass on 4.12.0-0.nightly-2022-08-23-153511:


$ oc -n openshift-cluster-csi-drivers get deployment shared-resource-csi-driver-webhook
NAME                                 READY   UP-TO-DATE   AVAILABLE   AGE
shared-resource-csi-driver-webhook   2/2     2            2           11m


$ oc -n openshift-cluster-csi-drivers get pod -l "name=shared-resource-csi-driver-webhook"
NAME                                                 READY   STATUS    RESTARTS   AGE
shared-resource-csi-driver-webhook-8c5659785-959c2   1/1     Running   0          5m39s
shared-resource-csi-driver-webhook-8c5659785-nm9vg   1/1     Running   0          96s


I did not check the feature of shared-resource-csi-driver-webhook.

Update status to "Verified".

Comment 10 errata-xmlrpc 2023-01-17 19:48:48 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 (Moderate: OpenShift Container Platform 4.12.0 bug fix and security 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:7399

Comment 11 Red Hat Bugzilla 2023-09-18 04:37:13 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days


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