ensonic
11/23/2022, 11:51 AMspec:
config:
datastoreEngine: memory
image: authzed/spicedb:v1.15.0
dispatchUpstreamAddr: ""
but still get the error. That was my lunch break, 4 hours of meeting next and I'll update the buug reportsvroldanbet
11/23/2022, 12:47 PMvroldanbet
11/23/2022, 1:10 PMSPICEDB_CLUSTER_DISPATCH_ENABLED
which disables the dispatch server, but SPICEDB_DISPATCH_UPSTREAM_ADDR
which enables dispatching. This is a bug and it should be set to empty string.
The only option that I'm aware of right now is you will have to modify the Deployment
, by changing the environment variable SPICEDB_DISPATCH_UPSTREAM_ADDR
to empty.ecordell
11/23/2022, 1:13 PMsymion
11/23/2022, 3:26 PMensonic
11/23/2022, 3:34 PMJoey
11/23/2022, 3:59 PMJoey
11/23/2022, 4:00 PMensonic
11/23/2022, 4:02 PMkubectl get service dev
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
dev ClusterIP 10.105.248.177 <none> 50051/TCP,50053/TCP,8443/TCP,9090/TCP 9d
Joey
11/23/2022, 4:02 PMJoey
11/23/2022, 4:02 PM192.168.9.11
from then?ensonic
11/23/2022, 4:02 PMJoey
11/23/2022, 4:02 PMJoey
11/23/2022, 4:02 PMensonic
11/23/2022, 4:03 PMdispatchUpstreamAddr: ''
in the configJoey
11/23/2022, 4:04 PMJoey
11/23/2022, 4:04 PMvroldanbet
11/23/2022, 4:05 PMensonic
11/23/2022, 4:06 PMJoey
11/23/2022, 4:07 PMkubectl describe
the SpiceDB pod and put it here for us to see (make sure to redact any secrets in env vars, if there are any)ensonic
11/23/2022, 4:10 PMensonic
11/23/2022, 4:11 PMJoey
11/23/2022, 4:12 PMsymion
11/23/2022, 4:12 PMJoey
11/23/2022, 4:12 PMsymion
11/23/2022, 4:17 PMsymion
11/23/2022, 4:18 PMsymion
11/23/2022, 4:19 PMSPICEDB_DISPATCH_CACHE_ENABLED : true
SPICEDB_DISPATCH_CLUSTER_ENABLED : true
SPICEDB_DISPATCH_UPSTREAM_ADDR : kubernetes:///database.spicedb:dispatch
jzelinskie
11/23/2022, 5:13 PM--dispatch-cluster-tls-key-path
and --dispatch-cluster-tls-cert-path
flagsyetitwo
11/23/2022, 5:14 PM