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
@sajayantony I did some more testing, and when I added instance/name it strangely made two versions of the plugin driver pod, one with the name oras-oci-node-xxxx and the other oras.oci.land-xxx. I think it likely is that the developer isn't supposed to define the label (name or instance?) along with metadata: name, so for the time being I'm just going to add part-of for the filter, and we can look into debugging this further after these first early PRs.
Grouping the labels enables us to query for all pods from components that might be a part of the CSI driver.
For e.g.
Basically update the chart/deployments to componentized labels.
See - main...sajayantony:oras-csi:labels#diff-a8700dba16974edcf2b009ae853444d94109db94d7538ea2038d72ae2966f68b
The text was updated successfully, but these errors were encountered: