Jonathan Chan Kwan Yin

Results 291 comments of Jonathan Chan Kwan Yin

Should be authors.

A minor comment: shouldn't this be titled "finalizers subresource" instead of "subresource finalizers"? I always thought this refers to finalizing subresources (which doesn't make sense though) before reading the KEP.

Another possible user story: I want to use [kubefed](https://github.com/kubernetes-sigs/kubefed) to schedule a StatefulSet to multiple clusters, but doing so would result in a StatefulSet of [0, n) to be dispatched...

> Thanks @SOF3 for the use case. What is the benefit of having unique ordinals per clusters when using KubeFed? Does this feature help with fungibility of replicas across clusters,...

Is there the future compatibility for disjoint slices with the same name? The use case is like this: Initially, we schedule `foo` to cluster A with 5 replicas and cluster...

It seems that the API no longer works without creating a valid cookie. It seems you need to access some other endpoint first to create such a valid cookie.

It seems that you would get a rate limit error without the `__Secure-3PSID` cookie.

Are there any potential issues with a naive search-replace in the type tree from `Type::Path(path) if path.is_ident("Self")` to the outer error type? I would like to try to work on...

I think the temp dir thing is rare enough to matter. @JaxkDev any other comments?