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
126 stars 44 forks source link

The pod in crashloopbackoff state #231

Closed bngsudheer closed 1 year ago

bngsudheer commented 1 year ago

Type of question

Best Practices

Support question

After installing the operator via Helm chart the pod did not come up: in the logs I found this:

2023-02-15T08:52:41.796Z ERROR setup problem running manager {"error": "no matches for kind \"PodDisruptionBudget\" in version \"policy/v1beta1\""}

NiFiKop version

No response

Golang version

No response

Kubernetes version

1.26

NiFi version

No response

juldrixx commented 1 year ago

Hi @bngsudheer, thanks for bringing this up. I will try to look into it.

juldrixx commented 1 year ago

I can't reproduce the issue. Which version of the operator are you using?

mh013370 commented 1 year ago

This is likely because policy/v1beta1/PodDisruptionBudget has been removed in Kubernetes 1.26. We should look at just making it policy/v1

bngsudheer commented 1 year ago

Thanks, @juldrixx . Apparently, I was using an older version of the operator. It is resolved with now(with the latest release.)