Uploaded image for project: 'OpenShift Storage'
  1. OpenShift Storage
  2. STOR-1440

Automatically restart `openstack-manila-csi-controllerplugin` pods when the secret `manila-csi-driver-controller-metrics-serving-cert` is updated

    XMLWordPrintable

Details

    • Story
    • Resolution: Unresolved
    • Undefined
    • None
    • None
    • None

    Description

      The pod `openstack-manila-csi-controllerplugin` mounts the secret:

      $ cat assets/controller.yaml
      ...
            containers:
              - name: provisioner-kube-rbac-proxy
      
                volumeMounts:
                - mountPath: /etc/tls/private
                  name: metrics-serving-cert
      
            volumes:
              - name: metrics-serving-cert
                secret:
                  secretName: manila-csi-driver-controller-metrics-serving-cert
      

      Hence, if the secret is updated (e.g. as a result of CA cert update), the Pod must be restarted

      Attachments

        Activity

          People

            rh-ee-mpatlaso Maxim Patlasov
            rh-ee-mpatlaso Maxim Patlasov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: