Hello community, here is the log from the commit of package kubernetes1.17 for openSUSE:Factory checked in at 2020-05-20 18:38:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubernetes1.17 (Old) and /work/SRC/openSUSE:Factory/.kubernetes1.17.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubernetes1.17" Wed May 20 18:38:03 2020 rev:3 rq:807589 version:1.17.5 Changes: -------- --- /work/SRC/openSUSE:Factory/kubernetes1.17/kubernetes1.17.changes 2020-04-27 23:30:30.098600767 +0200 +++ /work/SRC/openSUSE:Factory/.kubernetes1.17.new.2738/kubernetes1.17.changes 2020-05-20 18:38:07.392313803 +0200 @@ -1,0 +2,5 @@ +Wed May 20 11:13:27 UTC 2020 - Richard Brown <[email protected]> + +- Run sysctl -a --system before kubelet to ensure sysctl parameters are correctly loaded [boo#1171770] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 10-kubeadm.conf ++++++ --- /var/tmp/diff_new_pack.0d3IWX/_old 2020-05-20 18:38:08.044315169 +0200 +++ /var/tmp/diff_new_pack.0d3IWX/_new 2020-05-20 18:38:08.044315169 +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
