"/etc/systemd/system/k0sworker.service"의 두 판 사이의 차이

(새 문서: ==개요== ;/etc/systemd/system/k0sworker.service <syntaxhighlight lang='init'> [Unit] Description=k0s - Zero Friction Kubernetes Documentation=https://docs.k0sproject.io ConditionFi...)
 
 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
2번째 줄: 2번째 줄:
;/etc/systemd/system/k0sworker.service
;/etc/systemd/system/k0sworker.service


<syntaxhighlight lang='init'>
<syntaxhighlight lang='ini'>
[Unit]
[Unit]
Description=k0s - Zero Friction Kubernetes
Description=k0s - Zero Friction Kubernetes
31번째 줄: 31번째 줄:
==같이 보기==
==같이 보기==
* [[k0s worker]]
* [[k0s worker]]
* [[systemctl status k0sworker]]


[[분류: /etc/systemd/system]]
[[분류: /etc/systemd/system]]
[[분류: k0s]]
[[분류: k0s]]

2024년 2월 20일 (화) 13:36 기준 최신판

1 개요[ | ]

/etc/systemd/system/k0sworker.service
[Unit]
Description=k0s - Zero Friction Kubernetes
Documentation=https://docs.k0sproject.io
ConditionFileIsExecutable=/usr/local/bin/k0s

After=network-online.target 
Wants=network-online.target 

[Service]
StartLimitInterval=5
StartLimitBurst=10
ExecStart=/usr/local/bin/k0s worker --token-file=/var/lib/k0s/join-token

RestartSec=120
Delegate=yes
KillMode=process
LimitCORE=infinity
TasksMax=infinity
TimeoutStartSec=0
LimitNOFILE=999999
Restart=always

[Install]
WantedBy=multi-user.target

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}