mirceanton/talswitcher

Automated tests

mircea-pavel-anton opened this issue ยท 2 comments

Automated tests

Test suite:

  1. 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
  1. 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

๐ŸŽ‰ This issue has been resolved in version 1.1.1 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€