kubernetes 创建 configmap

 

基于文件或目录创建configmap:
kubectl create configmap game-config-2 --from-file=$PATH

 

注:容器以 subPath 卷挂载方式使用 ConfigMap 时,将无法接收 ConfigMap 的更新。
subPath: node-exporter.sh

 

posted @ 2021-08-31 15:35  Lenwen  阅读(97)  评论(0编辑  收藏  举报