kontena / pharos-cluster

Pharos - The Kubernetes Distribution
https://k8spharos.dev/
Apache License 2.0
311 stars 43 forks source link

Fix firewalld "inactive (dead)" problems #1475

Closed jakolehm closed 5 years ago

jakolehm commented 5 years ago

Fixes firewalld reboot problems by defining execution order for systemd units. Cleanup is also disabled because it seems to crash when kubelet is still holding kernel modules.

Backports also the CNI logic from #1429 (no need to signal firewalld anymore).

Fixes #1474