Daniel Smith

Results 138 comments of Daniel Smith

/reopen /lifecycle frozen Sorry for not seeing this until now.

@wojtek-t Yeah I think I have directional approval from both sig auth and api machinery for that. But I don't have people signed up to finish & implement it.

`kubectl edit` actively uses apply, either client or server-side to accomplish what you ask it to do. As a consequence, it CANNOT modify managedFields, since those are part of the...

I think we should make edit use SSA in the future, then. I guess I don't object to showing the field as long as it prevents you from modifying it?...

I'm fine with that as long as users are warned or get an error if they do try to change them (rather than silently not doing what they asked for).

I think this effort would be better spent encouraging clients to paginate. Fixing apiserver etcd is at best half of the problem. I think this proposal is assuming that if...

> Those restrictions might include a maximum page size for the Kubernetes API (not etcd), I think. APF limits concurrency. We can't put a maximum like that in without breaking...