Agustina Barbetta
Agustina Barbetta
Hi @sanposhiho, I gave the reactors a try, turns out the fake clientset returned by [`fake.NewSimpleClientset`](https://github.com/kubernetes/client-go/blob/acab036eff5706db06b4eb79253165cf4be0d9c5/kubernetes/fake/clientset_generated.go#L134) doesn't handle the `delete-collection` verb, so I tried adding a reactor for that verb...
/remove-lifecycle stale
/assign
Hi @natasha41575, thanks for the comment. I'm okay with the `exclude-selectors` change, I can do that. But I'm not sure why this is not backwards compatible right now, the `include-selectors`...
/remove-lifecycle stale
/remove-lifecycle stale
> This is similar to #4178, and I am leaning toward accepting that one instead. Sorry, which one? This is 4178
Thanks for the answers, @wnxn that's exactly how my driver is working now except for the fact that my storage system does not have volume ids, it just has volume...