-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for 1.14.0 #52
Comments
You can see my manifest here - Orange-OpenSource/nifikop#139 , as I said I only added nifi.sensitive.props.key |
Oh, yeah, I'm not using cert-manager |
I was able to get it working. The nifi logs inform you what needs to be added to get it to work. Can you clarify specifically what isn't working? |
would you mind shring the manifest for the cluster with your settings? i suspect mi issues comes from using the certificate manager... thanks |
I did just recently discover #153 But otherwise, it should work just fine. I've cert-manager enabled (deployed version v1.5.4) in my setup without issues. Are there errors in the nifikop logs or the nifi-app logs? |
Thanks @erdrix - I will try ASAP and report how it goes |
@erdrix my nifi setup include cert manger version 1.2 , after adding the key "nifi.sensitive.props.key" the pods keep restarting in a loop and i cant debug it. |
I got it working too, the only change I had to make was to explicitly provide nifi.sensitive.props.key in overrideConfigs. It is working with 1.15.0 too |
It is hard to debug since Nifikop fails to start the pods and kills them before i can debug... and all i did was change the version on my working setup |
We are working on the integration with NiFi 1.14 and NiFi 1.15, it seems after some tests that everything works perfectly with these new versions (if you add property For unsecure clusters, I don't touch all the things that it involves, but if there isn't a detailed clear process somewhere, I assume that the operator won't support the upgrade. |
For the We have not tested the version |
I just tested with the simplecluster.yaml just changing the versions and it doesn't work for me. Thanks for all your support :) |
deleting the certs related to nifi forced the cert manger to create new certs and now its working |
After some additional test we faced to some issues during the upgrade, the following actions should works to migrate from 1.12.X or 1.13.X to 1.14+ :
...
spec
...
initContainers:
...
- command:
- sh
- -c
- '/opt/nifi/nifi-current/bin/nifi.sh set-sensitive-properties-key <your encryption password>'
image: apache/nifi:1.14.0
imagePullPolicy: IfNotPresent
name: upgrade-nifi
volumeMounts:
- mountPath: /opt/nifi/data
name: data
- mountPath: /opt/nifi/nifi-current/conf
name: conf
...
spec
...
clusterImage: apache/nifi:1.15.1
... And your cluster should be running :) |
From nifikop created by riccardo-salamanna: Orange-OpenSource/nifikop#141
Feature Request
Testing of nifikop with version 1.14.0 have been unsuccessful.
Describe the solution you'd like to see
It would be nice since to have that support, since the release fixes some important bugs for us
Many thanks
The text was updated successfully, but these errors were encountered: