Canbin Zheng created FLINK-15652: ------------------------------------ Summary: Support for imagePullSecrets k8s option Key: FLINK-15652 URL: https://issues.apache.org/jira/browse/FLINK-15652 Project: Flink Issue Type: New Feature Components: Deployment / Kubernetes Reporter: Canbin Zheng
It's likely that one would pull images from the private image registry, credentials can be passed with the Pod specification through the `imagePullSecrets` parameter, which refers to the k8s secret by name. Implementation wise we expose a new configuration option to the users and then pass it along to the K8S. -- This message was sent by Atlassian Jira (v8.3.4#803005)