
This patch updates the k8s version to 1.25.2 and helm version to 3.10.1. The following changes have been made in kubernetes 1.24, so this patch supports them. - Dockershim Removed from kubelet -> Changed from Dockershim to CRIO - Service account tokens are no longer auto-generated for every ServiceAccount -> Changed secrets to be created manually Also fixes the following API versions that have already been removed in kubernetes 1.25. - autoscaling/v2beta1 - extensions/v1beta1 Implements: blueprint update-k8s-helm-prometheus Change-Id: Ic9c2f66251c5d11a652184be5908d91e0ee3fb7d
17 lines
330 B
YAML
17 lines
330 B
YAML
apiVersion: autoscaling/v1
|
|
kind: HorizontalPodAutoscaler
|
|
metadata:
|
|
name: curry-svc-vdu001
|
|
namespace: default
|
|
spec:
|
|
maxReplicas: 3
|
|
minReplicas: 1
|
|
scaleTargetRef:
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
name: curry-svc-vdu001
|
|
targetCPUUtilizationPercentage: 40
|
|
status:
|
|
currentReplicas: 1
|
|
desiredReplicas: 1
|