nicknezis opened a new pull request #3550: URL: https://github.com/apache/incubator-heron/pull/3550
Fix for #3542 Some notable changes: 1. Kubernetes scheduler now creates a Headless Service to pair with the StatefulSet. 2. Upgraded Kubernetes client from 7.0.0 to 8.0.0 3. Removed old compatibility code that deleted all pods. I don't see the code that used to launch individual pods, so I assume it is no longer needed. For now we only launch StatefulSets, although I do have thoughts on how to better manage the topology pods. 4. Heron Executor now checks for POD_NAME environment variable. If found, it assumed Kubernetes environment in which we use the fully qualified domain name which should be composed of pod name, headless service, namespace and cluster domain. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
