[ https://issues.apache.org/jira/browse/FLINK-19545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237239#comment-17237239 ]
Yang Wang commented on FLINK-19545: ----------------------------------- Since we are not allowing to add new bash based e2e[1], I will attach my previous PR to verify the Kubernetes HA functionality works well. It does not need to be merged. And I think we could refactor it with all other K8s bash based e2e tests to java e2e framework in the next release cycle. [1]. https://lists.apache.org/thread.html/rdc2894c67c6da3fa92f85ec2cde1d5a0c551748050431d36c13bf7a3%40%3Cdev.flink.apache.org%3E > Add e2e test for native Kubernetes HA > ------------------------------------- > > Key: FLINK-19545 > URL: https://issues.apache.org/jira/browse/FLINK-19545 > Project: Flink > Issue Type: Sub-task > Components: Tests > Reporter: Yang Wang > Assignee: Yang Wang > Priority: Major > Fix For: 1.12.0 > > > We could use minikube for the E2E tests. Start a Flink session/application > cluster on K8s, kill one TaskManager pod or JobManager Pod and wait for the > job recovered from the latest checkpoint successfully. > {panel} > {panel} > |{{kubectl }}{{exec}} {{-it \{pod_name} -- }}{{/bin/sh}} {{-c }}{{"kill 1"}}| -- This message was sent by Atlassian Jira (v8.3.4#803005)