Skip to content

Commit

Permalink
Merge pull request #27 from timebertt/kubernetes-1.27
Browse files Browse the repository at this point in the history
Upgrade shoot cluster to 1.27
  • Loading branch information
timebertt authored Oct 24, 2023
2 parents 890bc4f + f9c16f3 commit ba9eba0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
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

0 comments on commit ba9eba0

Please sign in to comment.