sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/ci/prow-machine-pool-flex/patches/vmss-flex.yaml (about)

     1  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
     2  kind: AzureMachinePool
     3  metadata:
     4    name: "${CLUSTER_NAME}-mp-0"
     5  spec:
     6    orchestrationMode: Flexible
     7    strategy:
     8      type: RollingUpdate
     9      rollingUpdate:
    10        maxSurge: 0%
    11        maxUnavailable: 0
    12        deletePolicy:
    13  ---
    14  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
    15  kind: AzureMachinePool
    16  metadata:
    17    name: "${CLUSTER_NAME}-mp-win"
    18  spec:
    19    orchestrationMode: Flexible
    20    strategy:
    21      type: RollingUpdate
    22      rollingUpdate:
    23        maxSurge: 0%
    24        maxUnavailable: 0
    25        deletePolicy: