Merge pull request #6089 from gas-buddy/eherot/autoscaler_set_x

autoscaler setup: Use set -x to stop execution if errors are encountered
This commit is contained in:
k8s-ci-robot 2018-11-18 08:37:12 -08:00 committed by GitHub
commit 4142b80e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set -e
#Set all the variables in this section
CLUSTER_NAME="myfirstcluster.k8s.local"
CLOUD_PROVIDER=aws