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

Feature/nifinodegroupenabling #439

Closed aswathinj-pai closed 4 weeks ago

aswathinj-pai commented 3 months ago
Q A
Bug fix? yes
New feature? no
API breaks? no
Deprecations? no
Related tickets fixes #X, partially #Y, mentioned in #Z
License Apache 2.0

What's in this PR?

The current helm chart doesn't handle the replicas attribute in the nifinodegroupautoscaler template in nifi-cluster helm chart. Consequently, it defaults to 0, disabling the HPA created alongside it and preventing autoscaling. Therefore, to enable this feature, we need to manage the replicas attribute in the nifi-node-group-autoscaler.yaml template.

Checklist

To Do

mh013370 commented 1 month ago

@aswathinj-pai : Can you please just update the CHANGELOG with this feature?

aswathinj-pai commented 4 weeks ago

Updated the changelog @mh013370

juldrixx commented 4 weeks ago

And can you fix the conflicts?

aswathinj-pai commented 4 weeks ago

@juldrixx conflict resolved.