We trying spicedb-oprator we using this
# spicedb
l
We trying spicedb-oprator we using this below config. it is up and running but its not creating tables postgres. apiVersion: authzed.com/v1alpha1 kind: SpiceDBCluster metadata: name: dev spec: config: logLevel: debug datastoreEngine: postgres datastoreconnuri: "postgres://postgres:*******@psql-test-postgresql.default.svc.cluster.local:5432/postgres?sslmode=disable" replicas: 2 secretName: dev-spicedb-config --- apiVersion: v1 kind: Secret metadata: name: dev-spicedb-config stringData: preshared_key: "averysecretpresharedkey"
v
have you checked the status of the
SpiceDBCluster
CR?
l
While try to deploy config as per docs we facing following error from spicedb operator log E1121 10:09:32.708493 1 handler.go:31] "requeueing after api error" err="Operation cannot be fulfilled on spicedbclusters.authzed.com \"dev\": the object has been modified; please apply your changes to the latest version and try again" syncID="R/I50" controller="spicedbclusters" obj={"name":"dev","namespace":"default"}
e
That error can be ignored unless it happens over and over again and never resolves. What do you see when you
kubectl get spicedbcluster dev -o yaml
? can you paste that here?
2 Views