Openshift origin was installed via the ansible playbooks
.
According to this documentation, the correct command to restart is:
$ systemctl restart atomic-openshift-master-api atomic-openshift-master-controllers
However, this just results in:
Failed to restart atomic-openshift-master-api.service: Unit not found.
Failed to restart atomic-openshift-master-controllers.service: Unit not found.
What is the correct way to restart openshift origin
(okd
) after installing via ansible
on Centos7
?
If you get the following error:
bash: master-restart: command not found
try:
/usr/local/bin/master-restart
If you installed the OKD
as v3.10
, you should restart master
services as follows. [0] The service is running as pod from v3.10
, so you should use the specific command for restarting the master services, such as api
and controllers
# master-restart api
# master-restart controllers
[0] RESTARTING MASTER SERVICES
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With