This repository was archived by the owner on Oct 31, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- #!/usr/local/ bin/python2.7
1+ #!/usr/bin/env python2.7
22
33import argparse
44import json
Original file line number Diff line number Diff line change @@ -9,18 +9,18 @@ control_plane_subnet_access = "public"
99k8s_master_lb_access = " public"
1010master_oci_lb_enabled = " true"
1111etcd_lb_enabled = " false"
12- etcdShape = " VM.Standard2.4 "
13- k8sMasterShape = " VM.Standard2 .8"
14- k8sWorkerShape = " BM.DenseIO1.36 "
12+ etcdShape = " VM.Standard1.8 "
13+ k8sMasterShape = " VM.Standard1 .8"
14+ k8sWorkerShape = " VM.Standard1.8 "
1515etcdAd1Count = " 1"
16- etcdAd2Count = " 0 "
17- etcdAd3Count = " 0 "
16+ etcdAd2Count = " 1 "
17+ etcdAd3Count = " 1 "
1818k8sMasterAd1Count = " 1"
19- k8sMasterAd2Count = " 0 "
19+ k8sMasterAd2Count = " 1 "
2020k8sMasterAd3Count = " 1"
2121k8sWorkerAd1Count = " 1"
2222k8sWorkerAd2Count = " 1"
23- k8sWorkerAd3Count = " 0 "
23+ k8sWorkerAd3Count = " 1 "
2424etcdLBShape = " 400Mbps"
2525k8sMasterLBShape = " 400Mbps"
2626etcd_cluster_ingress = " 10.0.0.0/16"
Original file line number Diff line number Diff line change 4040 terraform validate
4141
4242deploy :
43- box :
43+ box :
4444 id : python:2.7
4545 steps :
4646 - install-packages :
You can’t perform that action at this time.
0 commit comments