mirror of https://github.com/kubernetes/kops.git
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:
commit
4142b80e67
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue