theconductor
06/17/2024, 3:24 PMkubectl apply --server-side -f https://github.com/authzed/spicedb-operator/releases/latest/download/bundle.yaml
- https://github.com/authzed/spicedb-operator?tab=readme-ov-file#getting-started
- From the docs: kubectl apply --server-side -k github.com/authzed/spicedb-operator/config
- https://authzed.com/docs/spicedb/concepts/operator#updating-the-operator
I ran the second one without seeing the first one, and it seemed to do the same thingvroldanbet
06/17/2024, 3:34 PMmain
and using kustomize (-k
) , and it's also using the latest
operator image.
For stability you probably want to use the bundle from a release.theconductor
06/17/2024, 3:40 PMkubectl apply --server-side -f https://github.com/authzed/spicedb-operator/releases/download/v1.15.0/bundle.yaml