commit kubernetes1.21 for openSUSE:Factory
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-06-01 10:32:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubernetes1.21 (Old) and /work/SRC/openSUSE:Factory/.kubernetes1.21.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kubernetes1.21" Tue Jun 1 10:32:39 2021 rev:5 rq:895311 version:1.21.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kubernetes1.21/kubernetes1.21.changes 2021-05-20 19:24:26.094096406 +0200 +++ /work/SRC/openSUSE:Factory/.kubernetes1.21.new.1898/kubernetes1.21.changes 2021-06-01 10:32:42.760327918 +0200 @@ -1,0 +2,6 @@ +Tue May 25 09:03:46 UTC 2021 - Richard Brown <rbrown@suse.com> + +- Toggle ip4/ipv6 forwarding sysctls to ensure all devices are + refreshed [boo#1186125] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubernetes1.21.spec ++++++ --- /var/tmp/diff_new_pack.dIkQE0/_old 2021-06-01 10:32:44.620331085 +0200 +++ /var/tmp/diff_new_pack.dIkQE0/_new 2021-06-01 10:32:44.624331091 +0200 @@ -72,8 +72,8 @@ -# packages to build containerized control plane +# packages to build containerized control plane %package apiserver Summary: Kubernetes apiserver for container image Group: System/Management ++++++ 10-kubeadm.conf ++++++ --- /var/tmp/diff_new_pack.dIkQE0/_old 2021-06-01 10:32:44.652331139 +0200 +++ /var/tmp/diff_new_pack.dIkQE0/_new 2021-06-01 10:32:44.652331139 +0200 @@ -7,7 +7,9 @@ # 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 -# Workaround boo#1171770 by setting required sysctl parameters on kubelet start +# Workaround boo#1171770 by setting required sysctl parameters on kubelet start (Toggle off and on to ensure all ethernet devices are refreshed) +ExecStartPre=/usr/sbin/sysctl net.ipv4.ip_forward=0 +ExecStartPre=/usr/sbin/sysctl net.ipv6.conf.all.forwarding=0 ExecStartPre=/usr/sbin/sysctl net.ipv4.ip_forward=1 ExecStartPre=/usr/sbin/sysctl net.ipv6.conf.all.forwarding=1 ExecStart=
participants (1)
-
Source-Sync