[
https://issues.apache.org/jira/browse/FLINK-14460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021755#comment-17021755
]
Yang Wang commented on FLINK-14460:
-----------------------------------
>> About the E2E:
1. Currently, we do not have a nightly build docker image. When the
release-1.10 is released, it will not be problem. Now you could use the
following simple dockerfile to build a image.
{code:java}
FROM flink:latest
RUN rm -rf /opt/flink/
COPY flink-1.10-SNAPSHOT /opt/flink
{code}
2. We do not support job cluster now. This is still in work[1]. We could make
it happen in release-1.11.
>> The add-ons
I think the add-ons is just out of the responsibility of Flink. It is really
the Kubernetes related concepts. And in most production Kubernetes cluster,
they will have their own default add-ons.
[1]. https://issues.apache.org/jira/browse/FLINK-10934
> Active Kubernetes integration phase2 - Advanced Features
> --------------------------------------------------------
>
> Key: FLINK-14460
> URL: https://issues.apache.org/jira/browse/FLINK-14460
> Project: Flink
> Issue Type: New Feature
> Components: Deployment / Kubernetes
> Reporter: Yang Wang
> Priority: Major
>
> This is phase2 of active kubernetes integration. It is a umbrella jira to
> track all the advanced features and make Flink on Kubernetes production ready.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)