Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-54373

[4.19] Secrets store csi driver operator has fatal warning

XMLWordPrintable

    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • None
    • None
    • None
    • OAPE Sprint 269
    • 1
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Description of problem:

      W0329 06:47:24.057245       1 dynamic_operator_client.go:355] .status.conditions["SecretsStoreDriverNodeServiceControllerDegraded"].message is missing; this will eventually be fatal

      Version-Release number of selected component (if applicable):

      Payload: 4.19.0-0.nightly-2025-03-28-192800
      Secrets store version:  4.19.0-202503260216 

      How reproducible:

      Always    

      Steps to Reproduce:

      1. Install AWS Cluster 
      2. Install 3rd level operator Secrets store csi driver operator.
      3. Apply patch
      oc patch storage/cluster -p '{"spec": {"logLevel": "Trace"}}' --type='merge'
      oc patch storage/cluster -p '{"spec": {"operatorLogLevel": "TraceAll"}}' --type='merge'
      4. Check logs 
      oc logs secrets-store-csi-driver-operator-7d4897c567-qf6nl -n openshift-cluster-csi-drivers | grep -E "^E|^W"

      Actual results:

      W0329 07:15:31.540760       1 cmd.go:254] Using insecure, self-signed certificates
      W0329 07:15:32.177944       1 secure_serving.go:69] Use of insecure cipher 'TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256' detected.
      W0329 07:15:32.177981       1 secure_serving.go:69] Use of insecure cipher 'TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256' detected.
      W0329 07:15:32.178013       1 secure_serving.go:69] Use of insecure cipher 'TLS_RSA_WITH_AES_128_GCM_SHA256' detected.
      W0329 07:15:32.178017       1 secure_serving.go:69] Use of insecure cipher 'TLS_RSA_WITH_AES_256_GCM_SHA384' detected.
      W0329 07:15:32.178021       1 secure_serving.go:69] Use of insecure cipher 'TLS_RSA_WITH_AES_128_CBC_SHA' detected.
      W0329 07:15:32.178025       1 secure_serving.go:69] Use of insecure cipher 'TLS_RSA_WITH_AES_256_CBC_SHA' detected.
      W0329 07:15:32.297200       1 dynamic_operator_client.go:355] .status.conditions["SecretsStoreDriverNodeServiceControllerDegraded"].message is missing; this will eventually be fatal
      E0329 07:15:32.297306       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      E0329 07:15:32.304194       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      E0329 07:15:32.315465       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      E0329 07:15:32.336774       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      E0329 07:15:32.378077       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      E0329 07:15:32.459519       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      E0329 07:15:32.621248       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      E0329 07:15:32.943398       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      E0329 07:15:32.964864       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      E0329 07:15:32.966035       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      ...
      ...
      ...
      W0329 07:16:32.297899       1 dynamic_operator_client.go:355] .status.conditions["SecretsStoreDriverNodeServiceControllerDegraded"].message is missing; this will eventually be fatal
      E0329 07:16:32.297919       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      E0329 07:17:32.298423       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      W0329 07:17:32.298438       1 dynamic_operator_client.go:355] .status.conditions["SecretsStoreDriverNodeServiceControllerDegraded"].message is missing; this will eventually be fatal
      W0329 07:18:32.298835       1 dynamic_operator_client.go:355] .status.conditions["SecretsStoreDriverNodeServiceControllerDegraded"].message is missing; this will eventually be fatal
      E0329 07:18:32.298843       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      E0329 07:19:29.327102       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      E0329 07:19:29.330241       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      E0329 07:19:29.331374       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      E0329 07:19:29.337267       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      E0329 07:19:29.338374       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      E0329 07:19:29.341294       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      E0329 07:19:29.342427       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      E0329 07:19:29.346664       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      E0329 07:19:29.347789       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"
      W0329 07:19:32.299490       1 dynamic_operator_client.go:355] .status.conditions["SecretsStoreDriverNodeServiceControllerDegraded"].message is missing; this will eventually be fatal
      E0329 07:19:32.299509       1 base_controller.go:279] "Unhandled Error" err="SecretsStoreConditionalStaticResourcesController-StaticResources reconciliation failed: clustercsidrivers.operator.openshift.io \"secrets-store.csi.k8s.io\" not found"

      Expected results:

      There should not be any fatal warnings oberved in logs

      Additional info:

          

              rh-ee-manpilla Manish Pillai
              ropatil@redhat.com Rohit Patil
              None
              None
              Jia Fan Jia Fan
              None
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: