Evan Cordell
Evan Cordell
This isn't an option for most kube clusters in the wild just yet, but https://kubernetes.io/docs/concepts/workloads/pods/init-containers/#api-for-sidecar-containers I think would at least make patching the job work for this. Any chance you're...
@jawnsy @adamstrawson In kube 1.29+ the [sidecar containers feature](https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/) is enabled by default. Have either of you successfully tried the cloud sql proxy with this?
This is due to left-over labels on another resource; usually a secret (i.e. "this secret was used by spicedb cluster ABC"). The logs are harmless, but annoying. I think this...
Hi @joshrosso, thanks for the interest! I think your proposal will work fine (it's how most operators do it), and I'm okay with doing that for now if we need...
Thanks for the suggestion; I agree that this should be more flexible. There is also some overlap with https://github.com/authzed/spicedb-operator/issues/155
This should be possible now with [1.2.0](https://github.com/authzed/spicedb-operator/releases/tag/v1.2.0): ```yaml apiVersion: authzed.com/v1alpha1 kind: SpiceDBCluster metadata: name: dev spec: config: datastoreEngine: memory datastoreBootstrapFiles: /etc/bootstrap/init.yaml secretName: dev-spicedb-config patches: - kind: Deployment patch: spec: template:...
@dependabot rebase
Fixed in #320
I think we'll need to try and reproduce to figure out exactly what the issue is. When you change the url to this: ``` spicedb.spicedb:50053 ``` you are switching to...
I think we can start to look at supporting an official helm chart. I played some with https://github.com/arttor/helmify and it seems like it would work to generate from the what...