gpt4 book ai didi

docker - Kubernetes-覆盖量

转载 作者:行者123 更新时间:2023-12-02 11:44:51 25 4
gpt4 key购买 nike

我目前正在尝试在k8s中使用“--overrides”选项来挂载docker容器可以访问的本地目录,然后使用该目录对该容器运行命令。

kubectl run -i --tty cic-v1 --image=image1 --restart=Never --overrides={"spec":{"volumeMounts":[{"name":"input","mountPath":"/usr/src/data/input"},{"name":"output","mountPath":"/usr/src/data/output"}],"volumes":[{"name":"input","hostPath":{"path":"/input/"}},{"name":"output","hostPath":{"path":"/output/"}}]}}

理想情况下,这是内联完成的,无需使用.yaml文件。所有尝试都会导致...
错误:无效的JSON补丁
...而且我很难调试它。有没有人做过类似的事情?

最佳答案

在这里找到答案。

https://stackoverflow.com/a/37621761/6309

我在k8s中错误地指定了'overrides'选项。

关于docker - Kubernetes-覆盖量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50066930/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com