Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade shoot cluster to 1.27 #27

Merged
merged 2 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ resources:
- prometheus-clusterRole.yaml
- prometheus-clusterRoleBinding.yaml
- prometheus-networkPolicy.yaml
- prometheus-podDisruptionBudget.yaml
- prometheus-prometheus.yaml
- prometheus-prometheusRule.yaml
- prometheus-roleBindingConfig.yaml
Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions webhosting-operator/config/monitoring/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ rm -rf setup
rm alertmanager-*.yaml
# this will override metrics-server APIService (conflicts with gardener-resource-manager), drop it
rm prometheusAdapter-apiService.yaml
# PDB with minAvailable=1 for a single-replica StatefulSet blocks rolling node upgrades forever
rm prometheus-podDisruptionBudget.yaml

cat <<EOF > README.md
The manifests in this directory were downloaded from
Expand Down
2 changes: 1 addition & 1 deletion webhosting-operator/shoot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
nodeCIDRMaskSize: 20
kubeProxy:
mode: IPTables
version: "1.26"
version: "1.27"
verticalPodAutoscaler:
enabled: true
maintenance:
Expand Down