mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
Merge pull request #7690 from BenTheElder/vagrants_cluster_size
Set vagrant test cluster default NUM_MINIONS=2
This commit is contained in:
commit
e780ca04fa
@ -15,5 +15,8 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
## Contains configuration values for interacting with the Vagrant cluster in test mode
|
## Contains configuration values for interacting with the Vagrant cluster in test mode
|
||||||
|
#Set NUM_MINIONS to minimum required for testing.
|
||||||
|
NUM_MINIONS=2
|
||||||
|
|
||||||
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
|
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
|
||||||
source "${KUBE_ROOT}/cluster/vagrant/config-default.sh"
|
source "${KUBE_ROOT}/cluster/vagrant/config-default.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user