Miek Gieben and GitHub
7e1b91c372
feat: ucind: implement cluster list command ( #316 )
...
* ucind: implement cluster list
I keep forgetting my ucind clusters, that add the missing list command:
```
% ./ucind cluster list
NAME MACHINES
miek1 machine-1
```
Just the name would have been enough, but to actually make use of the
tui table a machines list is handy as well.
(There isn't much bubbletea in ucind, but I thought lets start now).
Signed-off-by: Miek Gieben <miek@miek.nl >
* Filter directly when listing
Filter on ucind managed while listing clusters
Signed-off-by: Miek Gieben <miek@miek.nl >
---------
Signed-off-by: Miek Gieben <miek@miek.nl >
2026-04-21 19:43:04 +10:00
Pasha Sviderski
b3b33a82ba
chore(e2e): increase ucind cluster init timeouts, decrease max backoff delay for TCP connection to retry faster
2026-04-09 14:39:12 +10:00
Pasha Sviderski
9bd5ffcd2d
chore: update ucind cluster to wait for initial store sync and cluster readiness
2025-12-23 19:02:04 +10:00
Pasha Sviderski
dde23b5549
chore: increase timeout 5->30s for waiting for machines to be ready in ucind cluster
2025-11-04 12:40:15 +10:00
Pasha Sviderski
a30ed600b6
chore: update docker and compose Go dependencies to the latest versions
2025-10-08 13:56:58 +10:00
Anton Ovchinnikov and GitHub
2f55af0cab
test: Add an e2e test for build&push ( #69 )
...
* test: Add an e2e test for build&push
* test: Add image cleanup
* test: Switch to assert.NoError
2025-06-09 22:10:53 +02:00
Anton Ovchinnikov
51f7ebf3bf
test: Add cleanup target that removes dangling test containers
2025-05-25 19:46:13 +02:00
Pavel Sviderski
4532b985d4
chore: populate ucind cluster machines with IDs
2025-04-16 22:01:33 +10:00
Pavel Sviderski
87331a9265
chore: add filter to ListMachines
2025-04-11 21:26:40 +10:00
Pavel Sviderski
4e40a93991
chore: remove anonymous volumes for ucind containers
2025-04-03 16:35:48 +10:00
Pavel Sviderski
3ada89c4f8
fix: adding ucind cluster with tcp connections to config
2025-04-02 19:45:15 +10:00
Pavel Sviderski
3757813b20
refactor: rename main module to github.com/psviderski/uncloud
2025-03-22 18:25:08 +10:00
Pavel Sviderski
3f4f263c05
test: increase test cluster wait timeout 5->30 seconds
2025-03-03 12:21:22 +10:00
Pavel Sviderski
8bddbec7bd
wait for test cluster to be ready (all machines up)
2024-12-05 13:45:46 +10:00
Pavel Sviderski
5da1fc5387
support providing TEST_CLUSTER_NAME for e2e tests
2024-12-03 15:46:19 +10:00
Pavel Sviderski
349dd0d2ef
add basic e2e cluster lifecycle test
2024-11-29 20:40:49 +10:00
Pavel Sviderski
cf5818d963
merge ucind cluster configuration to the user’s uncloud config
2024-11-29 13:30:15 +10:00
Pavel Sviderski
faf3378659
ucind: wait for machine to become ready through polling API
2024-11-29 12:08:57 +10:00
Pavel Sviderski
48767125f4
ucind: init cluster with created machines
2024-11-28 19:57:51 +10:00
Pavel Sviderski
cd60d5178f
ucind: create machines in containers with published API ports
2024-11-28 16:15:57 +10:00
Pavel Sviderski
73785007cb
init ucind (Uncloud in Docker) provisioner
2024-11-28 13:54:10 +10:00