Skip to content

Commit d74114b

Browse files
Merge pull request #3258 from openshift-cherrypick-robot/cherry-pick-3244-to-release-4.20
[release-4.20] Switch to 2019-datacenter-smalldisk sku for Azure in machineset.sh
2 parents 53df29a + b0fab25 commit d74114b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

hack/machineset.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,9 @@ get_azure_ms() {
154154
local sku="2022-datacenter-smalldisk"
155155
local release="latest"
156156
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"
157+
sku="2019-datacenter-smalldisk"
158+
# TODO: remove when VM SSH issue is patched in Azure cloud
159+
release="17763.6293.240905"
161160
fi
162161
local az=$(echo "$linuxWorkerSpec" | jq -r .providerSpec.value.zone | sed 's/null/""/g')
163162
local region=$(echo "$linuxWorkerSpec" | jq -r .providerSpec.value.location)

0 commit comments

Comments
 (0)