mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-20 10:20:39 +00:00
Merge pull request #6607 from fidencio/topic/gha-switch-to-using-a-D4_v5-instance
gha: aks: Use D4s_v5 instance
This commit is contained in:
commit
2c38e17ef0
2
.github/workflows/create-aks.yaml
vendored
2
.github/workflows/create-aks.yaml
vendored
@ -27,6 +27,6 @@ jobs:
|
|||||||
az aks create \
|
az aks create \
|
||||||
-g "kataCI" \
|
-g "kataCI" \
|
||||||
-n "${{ inputs.name }}" \
|
-n "${{ inputs.name }}" \
|
||||||
-s "Standard_D4s_v3" \
|
-s "Standard_D4s_v5" \
|
||||||
--node-count 1 \
|
--node-count 1 \
|
||||||
--generate-ssh-keys
|
--generate-ssh-keys
|
||||||
|
Loading…
Reference in New Issue
Block a user