Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parameters (0.35 sec)

  1. common/scripts/kind_provisioner.sh

    ###################   SINGLE-CLUSTER SECTION   ######################
    #####################################################################
    
    # cleanup_kind_cluster takes a single parameter NAME
    # and deletes the KinD cluster with that name
    function cleanup_kind_cluster() {
      echo "Test exited with exit code $?."
      NAME="${1}"
      kind export logs --name "${NAME}" "${ARTIFACTS}/kind" -v9 || true
    Shell Script
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 08 19:12:55 GMT 2024
    - 17.3K bytes
    - Viewed (1)
Back to top