From e8f625bfb59b8143e16b6fbc555724ad6b9c674f Mon Sep 17 00:00:00 2001 From: Remon Lam Date: Thu, 22 Dec 2016 23:15:30 +0100 Subject: [PATCH] added systems notify MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix for error “failed to notify systemd for readiness” --- cluster/centos/master/scripts/etcd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/centos/master/scripts/etcd.sh b/cluster/centos/master/scripts/etcd.sh index c6d11a4ee70..835f67ab007 100755 --- a/cluster/centos/master/scripts/etcd.sh +++ b/cluster/centos/master/scripts/etcd.sh @@ -69,6 +69,7 @@ WorkingDirectory=${etcd_data_dir} EnvironmentFile=-/opt/kubernetes/cfg/etcd.conf # set GOMAXPROCS to number of processors ExecStart=/bin/bash -c "GOMAXPROCS=\$(nproc) /opt/kubernetes/bin/etcd" +Type=notify [Install] WantedBy=multi-user.target