Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kubernetes1.21 for openSUSE:Factory checked in at 2021-05-17 18:45:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubernetes1.21 (Old) and /work/SRC/openSUSE:Factory/.kubernetes1.21.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubernetes1.21" Mon May 17 18:45:15 2021 rev:3 rq:893739 version:1.21.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kubernetes1.21/kubernetes1.21.changes 2021-05-15 23:16:40.464622008 +0200 +++ /work/SRC/openSUSE:Factory/.kubernetes1.21.new.2988/kubernetes1.21.changes 2021-05-17 18:45:39.748535077 +0200 @@ -1,0 +2,5 @@ +Mon May 17 12:50:21 UTC 2021 - Richard Brown <[email protected]> + +- Revert remove workaround in 10-kubeadm.conf - still needed [boo#1186125] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubernetes1.21.spec ++++++ --- /var/tmp/diff_new_pack.1j1HCJ/_old 2021-05-17 18:45:41.680526880 +0200 +++ /var/tmp/diff_new_pack.1j1HCJ/_new 2021-05-17 18:45:41.684526863 +0200 @@ -69,6 +69,7 @@ It groups containers that make up an application into logical units for management and discovery. + # packages to build containerized control plane %package apiserver @@ -160,7 +161,7 @@ Provides: kubernetes-client-provider = %{version} Requires: kubernetes-client-common >= %{version} Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives %description client Kubernetes client tools like kubectl. ++++++ 10-kubeadm.conf ++++++ --- /var/tmp/diff_new_pack.1j1HCJ/_old 2021-05-17 18:45:41.716526728 +0200 +++ /var/tmp/diff_new_pack.1j1HCJ/_new 2021-05-17 18:45:41.716526728 +0200 @@ -7,5 +7,7 @@ # This is a file that the user can use for overrides of the kubelet args as a last resort. Preferably, the user should use # the .NodeRegistration.KubeletExtraArgs object in the configuration files instead. KUBELET_EXTRA_ARGS should be sourced from this file. EnvironmentFile=-/etc/sysconfig/kubelet +#FIXME ExecStartPre below is a HACK to work around kernel issue discovered related to boo#1171770 +ExecStartPre=/usr/sbin/sysctl -a --system ExecStart= ExecStart=/usr/bin/kubelet $KUBELET_KUBECONFIG_ARGS $KUBELET_CONFIG_ARGS $KUBELET_KUBEADM_ARGS $KUBELET_EXTRA_ARGS
