2021-12-01 15:43:42 +00:00
|
|
|
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
|
2023-08-20 15:38:51 +00:00
|
|
|
. ../../scripts/lib-update.sh
|
2022-06-01 08:11:31 +00:00
|
|
|
|
2023-08-21 11:56:56 +00:00
|
|
|
login_ecr_public
|
|
|
|
update_helm
|
|
|
|
|
2024-10-16 11:20:20 +00:00
|
|
|
# Abandon for now in favor of KRR
|
|
|
|
# get latest VPA resources, from https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/hack/vpa-process-yamls.sh
|
|
|
|
# COMPONENTS="vpa-v1-crd-gen vpa-rbac updater-deployment recommender-deployment admission-controller-deployment"
|
|
|
|
# mkdir -p templates/vertical-pod-autoscaler
|
|
|
|
#for c in $COMPONENTS; do
|
|
|
|
# wget -q -O templates/vertical-pod-autoscaler/${c}.yaml https://raw.githubusercontent.com/kubernetes/autoscaler/refs/heads/master/vertical-pod-autoscaler/deploy/${c}.yaml
|
|
|
|
#done
|
|
|
|
|
2023-08-20 15:38:51 +00:00
|
|
|
patch_chart aws-node-termination-handler
|
|
|
|
patch_chart aws-eks-asg-rolling-update-handler
|
2023-08-20 17:06:25 +00:00
|
|
|
|
|
|
|
update_docs
|