#用法1
    command: ["/bin/sh","-c","while true;do echo hello;sleep 1;done"] 
#用法2
    command: ["/bin/sh"]  
    args: ["-c","while true;do echo hello;sleep 1;done"]k8s,docker comand 示例
阅读 64
2022-06-10
#用法1
    command: ["/bin/sh","-c","while true;do echo hello;sleep 1;done"] 
#用法2
    command: ["/bin/sh"]  
    args: ["-c","while true;do echo hello;sleep 1;done"]相关推荐
精彩评论(0)