setup.sh 117 B

1234567
  1. #!/usr/bin/env bash
  2. # shellcheck disable=SC1091
  3. . lib.sh
  4. setup_suite() {
  5. create_cluster "$(build_kind_config 2)"
  6. }