areller

Results 8 comments of areller

@ybbus Hi, thanks for the suggestion. modified the PR do you think it could cause problems with v2 (https://github.com/ybbus/jsonrpc/pull/45)? since the `Redacted` function was introduced in `go1.15` but the minimum...

@gnufied reading through https://github.com/kubernetes/enhancements/pull/660 and https://github.com/kubernetes/enhancements/pull/2842 I've gathered some of the open questions we'll need to answer (could be more) 1. What level of validation should happen on API server...

/assign @gnufied @xing-yang

Hi @smarterclayton I think that the README describes it pretty well On top of it, there's https://github.com/kubernetes/enhancements/pull/3412#issuecomment-1160375231 which I was going to discuss with @gnufied but haven't done so yet...

> what happens when the resize of one PVC fails but the others succeed? maybe due to the last one putting it over quota/capacity on the backend? > > Unlike...

> > I personally don't think we should support that in the scope of this proposal. i.e. we should either reject resize during admission if offline expansion is required (assuming...

> Unless admission plugin and CSI driver are deployed together, that goal is almost impossible. Got it. Wouldn't we have the same issue with accessing it from the StatefulSet controller...

@soltysh > I'm a bit concerned about two major issues in this proposal: > > 1. The perma beta on resize functionality. > > 2. The proposed changes to statefulset...