-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.18
-
None
-
None
-
Rejected
-
False
-
Description of problem:
[must-gather] should collect the 3rd driver operator clustercsidriver resources
Version-Release number of selected component (if applicable):
Client Version: 4.18.0-ec.3 Kustomize Version: v5.4.2 Server Version: 4.18.0-0.nightly-2024-11-05-163516
How reproducible:
Always
Steps to Reproduce:
1. Install an Openshift cluster on azure. 2. Deploy the smb csi driver operator and create the cluster csidriver. 3. Use oc adm must-gather --dest-dir=./gather-test command gather the cluster info.
Actual results:
In step 3 the gathered data does not contain the clustercsidriver smb.csi.k8s.io object $ wangpenghao@pewang-mac ~ omc get clustercsidriver NAME AGE disk.csi.azure.com 3h file.csi.azure.com 3h wangpenghao@pewang-mac ~ oc get clustercsidriver NAME AGE disk.csi.azure.com 4h45m efs.csi.aws.com 40m file.csi.azure.com 4h45m smb.csi.k8s.io 4h13m wangpenghao@pewang-mac ~ ls -l ~/gather-test/quay-io-openshift-release-dev-ocp-v4-0-art-dev-sha256-2a3aa11d261a312215bcba80827ab6c75527f44d1ebde54958e7b7798673787c/cluster-scoped-resources/operator.openshift.io/clustercsidrivers total 32 -rwxr-xr-x@ 1 wangpenghao staff 7191 Nov 6 13:55 disk.csi.azure.com.yaml -rwxr-xr-x@ 1 wangpenghao staff 7191 Nov 6 13:55 file.csi.azure.com.yaml
Expected results:
In step 3 the gathered data should contain the clustercsidriver smb.csi.k8s.io object
Additional info:
aws efs, gcp filestore also have the same issue