FIXES: https://github.com/kubernetes/kubeadm/issues/1287
- This commit integrates the work of @jdetiber to fix bazel build
//build/rpms and also addresses an issue where not all common versions
of rpmbuild have the %{_sysctldir} macro.
- Since that macro points to /usr/lib/sysctl.d this commit just points
directly to that dir.
- This also adds conntrack as a dependency of kubelet for both rpm and
deb builds.
Signed-off-by: Duffie Cooley <dcooley@heptio.com>
Change #61633 doesn't seem quite correct, and breaks bazel builds.
This patch makes sure that:
- there is no conflict between directory files and build targets
- rpm files are properly packaged after being installed
- kubernetes-cni package now has proper version (0.5.1)
- Synchronize post-1.8 version of 10-kubeadm.conf file from release
repository.
- Fix dependencies
- Improve descriptions in produced packages