DirectPV - cniackz/public GitHub Wiki

  • the 2 pods with a longer name in direct-csi-min-io is the controller pods.. we need to check the logs from controller pod

image

  • csi-provisioner container is a leader from one of the replicas, similar to operator:
kubectl logs <pod-name> -n direct-csi-min-io csi-provisioner

image

  • you can edit the deployment - kubectl edit deployment direct-csi-min-io -n direct-csi-min-io and the change -v=3 to -v=5
    spec:
      containers:
      - args:
        - --v=3
⚠️ **GitHub.com Fallback** ⚠️