initial commit

This commit is contained in:
Mikaël Cluseau
2025-06-29 18:28:01 +02:00
commit 3256f7dbe4
7 changed files with 2347 additions and 0 deletions

20
test Executable file
View File

@ -0,0 +1,20 @@
#! /bin/bash
dls=target/debug/dls
export RUST_LOG=debug
set -ex
$dls clusters
$dls hosts
$dls cluster cluster | jq '{Name}'
$dls cluster cluster ca-cert
$dls cluster cluster token
$dls cluster cluster addons | head
$dls cluster cluster ssh-sign ~/.ssh/id_ed25519.pub
$dls host m1 | jq '{Name, ClusterName, IPs}'
$dls host m1 bootstrap-config