-
I tried to install demo from stackablectl demo using [INFO ] Installing demo nifi-kafka-druid-water-level-data I tried to get logs from stackable NiFi operator, what I see Stackable CLI version Stackable operators installed Here are logs from the stackable NiFi operator pod: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @deebify, thanks for reporting this! I did try to reproduce but was not able to do so, the demo seems to work fine. A solution that should work in any case is to delete your k8s and start with a fresh k8s. Hope that helps, |
Beta Was this translation helpful? Give feedback.
Hi @deebify, thanks for reporting this!
I did try to reproduce but was not able to do so, the demo seems to work fine.
In our currently nightly version we have moved some fields (e.g.
zookeeperConfigMapName
) fromspec.zookeeperConfigMapName
tospec.clusterConfig.zookeeperConfigMapName
. So the CustomResourceDefinition (CRD) of the nightly version does not have the fieldspec.zookeeperConfigMapName
any more.The demos however always run on a stable version, 23.1 in this case. The demo does use the correct field for the 23.1 release here.
The only remaining option is that you have a different version of the CRD installed. Could you please delete the CRD with
kubectl delete crd nificlusters.n…