I noticed part of the K8S integration is grabbing from:
https://${env.NODE_NAME}:10250
The issue is that this is dependent on DNS Resolution and leads to errors: > error making http request: Get "https://<redacted>:10250/stats/summary": lookup <redacted>:53: no such host
What can I use instead? I tried ${env.NODE_IP} but that didn't work lol
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.