"Systemctl status k0sworker"의 두 판 사이의 차이

(새 문서: ==개요== ;systemctl status k0sworker <syntaxhighlight lang='console'> # systemctl status k0sworker ● k0sworker.service - k0s - Zero Friction Kubernetes Loaded: loaded (/etc/...)
 
1번째 줄: 1번째 줄:
==개요==
==개요==
{{소문자}}
;systemctl status k0sworker
;systemctl status k0sworker


19번째 줄: 20번째 줄:
Feb 20 13:25:16 localhost1 k0s[1594945]: time="2024-02-20 13:25:16" level=info msg="No cached API server addresses found"
Feb 20 13:25:16 localhost1 k0s[1594945]: time="2024-02-20 13:25:16" level=info msg="No cached API server addresses found"
</syntaxhighlight>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2024년 2월 20일 (화) 13:30 판

1 개요

systemctl status k0sworker
# systemctl status k0sworker
● k0sworker.service - k0s - Zero Friction Kubernetes
     Loaded: loaded (/etc/systemd/system/k0sworker.service; enabled; vendor preset: enabled)
     Active: active (running) since Tue 2024-02-20 13:25:16 KST; 1min 3s ago
       Docs: https://docs.k0sproject.io
   Main PID: 1594945 (k0s)
      Tasks: 7
     Memory: 23.1M
        CPU: 230ms
     CGroup: /system.slice/k0sworker.service
             └─1594945 /usr/local/bin/k0s worker --token-file=/root/token-file

Feb 20 13:25:16 localhost1 systemd[1]: Started k0s - Zero Friction Kubernetes.
Feb 20 13:25:16 localhost1 k0s[1594945]: time="2024-02-20 13:25:16" level=info msg="Bootstrapping kubelet client configuration using runbox4 as node name"
Feb 20 13:25:16 localhost1 k0s[1594945]: time="2024-02-20 13:25:16" level=info msg="No cached API server addresses found"

2 같이 보기

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