Some basic agent startup
This commit is contained in:
4
alpine/rootfs-extra/etc/local.d/monok8s.start
Executable file
4
alpine/rootfs-extra/etc/local.d/monok8s.start
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
export PATH="/usr/local/bin:/usr/local/sbin:$PATH"
|
||||
/usr/local/bin/ctl init --env-file /opt/monok8s/config/cluster.env >>/var/log/monok8s/bootstrap.log 2>&1 &
|
||||
Reference in New Issue
Block a user