Duncan
09/01/2023, 4:49 PMDuncan
09/01/2023, 4:50 PM{"level":"warn","dispatchReady":false,"time":"2023-09-01T16:37:42Z","message":"dispatcher failed readiness checks: found expected state when trying to connect to cluster: TRANSIENT_FAILURE"}
{"level":"info","requestID":"12ac564ddc7337ac3209ac7f80da58ec","protocol":"grpc","grpc.component":"server","grpc.service":"grpc.health.v1.Health","grpc.method":"Check","grpc.method_type":"unary","peer.address":"[::1]:52312","grpc.start_time":"2023-09-01T16:37:42Z","grpc.request.deadline":"2023-09-01T16:37:43Z","grpc.code":"OK","grpc.time_ms":"0.086","time":"2023-09-01T16:37:42Z","message":"finished call"}
{"level":"warn","dispatchReady":false,"time":"2023-09-01T16:37:43Z","message":"dispatcher failed readiness checks: found expected state when trying to connect to cluster: TRANSIENT_FAILURE"}
{"level":"info","requestID":"715c5bb7d8e5a190dd3df93e2820869d","protocol":"grpc","grpc.component":"server","grpc.service":"grpc.health.v1.Health","grpc.method":"Check","grpc.method_type":"unary","peer.address":"[::1]:52318","grpc.start_time":"2023-09-01T16:37:43Z","grpc.request.deadline":"2023-09-01T16:37:44Z","grpc.code":"OK","grpc.time_ms":"0.07","time":"2023-09-01T16:37:43Z","message":"finished call"}
{"level":"warn","dispatchReady":false,"time":"2023-09-01T16:37:43Z","message":"dispatcher failed readiness checks: found expected state when trying to connect to cluster: TRANSIENT_FAILURE"}
{"level":"warn","dispatchReady":false,"time":"2023-09-01T16:37:45Z","message":"dispatcher failed readiness checks: found expected state when trying to connect to cluster: TRANSIENT_FAILURE"}
{"level":"warn","dispatchReady":false,"time":"2023-09-01T16:37:46Z","message":"dispatcher failed readiness checks: found expected state when trying to connect to cluster: TRANSIENT_FAILURE"}
{"level":"warn","dispatchReady":false,"time":"2023-09-01T16:37:49Z","message":"dispatcher failed readiness checks: found expected state when trying to connect to cluster: TRANSIENT_FAILURE"}Joey
09/01/2023, 5:27 PMJoey
09/01/2023, 5:27 PMDuncan
09/01/2023, 9:45 PMJoey
09/01/2023, 9:46 PMJoey
09/01/2023, 9:46 PMDuncan
09/01/2023, 9:47 PMDuncan
09/01/2023, 9:48 PMJoey
09/01/2023, 9:48 PMDuncan
09/01/2023, 9:50 PMDuncan
09/01/2023, 9:51 PMDuncan
09/01/2023, 9:52 PMhttps://cdn.discordapp.com/attachments/1147211541800812609/1147287939039113368/Screenshot_2023-09-01_at_22.52.04.png▾
Joey
09/01/2023, 10:07 PMJoey
09/01/2023, 10:07 PMJoey
09/01/2023, 10:07 PMDuncan
09/01/2023, 10:09 PMDuncan
09/01/2023, 10:10 PMJoey
09/01/2023, 10:10 PMJoey
09/01/2023, 10:10 PMDuncan
09/01/2023, 10:14 PMJoey
09/01/2023, 10:16 PMJoey
09/01/2023, 10:16 PMDuncan
09/01/2023, 10:24 PMDuncan
09/01/2023, 10:26 PMkubectl apply --server-side -f https://github.com/authzed/spicedb-operator/releases/latest/download/bundle.yaml
and the SpiceDBCluster:
apiVersion: authzed.com/v1alpha1
kind: SpiceDBCluster
metadata:
name: {{ or .Release.name .Values.name }}
namespace: {{ .Values.namespace }}
spec:
config:
datastoreEngine: postgres
replicas: {{ .Values.replicas }}
tlsSecretName: {{ .Values.tls.secretname }}
image: {{ .Values.imageRepository }}:{{ .Values.dockerTag }}
patches:
- kind: Deployment
patch:
spec:
template:
spec:
tolerations:
- key: workload
operator: Equal
value: auth
effect: NoSchedule
nodeSelector:
workload: auth
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: authzed.com/cluster-component
operator: In
values:
- spicedb
topologyKey: "kubernetes.io/hostname"
secretName: {{ or .Release.name .Values.name }}-configJoey
09/01/2023, 10:31 PMecordell
09/01/2023, 10:36 PMecordell
09/01/2023, 10:36 PMecordell
09/01/2023, 10:36 PMecordell
09/01/2023, 10:37 PMecordell
09/01/2023, 10:37 PMDuncan
09/01/2023, 10:38 PMecordell
09/01/2023, 10:38 PMDuncan
09/01/2023, 10:39 PMDuncan
09/01/2023, 10:39 PMDuncan
09/01/2023, 10:40 PMecordell
09/01/2023, 10:42 PMDuncan
09/01/2023, 10:47 PM