mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 04:04:45 +00:00
gha: aks: Use D4s_v5 instance
It's been pointed out that D4s_v5 instances are more powerful than the D4s_v3 ones, and have the very same price. With this in mind, let's switch to the newer machines. Fixes: #6606 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
1c6d7cb0f7
commit
1688e4f3f0
2
.github/workflows/create-aks.yaml
vendored
2
.github/workflows/create-aks.yaml
vendored
@ -27,6 +27,6 @@ jobs:
|
||||
az aks create \
|
||||
-g "kataCI" \
|
||||
-n "${{ inputs.name }}" \
|
||||
-s "Standard_D4s_v3" \
|
||||
-s "Standard_D4s_v5" \
|
||||
--node-count 1 \
|
||||
--generate-ssh-keys
|
||||
|
Loading…
Reference in New Issue
Block a user