Kubernetes unknown field “behavior”
问题 I'm creating a HorizontalPodAutoscaler in Kubernetes and I need to configure the downscale stabilization window to be smaller than the default. The code used and error are below: apiVersion: autoscaling/v2beta2 kind: HorizontalPodAutoscaler metadata: name: busy-autoscaler spec: behavior: scaleDown: stabilizationWindowSeconds: 10 scaleTargetRef: apiVersion: apps/v1 kind: Deployment name: busy-worker minReplicas: 1 maxReplicas: 2 metrics: - type: Resource resource: name: cpu target: type: