Arkadiusz Gasinski created FLINK-31932: ------------------------------------------
Summary: Allow to configure HA on k8s without using service account Key: FLINK-31932 URL: https://issues.apache.org/jira/browse/FLINK-31932 Project: Flink Issue Type: Improvement Components: Deployment / Kubernetes Reporter: Arkadiusz Gasinski I have quite uncommon use case where I'd like to configure job manager's high availability on Kubernetes, but without using a service account, but rather a combination of username and password for interacting with the k8s' API. The company's policy only allows read-only service accounts, and if I want to be able to manipulate k8s objects (e.g., ConfigMap creation/modification) I need to have a dedicated account with username/password authentication. I have such an account, but I wasn't yet able to configure Flink's HA with it. Any advise greatly appreciated. Our k8s provider is OpenShift 4.x. -- This message was sent by Atlassian Jira (v8.20.10#820010)