Skip to content

Commit 8c91638

Browse files
committed
Fixes during 2025.5.0 upgrade
Increase size of infra and prometheus volumes Reduce TAV1 worker node size
1 parent 7ffac01 commit 8c91638

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

environments/ecmwf-base/inventory/group_vars/all/variables.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# The size in GB for the data volume
66
# This will hold all cluster data, including Kubernetes resources, and also PVC data
7-
infra_data_volume_size: 50
7+
infra_data_volume_size: 100
88

99
#####
1010
# Configuration for the HA cluster
@@ -180,3 +180,6 @@ velero_backup_schedule_timings: "0 0 * * *"
180180
# Time-to-live for existing backups (defaults to 1 week)
181181
# See https://pkg.go.dev/time#ParseDuration for duration format options
182182
velero_backup_schedule_ttl: "168h"
183+
184+
# Double size of Prometheus volume
185+
capi_cluster_addons_monitoring_prometheus_volume_size: 20Gi

environments/tav1/inventory/group_vars/all/variables.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ capi_cluster_etcd_blockdevice_volume_type: "faf12dcf-2b93-4e04-9de1-57ec3f0cd58a
5757
# Default volume type for the etcd block device if 'Volume' type is used
5858
azimuth_capi_operator_capi_helm_etcd_blockdevice_volume_type: "faf12dcf-2b93-4e04-9de1-57ec3f0cd58a" # __DEFAULT__
5959

60+
# The name of the flavor to use for control plane nodes
61+
capi_cluster_control_plane_flavor: 8cpu-8gbmem-30gbdisk
62+
# The name of the flavor to use for worker nodes
63+
capi_cluster_worker_flavor: 8cpu-16gbmem-30gbdisk-unpinned
64+
6065
#####
6166
# Ingress configuration
6267
#####

0 commit comments

Comments
 (0)