首页
开发语言
数据库
服务器
常用工具
网络
云
其它
应用软件
DevOops
硬件
其它开发
量化
手机站(wap)
k8s pod保持运行
浏览:
277
发布时间:2022-08-23 11:50:03 博主:【张良人】
pod yaml文件配置
command: ["/bin/sh"] #在 Shell 来执行命令 args: ["-c", "while true; do echo hello; sleep 10;done"]