diff --git a/bootstrap/init.sh b/bootstrap/init.sh index db960e3..4bf6065 100755 --- a/bootstrap/init.sh +++ b/bootstrap/init.sh @@ -6,7 +6,7 @@ echo "######################################################################################" echo "## Reinit repository" rm -rf kubespray -VERSION="release-2.22" +VERSION="release-2.23" git clone --branch $VERSION https://github.com/kubernetes-sigs/kubespray.git echo "######################################################################################" @@ -47,6 +47,8 @@ rsync -a ./inventory/ ./kubespray/inventory/ echo "## * changing into kubespray dir" cd kubespray echo "## * execute the following command to force new settings" +echo "ansible-playbook -i inventory/prod/inventory.ini cluster.yml" +echo "## * execute the following command to force new settings with forced cluster upgrade" echo "ansible-playbook -i inventory/prod/inventory.ini -e upgrade_cluster_setup=true cluster.yml" # cp -r kubespray/inventory/sample kubespray/inventory/prod diff --git a/bootstrap/inventory/prod/group_vars/all/all.yml b/bootstrap/inventory/prod/group_vars/all/all.yml index e48134f..1369ebe 100644 --- a/bootstrap/inventory/prod/group_vars/all/all.yml +++ b/bootstrap/inventory/prod/group_vars/all/all.yml @@ -2,7 +2,7 @@ # moritz kubelet_preferred_address_types: 'Hostname,ExternalDNS,ExternalIP,InternalDNS,InternalIP' dns_min_replicas: 1 - +enable_dns_autoscaler: false ## Directory where etcd data stored etcd_data_dir: /var/lib/etcd diff --git a/k8s/velero/velero.secret.yaml b/k8s/velero/velero.secret.yaml index 9854bfb..1a479f4 100644 Binary files a/k8s/velero/velero.secret.yaml and b/k8s/velero/velero.secret.yaml differ