mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
fix: get the correct corrosion version in ucind image (#285)
On arm64 the x86 version of corrosion was downloaded. This downloads the correct version. Also added comments to HACKING.md on how to clean up a broken cluster as I have done it twice now and forgot how to do it both times. Fixes: #284 ~~~ shell % ./ucind cluster create miektest Cluster "miektest" initialised with machine "machine-1" Waiting for cluster to be ready... done. Cluster 'miektest' added to Uncloud config as the current context. Cluster 'miektest' created. ~~~ `uc machine ls` also works. Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
+10
@@ -47,6 +47,16 @@ Windows:
|
||||
GOOS=linux GOARCH=amd64 go build -o uncloudd ./cmd/uncloudd
|
||||
```
|
||||
|
||||
## Docker in Docker (ucind)
|
||||
|
||||
When running ucind and running in trouble, you must manually remove the cluster, by running:
|
||||
|
||||
```shell
|
||||
docker stop CONTAINERID
|
||||
docker rm CONTAINERID
|
||||
docker network rm CLUSTERNAME
|
||||
```
|
||||
|
||||
## Testing
|
||||
|
||||
Run all tests (unit and e2e):
|
||||
|
||||
Reference in New Issue
Block a user