Skip to content

Commit

Permalink
Add enable preview features, update default SKU (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzar authored Jun 3, 2024
1 parent b1cc76a commit 1bbc20c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ helm install \
cert-manager jetstack/cert-manager \
--namespace cert-manager \
--create-namespace \
--version v1.14.5 \
--set installCRDs=true
```

Expand All @@ -24,7 +25,7 @@ Use this command to install CAPI with the Azure provider (CAPZ) and all feature

```shell
helm install capi-operator capi-operator/cluster-api-operator --create-namespace -n capi-operator-system \
--set infrastructure="azure" \
--set infrastructure="azure:v1.15.1" \
--set manager.featureGates.core.MachinePool="true" \
--set manager.featureGates.azure.MachinePool="true" \
--set manager.featureGates.azure.ASOAPI="true" \
Expand Down
2 changes: 1 addition & 1 deletion charts/azure-managed-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ type: application
maintainers:
- email: [email protected]
name: Jont828
version: 0.2.2
version: 0.2.3
appVersion: 1.16.0
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@ spec:
{{- end }}
sku:
tier: {{ $.Values.controlplane.sku.tier }}
enablePreviewFeatures: {{ $.Values.controlplane.enablePreviewFeatures }}
3 changes: 2 additions & 1 deletion charts/azure-managed-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,15 @@ controlplane:
dnsPrefix: ""
virtualNetwork: {}
disableLocalAccounts: false
enablePreviewFeatures: false

agentPools: []

defaults:
agentPool:
mode: User
# Note: Only 1 Nodepool of mode System is allowed so we default to User.
sku: Standard_DS4_v2
sku: Standard_DS2_v2
nodecount: 1
osDiskSizeGB: 32
availabilityZones:
Expand Down

0 comments on commit 1bbc20c

Please sign in to comment.