You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
Next, I didn't setup the customstorage class because it was optional.
# Applying the simple nifi cluster
## Updated the storage StorageClassName to the one availble inside my cluster
kubectl create -n nifi -f config/samples/simplenificluster.yaml
And now..... Nothing.
Pods and logs
kubectl get po -n default
NAME READY STATUS RESTARTS AGE
zookeeper-0 1/1 Running 0 40m
zookeeper-1 1/1 Running 0 40m
zookeeper-2 1/1 Running 0 40m
kubectl get po -n nifi
NAME READY STATUS RESTARTS AGE
nifikop-5d4c9b6d6d-mz922 1/1 Running 0 33m
kubectl get nificluster
NAME AGE
simplenifi 32m
#Nifikop logs
2021-11-29T17:27:07.597Z INFO setup manager set up with multiple namespaces {"namespaces": "nifi"}
2021-11-29T17:27:07.597Z INFO setup Writing ready file.
I1129 17:27:08.718212 1 request.go:655] Throttling request took 1.013748334s, request: GET:https://10.3.0.1:443/apis/apm.k8s.elastic.co/v1?timeout=32s
2021-11-29T17:27:09.984Z INFO controller-runtime.metrics metrics server is starting to listen {"addr": ":8080"}
2021-11-29T17:27:09.991Z INFO setup starting manager
2021-11-29T17:27:09.992Z INFO controller-runtime.manager starting metrics server {"path": "/metrics"}
2021-11-29T17:27:09.993Z INFO controller-runtime.manager.controller.nificluster Starting EventSource {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiCluster", "source": "kind source: /, Kind="}
2021-11-29T17:27:09.993Z INFO controller-runtime.manager.controller.nifiuser Starting EventSource {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiUser", "source": "kind source: /, Kind="}
2021-11-29T17:27:09.994Z INFO controller-runtime.manager.controller.nifiusergroup Starting EventSource {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiUserGroup", "source": "kind source: /, Kind="}
2021-11-29T17:27:09.994Z INFO controller-runtime.manager.controller.nifidataflow Starting EventSource {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiDataflow", "source": "kind source: /, Kind="}
2021-11-29T17:27:09.994Z INFO controller-runtime.manager.controller.nifiparametercontext Starting EventSource {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiParameterContext", "source": "kind source: /, Kind="}
2021-11-29T17:27:09.994Z INFO controller-runtime.manager.controller.nifiregistryclient Starting EventSource {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiRegistryClient", "source": "kind source: /, Kind="}
2021-11-29T17:27:09.995Z INFO controller-runtime.manager.controller.nificluster Starting EventSource {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiCluster", "source": "kind source: /, Kind="}
2021-11-29T17:27:10.180Z INFO controller-runtime.manager.controller.nifiusergroup Starting Controller {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiUserGroup"}
2021-11-29T17:27:10.180Z INFO controller-runtime.manager.controller.nifiuser Starting EventSource {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiUser", "source": "kind source: /, Kind="}
2021-11-29T17:27:10.181Z INFO controller-runtime.manager.controller.nifiregistryclient Starting Controller {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiRegistryClient"}
2021-11-29T17:27:10.181Z INFO controller-runtime.manager.controller.nifiparametercontext Starting Controller {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiParameterContext"}
2021-11-29T17:27:10.181Z INFO controller-runtime.manager.controller.nifidataflow Starting Controller {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiDataflow"}
2021-11-29T17:27:10.284Z INFO controller-runtime.manager.controller.nifidataflow Starting workers {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiDataflow", "worker count": 1}
2021-11-29T17:27:10.294Z INFO controller-runtime.manager.controller.nificluster Starting EventSource {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiCluster", "source": "kind source: /, Kind="}
2021-11-29T17:27:10.381Z INFO controller-runtime.manager.controller.nificluster Starting Controller {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiCluster"}
2021-11-29T17:27:10.381Z INFO controller-runtime.manager.controller.nifiusergroup Starting workers {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiUserGroup", "worker count": 1}
2021-11-29T17:27:10.381Z INFO controller-runtime.manager.controller.nifiuser Starting Controller {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiUser"}
2021-11-29T17:27:10.381Z INFO controller-runtime.manager.controller.nifiregistryclient Starting workers {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiRegistryClient", "worker count": 1}
2021-11-29T17:27:10.381Z INFO controller-runtime.manager.controller.nifiparametercontext Starting workers {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiParameterContext", "worker count": 1}
W1129 17:27:10.385667 1 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W1129 17:27:10.389258 1 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
2021-11-29T17:27:10.394Z INFO controller-runtime.manager.controller.nificluster Starting EventSource {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiCluster", "source": "kind source: /, Kind="}
2021-11-29T17:27:10.481Z INFO controller-runtime.manager.controller.nificluster Starting workers {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiCluster", "worker count": 1}
2021-11-29T17:27:10.495Z INFO controller-runtime.manager.controller.nificluster Starting EventSource {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiCluster", "source": "kind source: /, Kind="}
2021-11-29T17:27:10.582Z INFO controller-runtime.manager.controller.nifiuser Starting workers {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiUser", "worker count": 1}
2021-11-29T17:27:10.596Z INFO controller-runtime.manager.controller.nificluster Starting EventSource {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiCluster", "source": "kind source: /, Kind="}
2021-11-29T17:27:10.697Z INFO controller-runtime.manager.controller.nificluster Starting EventSource {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiCluster", "source": "kind source: /, Kind="}
2021-11-29T17:27:10.798Z INFO controller-runtime.manager.controller.nificluster Starting Controller {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiCluster"}
2021-11-29T17:27:10.798Z INFO controller-runtime.manager.controller.nificluster Starting workers {"reconciler group": "nifi.orange.com", "reconciler kind": "NifiCluster", "worker count": 1}
W1129 17:34:30.395634 1 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W1129 17:42:32.401953 1 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W1129 17:50:11.406944 1 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W1129 17:56:23.413301 1 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
Same Problem here:
│ nifi Bootstrap Config File: /opt/nifi/nifi-current/conf/bootstrap.conf
│ nifi [Fatal Error] :1:7: The processing instruction target matching "[xX][mM][lL]" is not allowed.
Type of question
Requesting help on strange behavior
Question
Hey,
Followed the installation tutorial from the documentation but after the last step nothing happend.
What I did :
Next, I didn't setup the customstorage class because it was optional.
And now..... Nothing.
Pods and logs
Environment
Helm chart version : 0.7.5
Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.5", GitCommit:"aea7bbadd2fc0cd689de94a54e5b7b758869d691", GitTreeState:"clean", BuildDate:"2021-09-15T21:10:45Z", GoVersion:"go1.16.8", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.5", GitCommit:"aea7bbadd2fc0cd689de94a54e5b7b758869d691", GitTreeState:"clean", BuildDate:"2021-09-15T21:04:16Z", GoVersion:"go1.16.8", Compiler:"gc", Platform:"linux/amd64"}
Managed by OVH
Please advise...
Thx !
The text was updated successfully, but these errors were encountered: