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
Systemd services should implement sd-notify protocol so that systemd can notify the user immediately that startup failed
Kubeconfig also needs to be copied from /etc/rancher/k8s/k8s.yaml to /root/.kube/config on controller node (never documented) (Start addressing papercuts #96)
Required ZooKeeper config fields aren't provided in example (dataDir, initLimit, syncLImit) (Start addressing papercuts #96)
ZooKeeper fails to connect to peers, because they are configured to listen by hostname (which Debian binds to localhost by default) (Start addressing papercuts #96)
I'll just assume that most of these are now outdated and will close the issue. I had a quick glance at the list and it looks like most of it is related to Agent stuff.
A (relative unorganized) bunch of issues I encountered when trying to set up a testing cluster by following https://docs.stackable.tech/home/getting_started.html:
ERROR stackable_operator::controller: Reconciliation finished with an error, this should not happen, please file an issue err=QueueError { source: InitialListFailed { source: Api(ErrorResponse { status: "404 Not Found", message: "\"404 page not found\\n\"", reason: "Failed to parse error data", code: 404 }), backtrace: Backtrace(()) }, backtrace: Backtrace(()) }
dataDir
,initLimit
,syncLImit
) (Start addressing papercuts #96)Restart
command (Config changes (in CRD object) aren't propagated to cluster without an explicit Restart command zookeeper-operator#227)clientPort
by default, but assumed by Kafka (Start addressing papercuts #96)Event
s onPod
about package installation progress (leaving thePod
looking inexplicably stuck asRegistered
)The text was updated successfully, but these errors were encountered: