hyperledger / bevel-operator-fabric

Hyperledger Fabric Kubernetes operator - Hyperledger Fabric operator for Kubernetes (v2.3, v2.4 and v2.5, soon 3.0)
https://hyperledger.github.io/bevel-operator-fabric/
Apache License 2.0
271 stars 91 forks source link

not able to start operations console #197

Closed pshgpt closed 11 months ago

pshgpt commented 11 months ago

What happened?

[notice] 2023-10-27T10:38:47.073544Z nonode@nohost <0.324.0> -------- chttpd_auth_cache changes listener died because the _users database does not exist. Create the database to silence this notice.

What did you expect to happen?

start successfully

How can we reproduce it (as minimally and precisely as possible)?

openssl genrsa -out ca.key 2048 openssl req -x509 -new -nodes -days 365 -key ca.key -out ca.crt -subj "/CN=console" kubectl create secret tls console-tls-secret --cert=ca.crt --key=ca.key export CONSOLE_PASSWORD="admin" export TLS_SECRET_NAME="console-operator-tls" kubectl hlf console create --name=console --version="latest" --image="ghcr.io/hyperledger-labs/fabric-console" --admin-user="admin" --admin-pwd="$CONSOLE_PASSWORD" --tls-secret-name="$TLS_SECRET_NAME"

Anything else we need to know?

No response

Kubernetes version

```console # kubectl get nodes -o wide ```