Yorick Gersie
Yorick Gersie
Hit the same issue, reproduce: ```go package main import ( "github.com/alecthomas/kingpin" ) var ( foo = kingpin.Flag("foo", "Foo").Default("foo.txt").File() ) func main() { kingpin.Version("0.1") kingpin.Parse() } ``` ```sh [~/goprojects/ygersie/test]$ go run...
Yeah either prompt or (in my case better) fail with a log message. We run Levant from CI so failing instead of waiting for user input would be nice. Terraform...
@lgfa29 thank you. For now I've reduced the controller count to 1 instead of 2 since the [NewDevice method](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/563a72bc88850ace60a62a05860d3986b659801f/pkg/cloud/devicemanager/manager.go#L109) has a mutex to seemingly prevent this issue from occurring. Either...
Still running into this issue, now after the 1.5.1 upgrade. In one of our clusters I have an alloc that fails to be scheduled due to: ``` Constraint "CSI volume...
I wonder if problems here are caused by the unavailability of the CSI driver the moment a drain occurs. I run only a single instance of the EBS CSI controller...
@tgross the EBS controller can't run multiple instances because it assigns a devicename. If you run a single controller that's not an issue as the devicename assignment is guarded by...
Awesome stuff @tgross really appreciate you taking another stab at this!
I would definitely like to add here that it makes sense traefik exposes error rates on provider issues.
@remilapeyre is there any chance this can get a push?
Hey @tgross thanks a lot for this detailed scenario testing. We seem to have run into scenario 3 (at least that's what the logs indicate) when hard resetting a Nomad...