mirror of https://github.com/kubernetes/kops.git
Merge pull request #495 from justinsb/setup_machine_id
Call /bin/systemd-machine-id-setup as part of init
This commit is contained in:
commit
41e2bee204
|
|
@ -114,6 +114,7 @@ function run-nodeup() {
|
|||
|
||||
####################################################################################
|
||||
|
||||
/bin/systemd-machine-id-setup || echo "failed to set up ensure machine-id configured"
|
||||
|
||||
echo "== nodeup node config starting =="
|
||||
ensure-install-dir
|
||||
|
|
|
|||
Loading…
Reference in New Issue