Ross Georgiev

Results 25 comments of Ross Georgiev

Currently `zz_generated.*` files are ignored. The problem is that the defaulter generates code in those files, that call `SetDefault_TypeName` funcs. Those are meant to be written by the API implementers...

That's why I propose an option to the generators, that can enable this behavior (so that we don't have to fix everything).

We need to reevaluate for 1.17 and get things going here. The proper fix of #1756 depends on this. /assign

We have to be careful, but we certainly need to act upon it. The plan is that from etcd 3.5 new members will be joined only as learners. In etcd...

The necessary modifications here are: 1. Remove the kubelet service running check (from [here](https://github.com/kubernetes/kubernetes/blob/a8e43038a430aad2878cdfff17a5702dbcec1b73/cmd/kubeadm/app/preflight/checks.go#L1036)) 2. Enable the service during init and join. One way is to add the enabling code...

> @rosti mentioned there are ongoing efforts in the kubelet to make the CRI socket as a field as part of the KubeletConfiguration. The effort there is to move the...

Allowing for customization on a per-node basis - yes, allowing for a replacement - probably no. Component configs are shared on a per-cluster basis and are stored in config maps....

My bet is to push in the Kustomize direction. I don't think, that there are many users who push for such kind of feature and, therefore, having the delay (necessary...

I was actually raising this exact question in the past few weeks with WG Component Standard, but so far no concrete decisions have been taken. This same problem is faced,...