Pessoal, bom dia! Tudo bem?
Não estou conseguindo criar o HorizontalPodAutoscaler, defini ele da seguinte forma no YAML
apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
name: portal-noticias-hpa
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: portal-noticias-deployment
minReplicas: 1
maxReplicas: 10
metrics:
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 50
Mas retorna o erro abaixo:
error: resource mapping not found for name: "portal-noticias-hpa" namespace: "" from ".\portal-noticias-hpa.yaml": no matches for kind "HorizontalPodAutoscaler" in version "autoscaling/v2beta2" ensure CRDs are installed first
Não encontrei nenhum erro de digitação ou espaçamento. Por favor, alguém consegue me ajudar?