go build -o colony-scout
./colony-scout report \
--validate=k8s,cloud-init \
--type=server \ # server, node, agent
# --colony-api="http://localhost:8080" \
--token=123456 \
--cluster-id=00000000-0000-0000-0000-000000000000 \
--workflow-id=00000000-0000-0000-0000-000000000000 \
--hardware-id=00000000-0000-0000-0000-000000000000 \
--host-ip-port=192.168.0.43:6443 \
--kubeconfig=~/.kube/config \
--k3s-token=00000000-0000-0000-0000-000000000000
go build -o colony-scout
./colony-scout discovery \
# --colony-api="http://localhost:8080" \
--token=123456 \
--hardware-id=00000000-0000-0000-0000-000000000000
Validate and install kwok
make test
make start_kwok && make test
docker compose build
docker compose up