Azure Kubernetes Service · JSON Structure

Azure Kubernetes Service Managed Cluster Auto Scaler Profile Structure

Type: object Properties: 19
AzureCloudContainersDevOpsKubernetesOrchestration

ManagedClusterAutoScalerProfile is a JSON Structure definition published by Azure Kubernetes Service, describing 19 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

balance-similar-node-groups daemonset-eviction-for-empty-nodes daemonset-eviction-for-occupied-nodes expander max-empty-bulk-delete max-graceful-termination-sec max-node-provision-time max-total-unready-percentage new-pod-scale-up-delay ok-total-unready-count scan-interval scale-down-delay-after-add scale-down-delay-after-delete scale-down-delay-after-failure scale-down-unneeded-time scale-down-unready-time scale-down-utilization-threshold skip-nodes-with-local-storage skip-nodes-with-system-pods

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ManagedClusterAutoScalerProfile",
  "type": "object",
  "properties": {
    "balance-similar-node-groups": {
      "type": "string"
    },
    "daemonset-eviction-for-empty-nodes": {
      "type": "boolean"
    },
    "daemonset-eviction-for-occupied-nodes": {
      "type": "boolean"
    },
    "expander": {
      "type": "string"
    },
    "max-empty-bulk-delete": {
      "type": "string"
    },
    "max-graceful-termination-sec": {
      "type": "string"
    },
    "max-node-provision-time": {
      "type": "string"
    },
    "max-total-unready-percentage": {
      "type": "string"
    },
    "new-pod-scale-up-delay": {
      "type": "string"
    },
    "ok-total-unready-count": {
      "type": "string"
    },
    "scan-interval": {
      "type": "string"
    },
    "scale-down-delay-after-add": {
      "type": "string"
    },
    "scale-down-delay-after-delete": {
      "type": "string"
    },
    "scale-down-delay-after-failure": {
      "type": "string"
    },
    "scale-down-unneeded-time": {
      "type": "string"
    },
    "scale-down-unready-time": {
      "type": "string"
    },
    "scale-down-utilization-threshold": {
      "type": "string"
    },
    "skip-nodes-with-local-storage": {
      "type": "string"
    },
    "skip-nodes-with-system-pods": {
      "type": "string"
    }
  }
}