rromannissen / nifi-openshift

8 stars 16 forks source link

No NiFi Web UI Pod created #2

Closed wilddeuces closed 5 years ago

wilddeuces commented 5 years ago

Hello,

after deploying nifi-flow.yaml there is no creation of a Pod to access the Web GUI.

I am running OpenShift 4.1.11

Steps to reproduce: Built nifi-base docker repo on quay.io Created ImageStream in NameSpace including nifi-base docker repo Created BuildConfig like in Readme oc start-build nifi-ocp --from-file=./base Edited the nifi-flow.yaml to match OpenShift 4 Patterns oc new-app nifi-flow.yaml --param=APPLICATION-NAME=nifi-ocp

The Project Status shows me:

Up-to-date Count 0 pods

Matching Pods 0 pods

0 available 0 unavailable

Thanks for a response in advance.

Cheers

wilddeuces commented 5 years ago

Had to fix the given DeploymentConfig