Closed hrosenbe closed 4 years ago
@hrosenbe, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org>
to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.
Changes in this release:
appIngressMethod
parameter callednodeport-internal
. This uses NodePort services for ingress from the workload drivers to the applications, but uses the Internal IP addresses of the nodes. This differs from thenodeport
option which uses the External IP addresses of the nodes. Note that in your drivers and applications are running in different clusters, then this option will only work if the nodes' internal addresses are routable from the driver cluster.