user
04/18/2022, 9:04 PMcjs
04/18/2022, 9:04 PMuser
04/18/2022, 9:05 PMcjs
04/18/2022, 9:05 PMcjs
04/18/2022, 9:07 PMuser
04/18/2022, 9:08 PMuser
04/18/2022, 9:10 PMuser
04/18/2022, 9:10 PMcjs
04/18/2022, 9:10 PMcjs
04/18/2022, 9:45 PMuser
04/18/2022, 11:09 PMromil
04/19/2022, 10:59 AM# - name: "SPICEDB_DISPATCH_UPSTREAM_ADDR"
# value: "kubernetes:///spicedb:dispatch"
is this env required to enable dispatcher ? or as mentioned in the doc https://authzed.com/blog/consistent-hash-load-balancing-grpc/, one needs to pass the below arg: containers:
- name: "spicedb"
image: "quay.io/authzed/spicedb:v1.6.0"
imagePullPolicy: "IfNotPresent"
command: ["spicedb", "serve"]
args:
- grpc-no-tls
- --http-enabled
- --dispatch-upstream-addr=kubernetes:///spicedb.<namespace>:50053
williamdclt
04/19/2022, 11:05 AMromil
04/19/2022, 11:08 AMwilliamdclt
04/19/2022, 12:52 PMJake
04/19/2022, 12:56 PMdispatch
here refers to a named port on the kubernetes service, and spicedb
refers to the service nameromil
04/19/2022, 4:13 PMdispatch
here refers to a namedcjs
04/20/2022, 2:47 PMConsistency
is not specified for a CheckPermission
request, is fully_consistent
used or minimize_latency
?Joey
04/20/2022, 2:47 PMcjs
04/20/2022, 2:49 PMDefinitelyNotSam
04/21/2022, 3:00 PMERROR: relation "relationship_estimate_counters" does not exist (SQLSTATE 42P01)
Joey
04/21/2022, 3:02 PMspicedb migrate
to add the new tablesDefinitelyNotSam
04/21/2022, 3:02 PMJoey
04/21/2022, 3:03 PMDefinitelyNotSam
04/21/2022, 3:04 PMDefinitelyNotSam
04/21/2022, 3:06 PMJoey
04/21/2022, 3:07 PMspicedb migrate head
DefinitelyNotSam
04/21/2022, 3:08 PMJake
04/21/2022, 3:09 PMJake
04/21/2022, 3:10 PM