kubernetes集群中对多个pod操作命令2023-08-21 18:13:04 $ for i in 0 1; do kubectl exec web-$i -- sh -c 'echo hello $(hostname) > /usr/share/nginx/html/index.html'; done上一篇:ubuntu系统下matplotlib中文乱码问题下一篇:ubuntu 下dns一类的处理