Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.25 KB

FAQ.md

File metadata and controls

17 lines (10 loc) · 1.25 KB

FAQ - Frequently Asked Questions

Readyness probe fails

When encountering errors like Readiness probe failed: Node not found with CONNECTED state or Multi-Attach error for volume "pvc-xxxxxx-xxx-xxx-xxxx-xxxxxxxxx" Volume is already exclusively attached to one node and can't be attached to another, it means Kubernetes can't provide the pod access to the persistent data it wants.

When this happens, reach out to your Kubernetes cluster administrators to find and fix the problem manually.

For more background, see https://blog.mayadata.io/recover-from-volume-multi-attach-error-in-on-prem-kubernetes-clusters

(see cetic#47 (comment))

Session Afffinity

As mentioned in the official NIFI document regarding session affinity, it's required to implement this feature for your ingress. Please refer to the ingress controller your are using for how to implement it. One example for GKE is with issue #271. If NIFI cluster has more than one node, the session affinity has to be there due to the stateful implementation of each node.