Jordan Liggitt
Jordan Liggitt
For the immediate question, the signing cert/key given to the controller manager should be distinct from the trust bundle. Coupling the two and having kube-controller-manager treat the first cert in...
FYI, in openshift 3.7, you'll be able to use kube RBAC objects directly. Prior to that, openshift RBAC objects controller authorization policy
/milestone clear since this is touching code outside of test files after code freeze
/approve for the API lint file /hold for nil checks on validate/addflags (https://github.com/kubernetes/kubernetes/pull/108838#discussion_r1136153686) and review of updated impl from cloud-provider reviewer
/hold cancel impl needs review/lgtm by cloud-provider approve
> It looks like eviction has some creative uses of `TooManyRequests` errors. Why is this conflict error converted to TooManyRequests? that was added in https://github.com/kubernetes/kubernetes/pull/94381/files#r507982781 with some discussion there I...
v1alpha1 was dropped in 1.24 in https://github.com/kubernetes/kubernetes/pull/108616 I suspect the credential plugin is built with 1.24+ libraries and only honors v1beta1 or v1
> * kubelet on workers is upgraded out of band and we don't know what version the user will choose. > https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/upgrading-linux-nodes/ > if they choose 1.29 we could remove...