Paco Xu

Results 393 comments of Paco Xu

/cc @deads2k @fedebongio for some initial comments - whether we should add a new admission controller. (There is no new admission controller for years.) - annotation or configmap or other...

As there is a feature gate, we should not add an extra phase for it. The change would happen in `kubeadm join phase control-plane-join etcd` for adding a new local...

I added it to https://docs.google.com/document/d/1U10J0WwgWXkdYrqWGGvO8iH2HKeerQAlygnqgDgWv4E/edit#. However, I am not sure if this needs discussion in sig-node weekly meeting.

https://github.com/kubernetes/kubernetes/blob/740011927c8984551267343883678237c5db5f30/staging/src/k8s.io/apiserver/pkg/storage/etcd3/store.go#L51-L54 ``` // maxLimit is a maximum page limit increase used when fetching objects from etcd. // This limit is used only for increasing page size by kube-apiserver. If request...

This feature is alpha in v1.22. Any plan to make it beta? BTW, I have some questions about the KEP. 1. about the memoryThrottlingFactor factor, this is tricky. The kernel...

/remove-lifecycle stale

RDT support in CRI-O [released](https://github.com/cri-o/cri-o/pull/4830) v1.22, containerd [merged](https://github.com/containerd/containerd/pull/5439)) More details in https://github.com/kubernetes/kubernetes/issues/92287#issuecomment-1011165300