pangtujun commented on issue #154:
URL:
https://github.com/apache/kvrocks-controller/issues/154#issuecomment-1999003400
yes.i use the zookeeper addrs ,and I can create a namespace “test-ns” by
calling the api via postman, but kvctl-client cannot cd into this namespace
config.yaml,egg:
addr: "10.69.187.x:9379"
# Which storage engine should be used by controller
# options: etcd, zookeeper
# default: etcd
storage_type: zookeeper
etcd:
addrs:
- "127.0.0.1:2379"
username:
password:
elect_path:
tls:
enable: false
cert_file:
key_file:
ca_file:
zookeeper:
addrs:
- "10.69.188.x:2181"
scheme:
auth:
elect_path:
controller:
failover:
gc_interval_seconds: 3600
ping_interval_seconds: 5
min_alive_size: 10
max_failure_ratio: 0.6
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]