Hi all, I'm trying to find a way to see if a Spice...
# spicedb
j
Hi all, I'm trying to find a way to see if a SpiceDBCluster is fully up and running and all migrations are complete using kubectl. Here was my best guess - is this accurate? 1. Run
kubectl get spicedbcluster <name> -n <ns> -o yaml
2. Ensure that (spec.version == status.version.name) and (status.currentMigrationHash == status.targetMigrationHash) If there's a better way to check (i.e. some field that contains "available" when the cluster is fully ready or something), I'm all ears!