Update deploy.sh
This commit is contained in:
parent
c573b3781f
commit
bb2340904f
|
|
@ -14,12 +14,12 @@ juju deploy --to 0 ./etcd \
|
||||||
--config bind_to_all_interfaces=false \
|
--config bind_to_all_interfaces=false \
|
||||||
--config channel=3.4/stable
|
--config channel=3.4/stable
|
||||||
juju deploy --to 1 ./kubernetes-master \
|
juju deploy --to 1 ./kubernetes-master \
|
||||||
--config channel=1.21/stable \
|
--config channel=1.22/stable \
|
||||||
--config service-cidr=172.31.192.0/21 \
|
--config service-cidr=172.31.192.0/21 \
|
||||||
--config enable-dashboard-addons=false \
|
--config enable-dashboard-addons=false \
|
||||||
--config proxy-extra-args='bind-address=0.0.0.0 proxy-mode=ipvs'
|
--config proxy-extra-args='bind-address=0.0.0.0 proxy-mode=ipvs'
|
||||||
juju deploy --to 2 ./kubernetes-worker \
|
juju deploy --to 2 ./kubernetes-worker \
|
||||||
--config channel=1.21/stable \
|
--config channel=1.22/stable \
|
||||||
--config ingress=false \
|
--config ingress=false \
|
||||||
--config proxy-extra-args='bind-address=0.0.0.0 proxy-mode=ipvs'
|
--config proxy-extra-args='bind-address=0.0.0.0 proxy-mode=ipvs'
|
||||||
juju deploy ./containerd
|
juju deploy ./containerd
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue