07 2024 档案

摘要:删除容器 kubectl get pods | grep 0/1 | awk '{print $1}' | xargs -I {} kubectl delete pod {} --force --grace-period=0 kubectl delete pod my-milvus-proxy-7f 阅读全文
posted @ 2024-07-31 15:10 bhxuwei 阅读(10) 评论(0) 推荐(0) 编辑
摘要:核心是entrypoint.sh脚本中的内容。 Dockerfile案例 FROM python:3.9.16 WORKDIR /code ADD requirements.txt /code/requirements.txt RUN pip install -i https://pypi.tuna 阅读全文
posted @ 2024-07-03 17:27 bhxuwei 阅读(6) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示