Distributions
Ubuntu
Fedora
CentOS
中文资源站
网易开源镜像站
sshnuke
V2EX  ›  Linux

k3s server 怎么杀

  •  
  •   sshnuke · Feb 9, 2022 · 3483 views
    This topic created in 1564 days ago, the information mentioned may be changed or developed.

    没有安装成服务

    直接 k3s server & 启动的

    后台起了一堆进程

    有没有办法一条命令杀掉的?

    yonng
        1
    yonng  
       Feb 9, 2022
    ps -ef | grep k3s | awk '{print $2}' | xargs kill -KILL
    openbsd
        2
    openbsd  
       Feb 9, 2022
    来个粗暴的 ?记得保存数据 [狗头保命]
    kill -9 `pgrep -f k3s`
    cheng6563
        3
    cheng6563  
       Feb 9, 2022
    没啥好办法,后台的都是用容器启的一些其他组件,ps 自己想办法过滤
    xzysaber
        4
    xzysaber  
       Feb 9, 2022   ❤️ 1
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2875 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 63ms · UTC 14:38 · PVG 22:38 · LAX 07:38 · JFK 10:38
    ♥ Do have faith in what you're doing.