摘要: $ for i in 0 1; do kubectl exec web-$i -- sh -c 'echo hello $(hostname) > /usr/share/nginx/html/index.html'; done 阅读全文
posted @ 2019-02-15 15:42 littlevigra 阅读(755) 评论(0) 推荐(0) 编辑