We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53df29a + b0fab25 commit d74114bCopy full SHA for d74114b
hack/machineset.sh
@@ -154,10 +154,9 @@ get_azure_ms() {
154
local sku="2022-datacenter-smalldisk"
155
local release="latest"
156
if [ "$winver" == "2019" ]; then
157
- # 2019 images without the containers feature pre-installed cannot be used due to
158
- # https://issues.redhat.com/browse/OCPBUGS-13244
159
- sku="2019-datacenter-with-containers-smalldisk"
160
- release="17763.6293.240905"
+ sku="2019-datacenter-smalldisk"
+ # TODO: remove when VM SSH issue is patched in Azure cloud
+ release="17763.6293.240905"
161
fi
162
local az=$(echo "$linuxWorkerSpec" | jq -r .providerSpec.value.zone | sed 's/null/""/g')
163
local region=$(echo "$linuxWorkerSpec" | jq -r .providerSpec.value.location)
0 commit comments