Lubomir I. Ivanov
Lubomir I. Ivanov
hello, i've just tried the current 'master' branch with 'ant install' on the latest AIR SDK / win32. it works great, but one problem that i've noticed is that if...
the k8s project is moving away from k8s.gcr.io to registry.k8s.io. - registry.k8s.io is currently redirecting to k8s.gcr.io - in 1.25 we should switch kubeadm's code to use registry.k8s.io by default....
here we saw a few problems with how kubeadm handles download of configuration from the cluster and then defaults it: https://github.com/kubernetes/kubeadm/issues/2323 a couple of task here are: - [ ]...
looks like the k/k branch will be renamed from master to main on august 3rd. edit: 9th ? edit2: all of that was delayed. https://groups.google.com/a/kubernetes.io/d/msgid/dev/CAOxYG4wipNHR4rAC6SVH8%2BVoQj84Xum%2BTrTRwhsSm3Vjz%3D0KwQ%40mail.gmail.com?utm_medium=email&utm_source=footer k/k tracking issue: - https://github.com/kubernetes/kubernetes/issues/105601...
kubeadm is currently missing integration / e2e tests for `--dry-run`. this means if we happen to break our dry run support for a particular command (e.g. `init`) we will not...
tracking issue in k/e + KEP: https://github.com/kubernetes/enhancements/issues/2915 1.23 Alpha: - [x] deprecate the old format and introduce the new one controlled by UnversionedKubeletConfigMap: https://github.com/kubernetes/kubernetes/pull/105741 - [x] add e2e tests in...
xref https://github.com/etcd-io/etcd/issues/13766 announcement of the bug's impact at k-dev: https://groups.google.com/a/kubernetes.io/d/msgid/dev/CAJs3Yt0WKgyUFL%3D1V13ojZPvV9_Qsa8WXLeohUxhRjEK07P25g%40mail.gmail.com?utm_medium=email&utm_source=footer > With recent reproduction of data inconsistency issues in #13766, etcd maintainers are no longer recommending v3.5 releases for production....
KEP https://github.com/kubernetes/enhancements/tree/master/keps/sig-cluster-lifecycle/kubeadm/2568-kubeadm-non-root-control-plane k/e issue: https://github.com/kubernetes/enhancements/issues/2568 > This KEP proposes that the control-plane in kubeadm be run as non-root. If containers are running as root an escape from a container may...
KEP: http://git.k8s.io/enhancements/keps/sig-cluster-lifecycle/kubeadm/2067-rename-master-label-taint/README.md https://github.com/kubernetes/enhancements/issues/2067 ``` ## Design Details The process will be broken into multiple stages: - First - 1.20 - Second - Minimum deprecation period for GA features is 1...
This is a tracking issue for tasks that we are required to carry out during each cycle. **It tracks the upcoming release of Kubernetes 1.25 (1.x)** Note: make sure you...