Yang Wang created FLINK-18149:
---------------------------------
Summary: Taskmanager logs could not show up in native K8s
deployment
Key: FLINK-18149
URL: https://issues.apache.org/jira/browse/FLINK-18149
Project: Flink
Issue Type: Bug
Components: Deployment / Kubernetes
Affects Versions: 1.11.0, 1.12.0
Reporter: Yang Wang
Fix For: 1.11.0, 1.12.0
In FLINK-17935, we use {{flinkConfig.get(DeploymentOptionsInternal.CONF_DIR)}}
to replace {{CliFrontend.getConfigurationDirectoryFromEnv}}. It will cause
problem in native K8s integration. The root cause we set the
{{DeploymentOptionsInternal.CONF_DIR}} in flink-conf.yaml to a local path.
However, it does not exist in JobManager pod.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)