RELEASED: Public: November 2, 2022
Feature enhancements
- Added node port information to the controllers StatefulSet (BEE-24058)
-
Added node port and node name information to the StatefulSet controller pods. The information was added in the form of environment variables. The environment variables are:
-
JNLP_NODE_PORT
- identifies the node port. -
JNLP_NODE_NAME
- identifies the node name upon which the pod was started.
-
This information can also be used to help create dynamic TCP node port connections (for example, in the JCasC configuration).