I just realized that my problem is related to atomic host update:
# atomic host status
State: idle
Deployments:
● ostree://centos-atomic-host:centos-atomic-host/7/x86_64/standard
Version: 7.1804 (2018-05-21 20:57:24)
Commit: 0d1581533e65756a0822c691cc9ee846bffe4629604bc213b09e175a86c01d6d
GPGSignature: Valid signature by 64E3E7558572B59A319452AAF17E745691BA8335
ostree://centos-atomic-host:centos-atomic-host/7/x86_64/standard
Version: 7.1803 (2018-04-03 12:35:38)
Commit: cbb9dbf9c8697e9254f481fff8f399d6808cecbed0fa6cc24e659d2f50e05a3e
GPGSignature: Valid signature by 64E3E7558572B59A319452AAF17E745691BA8335
# systemctl status kubelet
Unit kubelet.service could not be found.
If I rollback it works fine:
# rpm-ostree rollback
...
# atomic host status
State: idle
Deployments:
● centos-atomic-host:centos-atomic-host/7/x86_64/standard
Version: 7.1803 (2018-04-03 12:35:38)
Commit: cbb9dbf9c8697e9254f481fff8f399d6808cecbed0fa6cc24e659d2f50e05a3e
PendingCommit: 0d1581533e65756a0822c691cc9ee846bffe4629604bc213b09e175a86c01d6d
PendingVersion: 7.1804 (2018-05-21 20:57:24)
GPGSignature: Valid signature by 64E3E7558572B59A319452AAF17E745691BA8335
centos-atomic-host:centos-atomic-host/7/x86_64/standard
Version: 7.1804 (2018-05-21 20:57:24)
Commit: 0d1581533e65756a0822c691cc9ee846bffe4629604bc213b09e175a86c01d6d
GPGSignature: Valid signature by 64E3E7558572B59A319452AAF17E745691BA8335
# systemctl status kubelet
● kubelet.service - Kubernetes Kubelet Server
Loaded: loaded (/usr/lib/systemd/system/kubelet.service; enabled; vendor preset: disabled)
Is this expected behavior or the upgrade is botched?
Cheers,
Rares