You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see any relevant logs related to metric publishing on the controller pods, but I think I might be looking in the wrong place?
As far as differences between the two PVC's created, I can see that the one that is publishing metrics does have a app.kubernetes.io/instance label (created by the statefulset), while the one that isn't doesn't have the label (we don't specify it in the pod template).
The pod pvc (not publishing) also has a ownerReference section:
ownerReferences:
apiVersion: v1
blockOwnerDeletion: true
controller: true
kind: Pod
name:
uid:
What you expected to happen?
I expected both pods to get volume metrics published.
How to reproduce it (as minimally and precisely as possible)?
Create a statefulset with a ebs csi volumeClaimTemplate
Create a pod with a ephemeral ebs csi volumeClaimTemplate
Confirm that the first set of pods does get metrics published while the second one does not
Anything else we need to know?:
N/A
Environment
Kubernetes version (use kubectl version): 1.22
Driver version: 1.10.0
The text was updated successfully, but these errors were encountered:
/kind bug
What happened?
I am trying to look at disk usage metrics emitted in #677 for my pods, and I can only see the metrics for some of my pods.
In the set of pods where the metrics are being published, I have a statefulset with a volumeClaimTemplate specified.
In the set of pods where the metrics are not being published, I am directly creating pods with an ephemeral section, e.g.
I don't see any relevant logs related to metric publishing on the controller pods, but I think I might be looking in the wrong place?
As far as differences between the two PVC's created, I can see that the one that is publishing metrics does have a app.kubernetes.io/instance label (created by the statefulset), while the one that isn't doesn't have the label (we don't specify it in the pod template).
The pod pvc (not publishing) also has a ownerReference section:
ownerReferences:
blockOwnerDeletion: true
controller: true
kind: Pod
name:
uid:
What you expected to happen?
I expected both pods to get volume metrics published.
How to reproduce it (as minimally and precisely as possible)?
Create a statefulset with a ebs csi volumeClaimTemplate
Create a pod with a ephemeral ebs csi volumeClaimTemplate
Confirm that the first set of pods does get metrics published while the second one does not
Anything else we need to know?:
N/A
Environment
kubectl version
): 1.22The text was updated successfully, but these errors were encountered: