Azure Kubernetes Service · Example Payload

Azure Kubernetes Service Managed Cluster Auto Scaler Profile Example

AzureCloudContainersDevOpsKubernetesOrchestration

Azure Kubernetes Service Managed Cluster Auto Scaler Profile Example is an example object payload from Azure Kubernetes Service, with 19 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

balance-similar-node-groupsdaemonset-eviction-for-empty-nodesdaemonset-eviction-for-occupied-nodesexpandermax-empty-bulk-deletemax-graceful-termination-secmax-node-provision-timemax-total-unready-percentagenew-pod-scale-up-delayok-total-unready-countscan-intervalscale-down-delay-after-addscale-down-delay-after-deletescale-down-delay-after-failurescale-down-unneeded-timescale-down-unready-timescale-down-utilization-thresholdskip-nodes-with-local-storageskip-nodes-with-system-pods

Example Payload

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