Skip to content

Commit

Permalink
Merge pull request #15 from supernetes/xlarge
Browse files Browse the repository at this point in the history
feat: switch from `standard.large` to `standard.xlarge` in cPouta
  • Loading branch information
twelho authored Dec 5, 2024
2 parents 1395dfd + 3a5953f commit ef82c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion work/cpouta
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ set -o pipefail
talosctl config merge talosconfig

# Create VMs
openstack server create --flavor standard.large --nic port-id="$_machine" --image talos --user-data controlplane.yaml "$_machine"
openstack server create --flavor standard.xlarge --nic port-id="$_machine" --image talos --user-data controlplane.yaml "$_machine"

# Wait for the cluster to become healthy
while ! talosctl health; do sleep 1; done
Expand Down

0 comments on commit ef82c23

Please sign in to comment.