diff --git a/deploy.sh b/deploy.sh index 29f67e1..86a474f 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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