Cannot create access key in single-node mode #694

Closed
opened 2024-01-24 05:23:07 +00:00 by tibeer · 1 comment

When running garage in a single-node mode, you cannot create a new key as it lacks quorum:

tibeer@foobar ~ % kubectl exec -it -n garage garage-0 -- /garage key create
Error: Internal error: Remote error: Could not reach quorum of 1. 0 of 0 request succeeded, others returned errors: []
command terminated with exit code 1

There might be also a chance, that there is something wrong with my setup, but at least the error message is then misleading :)

When running garage in a single-node mode, you cannot create a new key as it lacks quorum: ```sh tibeer@foobar ~ % kubectl exec -it -n garage garage-0 -- /garage key create Error: Internal error: Remote error: Could not reach quorum of 1. 0 of 0 request succeeded, others returned errors: [] command terminated with exit code 1 ``` There might be also a chance, that there is something wrong with my setup, but at least the error message is then misleading :)
Owner

Please follow the quick start guide in its entirety. In particular, you need to define and apply a cluster layout even if you only have one node.

Please follow the [quick start](https://garagehq.deuxfleurs.fr/documentation/quick-start/) guide in its entirety. In particular, you need to [define and apply a cluster layout](https://garagehq.deuxfleurs.fr/documentation/quick-start/#creating-a-cluster-layout) even if you only have one node.
lx closed this issue 2024-01-24 08:22:51 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/garage#694
No description provided.