美文网首页
kubernetes 挂载文件

kubernetes 挂载文件

作者: getsu | 来源:发表于2017-10-16 19:19 被阅读0次
            volumeMounts:
            - mountPath: /usr/share/elasticsearch/config/elasticsearch.yml
              subPath: elasticsearch.yml
              name: elasticsearch-cfg
          restartPolicy: Always
          volumes:
          - name: elasticsearch-cfg
            hostPath:
              path: /app/conf/elasticsearch/
    
    

    相关文章

      网友评论

          本文标题:kubernetes 挂载文件

          本文链接:https://www.haomeiwen.com/subject/hbsluxtx.html