gpt4 book ai didi

kubernetes - 可以在kubernetes中将configmap与hostPath一起使用吗?

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

而不是对卷主机路径使用直接配置,例如

 volumes:
- name: mongo-24
hostPath:
path: /my/path/to/file/or/directory
type: DirectoryOrCreate

我想把它放到configmap中,所以我尝试了这个:
  volumes:
- name: myVolume
hostPath:
path:
valueFrom:
configMapKeyRef:
name: common-config
key: MY_VOLUME_PATH
type: DirectoryOrCreate

但这没有成功,因为:

error validating data: expected type string, for field spec.template.spec.volumes[0].hostPath.path, got map



是否可以在配置映射中使用hostPath / path?

最佳答案

简单地说,不。问题是,您为什么需要它/您想要实现什么?

关于kubernetes - 可以在kubernetes中将configmap与hostPath一起使用吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47881530/

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