diff options
author | Jhon Honce <jhonce@redhat.com> | 2015-01-09 14:24:33 -0700 |
---|---|---|
committer | Jhon Honce <jhonce@redhat.com> | 2015-01-09 14:24:33 -0700 |
commit | 37ddb5a297c5b71fc6caf021853b3dfa562b068c (patch) | |
tree | fc6a368278a098ea0961d4f4e2fa4d943ce57025 /cluster.sh | |
parent | e555eeae216e3f9c4061ffc3397bba8d59620615 (diff) | |
parent | 91d3b9e0cf8eee10b7f920c23c9d676ccfbe6635 (diff) | |
download | openshift-37ddb5a297c5b71fc6caf021853b3dfa562b068c.tar.gz openshift-37ddb5a297c5b71fc6caf021853b3dfa562b068c.tar.bz2 openshift-37ddb5a297c5b71fc6caf021853b3dfa562b068c.tar.xz openshift-37ddb5a297c5b71fc6caf021853b3dfa562b068c.zip |
Merge pull request #45 from jwhonce/wip/pod_updates
Infrastructure - Update pod definitions
Diffstat (limited to 'cluster.sh')
-rwxr-xr-x | cluster.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster.sh b/cluster.sh index afb9826ff..bd70a3a13 100755 --- a/cluster.sh +++ b/cluster.sh @@ -1,6 +1,6 @@ #!/bin/bash -eu -MINIONS=3 +MINIONS=2 MASTERS=1 # If the environment variable OO_PROVDER is defined, it used for the provider |