Skip to content

Commit

Permalink
Testing k8s update loop workaround on KubernetesCluster resource.
Browse files Browse the repository at this point in the history
Signed-off-by: drew0ps <[email protected]>
  • Loading branch information
drew0ps committed Sep 13, 2024
1 parent cd853f6 commit fbdc471
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions examples/containerservice/v1beta1/kubernetescluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ spec:
- name: default
nodeCount: 1
vmSize: Standard_D2_v2
upgradeSettings:
- maxSurge: '10%'
dnsPrefix: exampleaks1
identity:
- type: SystemAssigned
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ spec:
nodeCount: 1
vmSize: Standard_D2_v2
upgradeSettings:
- maxSurge: '1'

- maxSurge: '10%'
dnsPrefix: exampleaks1
identity:
- type: SystemAssigned
Expand Down

0 comments on commit fbdc471

Please sign in to comment.