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
阅读全文
摘要:核心是entrypoint.sh脚本中的内容。 Dockerfile案例 FROM python:3.9.16 WORKDIR /code ADD requirements.txt /code/requirements.txt RUN pip install -i https://pypi.tuna
阅读全文