Automated tests
mircea-pavel-anton opened this issue ยท 2 comments
mircea-pavel-anton commented
Automated tests
mircea-pavel-anton commented
Test suite:
- Setup: Create 2 talos clusters:
mkdir configs/
talosctl cluster create --name=talswitcher-1 --talosconfig=./configs/talos1.yaml --cidr=10.5.0.0/24
talosctl cluster create --name=talswitcher-2 --talosconfig=./configs/talos2.yaml --cidr=10.6.0.0/24
- Run
talswitcher
export TALOSCONFIG_DIR=./configs/
go run . talswitcher-1
talosctl get members -n talswitcher-1-controlplane-1
go run . talswitcher-2
talosctl get members -n talswitcher-2-controlplane-1
mr-borboto commented
๐ This issue has been resolved in version 1.1.1 ๐
The release is available on GitHub release
Your semantic-release bot ๐ฆ๐