Update deploy.sh

This commit is contained in:
Ares 2023-06-28 14:45:50 +00:00
parent c573b3781f
commit bb2340904f
1 changed files with 2 additions and 2 deletions

View File

@ -14,12 +14,12 @@ juju deploy --to 0 ./etcd \
--config bind_to_all_interfaces=false \
--config channel=3.4/stable
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 enable-dashboard-addons=false \
--config proxy-extra-args='bind-address=0.0.0.0 proxy-mode=ipvs'
juju deploy --to 2 ./kubernetes-worker \
--config channel=1.21/stable \
--config channel=1.22/stable \
--config ingress=false \
--config proxy-extra-args='bind-address=0.0.0.0 proxy-mode=ipvs'
juju deploy ./containerd