Salt-master pod (on bootstrap node) not starting if salt-minion failed to start #3022
Labels
complexity:easy
Something that requires less than a day to fix
kind:bug
Something isn't working
priority:medium
Medium priority issues, should only be postponed if no other option
severity:medium
Medium impact (usability) on live deployments
topic:operations
Operations-related issues
Component:
'salt', 'bootstrap'
Why this is needed:
If for some reason, salt-minion service failed to start on
bootstrap
node, the podsalt-master
will fail to start with the following error:Warning FailedMount 4s (x12 over 8m18s) kubelet MountVolume.SetUp failed for volume "run" : hostPath type check failed: /var/run/salt is not a directory [root@zenkotda-bootstrap scality]# systemctl restart kubelet
What should be done:
salt-master pod should be able to start even if salt-minion is not running (i.e.
/var/run/salt
is not available)Implementation proposal (strongly recommended):
Test plan:
The text was updated successfully, but these errors were encountered: