You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the SpiceDBCluster has the condition WaitingForDeploymentAvailability and the spec.config.replicas value is changed, then the cluster can get stuck in the waiting state:
Conditions:
Last Transition Time: 2022-11-09T18:38:05ZMessage: Waiting for deployment to be available: 3/2 available, 3/2 ready, 3/2 updated, 163/163 generation.Reason: WaitingForDeploymentAvailabilityStatus: TrueType: RollingDeployment
As a workaround, this can be fixed by changing the replicas to match the deployment's replicas, waiting for the rollout to finish, and then changing the replicas to the desired value.
The text was updated successfully, but these errors were encountered:
If the
SpiceDBCluster
has the conditionWaitingForDeploymentAvailability
and thespec.config.replicas
value is changed, then the cluster can get stuck in the waiting state:As a workaround, this can be fixed by changing the replicas to match the deployment's replicas, waiting for the rollout to finish, and then changing the replicas to the desired value.
The text was updated successfully, but these errors were encountered: