Skip to content

Commit

Permalink
Update flavours
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasarus committed Apr 12, 2024
1 parent 4db020f commit 7824662
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions c-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ This management cluster will also need the cluster-api-addon-provider so install
```bash
kubectl create namespace clusters --kubeconfig "kubeconfig-$CLUSTER_NAME"
helm upgrade cluster-api-addon-provider capi-addons/cluster-api-addon-provider --install --wait -n clusters --version 0.3.1
helm upgrade $CLUSTER_NAME capi/openstack-cluster --install -f values.yaml -f clouds.yaml -f user-values.yaml -f flavors.yaml --wait -n clusters
```

Wait for the migration to complete by waiting for the following to report as complete:
Expand Down
4 changes: 2 additions & 2 deletions c-api/management-cluster/flavors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# The worker node groups for the cluster
nodeGroups:
- name: worker
machineFlavor: l2.tiny
machineFlavor: l3.tiny
machineCount: 3

nodeGroupDefaults:
autoscale: false
machineFlavor: l2.tiny
machineFlavor: l3.tiny

healthCheck:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion c-api/prod-cluster/flavors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nodeGroups:

nodeGroupDefaults:
autoscale: false
machineFlavor: l2.tiny
machineFlavor: l3.tiny

healthCheck:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions c-api/staging-cluster/flavors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# The worker node groups for the cluster
nodeGroups:
- name: worker
machineFlavor: l2.tiny
machineFlavor: l3.tiny
machineCount: 5

nodeGroupDefaults:
autoscale: false
machineFlavor: l2.tiny
machineFlavor: l3.tiny

healthCheck:
enabled: true
Expand Down

0 comments on commit 7824662

Please sign in to comment.