konpyutaika / nifikop

The NiFiKop NiFi Kubernetes operator makes it easy to run Apache NiFi on Kubernetes. Apache NiFI is a free, open-source solution that support powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
https://konpyutaika.github.io/nifikop/
Apache License 2.0
131 stars 45 forks source link

Replace WGET logic with CURL logic #342

Closed juldrixx closed 9 months ago

juldrixx commented 9 months ago
Q A
Bug fix? yes
New feature? no
API breaks? no
Deprecations? no
Related tickets -
License Apache 2.0

What's in this PR?

Replace the logic to retrieve the IP address from the hostname before starting NiFi to use curl instead of wget.

Why?

Starting 2.0.0-M1 is not available in the Docker image.

Checklist