Support Questions

Find answers, ask questions, and share your expertise
Announcements
We’ve updated our product names and community labels - click here for full details

nifi-env.sh file is empty in 2.4.0. Upgrade issue in EKS

avatar
Explorer

We are upgrading from 2.0.0 M4 to 2.4.0 in EKS via helm charts.
But encountering issue while running nifi.sh file. Nifi.sh file references nifi-env.sh which is empty. We are suspecting issue is with docker image of nifi.

When we opened binary of nifi 2.4.0 which is downloaded locally from internet, I can see content inside nifi-env.sh. 
Same is not present inside EKS when we deploy nifi 2.4.0 docker image into EKS

This is crashing our main container. Basically its not setting PID path.


1 REPLY 1

avatar
Master Collaborator

Hello @Chetan_mn

I was checking and the entrypoint for this kind of scenarios should be start.sh, that should call everything you need to start it. 
https://hub.docker.com/layers/apache/nifi/2.4.0/images/sha256-e8ca069f1533e6ee52d706fa3395ea16fe6f29...

Do you have any error log that can give us more clues here? 


Regards,
Andrés Fallas
--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs-up button.