Kubernetes 使用 PodPreset 注入信息到 Pods_哎_小羊的博客
namespace: wanyang3 spec: selector: matchLabels: role: busybox-hwy env: - name: PODPRESET_MESSAGE value: "This is podpreset message." volumeMounts: - mountPath: /opt/logs name: logs-volume volumes: - name: logs-volume emptyDir: {} 可以看到如下几个关键信息: PodPreset 资源 ApiVersion 为 settings.k8s.io/v1alpha1这里 selector. matchLabels 通过 Labels 匹配标签包含 role: busybox-why 的...阅读全文