下划线在Kubernetes秘密路径中意味着什么?

问题描述

我不了解我要查看的配置。

spec:
  # replicas: 1
  selector:
    matchLabels:
      app: dunder-sandbox
      role: dundersandbox
  minReadySeconds: 30
  template:
    metadata:
      labels:
        app: dunder-sandbox
        role: dundersandbox
    spec:
      automountServiceAccountToken: false
      terminationGracePeriodSeconds: 150
      volumes:
      - name: dundersandbox-secrets-volume
        secret:
          secretName: dundersandbox-secrets
          defaultMode: 0444
          items:
            - key: 'dundersandbox.portcullis.signature'
              path: dundersandbox_portcullis_signature
            - key: 'dundersandbox.portcullis.token'
              path: dundersandbox_portcullis_token
            - key: 'dundersandbox.json'
              path: portcullis.json
...
        volumeMounts:
          - name: dundersandbox-secrets-volume
            mountPath: /etc/mycompany/secrets

我是否正确地了解到,dundersandbox.portcullis.signature所知道的秘密存储在绝对路径为/etc/mycompany/secrets/dundersandbox_portcullis_token的文件中?如果仅此而已,为什么要强调?这是某件事的普遍约定吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...