wmgroot

Results 60 comments of wmgroot

You are correct, retrieving the last repo in the catalog does return a 200 without a timeout using the older image. I can also confirm that the new image you've...

I'm noticing this problem on EFS CSI v1.5.6. Pod Event Error ``` Warning FailedAttachVolume 107s (x9 over 19m) attachdetach-controller AttachVolume.Attach failed for volume "pvc-8a00b9f5-58e0-4e2d-a294-8a9c45e57a1a" : timed out waiting for external-attacher...

After further digging in our case, we noticed that the CSIDriver resource was missing in the cluster where the problem above was occurring. We have no idea why it's missing,...

We are using ArgoCD to manage our EFS CSI installation, yes. We check our Argo diffs as part of our upgrade process and I do not remember seeing a deletion...

I 100% agree with what's being suggested in the issue you linked as well as #7689. User impersonation (so that we see the correct user instead of the ArgoCD SA...

> I can see the benefit of a NodePool-level setting to define grace behavior. I would have an enum with 2 values defined: Rather than an enum with implementation options,...

> @wmgroot @sftim I was thinking more about the ordered drain problem with this force drain operation, it seems like we can collapse the behavior that we want here with...

> > I think anything smarter than just adding the official k8s taint can be added in a further update to this behavior if a need is determined for it...