usamj opened a new pull request, #518:
URL: https://github.com/apache/flink-kubernetes-operator/pull/518

   
   ## What is the purpose of the change
   
   * This Pull Request modified the Standalone JobManager CMD decorator to 
start the pods with their IP address instead of the k8s service. 
(https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/deployment/resource-providers/standalone/kubernetes/)
   * This fixes the issue where Kubernetes HA doesn't work with standalone mode
   
   ## Brief change log
   
   - JobManager pods start with their IP Address when in standalone mode and 
K8s HA is enabled
   
   ## Verifying this change
   <!--
   Please make sure both new and modified tests in this PR follows the 
conventions defined in our code quality guide: 
https://flink.apache.org/contributing/code-style-and-quality-common.html#testing
   -->
   *(Please pick either of the following options)*
   
   ## Verifying this change
   Added unit tests and verified on EKS cluster
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API, i.e., is any changes to the `CustomResourceDescriptors`: 
no
     - Core observer or reconciler logic that is regularly executed: no
   
   ## Documentation
   
     - Does this pull request introduce a new feature? no
     - If yes, how is the feature documented? not applicable
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to