File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ $ az storage container create -n ${CONTAINER_NAME} --account-name ${STORAGE_ACCO
42
42
+
43
43
[source,terminal]
44
44
----
45
- $ RHCOS_VHD_ORIGIN_URL=$(./ openshift-install coreos print- stream-json | jq -r '.architectures.aarch64."rhel-coreos-extensions"."azure-disk".url')
45
+ $ RHCOS_VHD_ORIGIN_URL=$(oc -n openshift-machine-config-operator get configmap/ coreos-bootimages -o jsonpath='{.data. stream}' | jq -r '.architectures.aarch64."rhel-coreos-extensions"."azure-disk".url')
46
46
----
47
47
.. Extract the `aarch64` VHD name and set it to `BLOB_NAME` as the file name by running the following command:
48
48
+
49
49
[source,terminal]
50
50
----
51
- $ BLOB_NAME=rhcos-$(./ openshift-install coreos print- stream-json | jq -r '.architectures.aarch64."rhel-coreos-extensions"."azure-disk".release')-azure.aarch64.vhd
51
+ $ BLOB_NAME=rhcos-$(oc -n openshift-machine-config-operator get configmap/ coreos-bootimages -o jsonpath='{.data. stream}' | jq -r '.architectures.aarch64."rhel-coreos-extensions"."azure-disk".release')-azure.aarch64.vhd
52
52
----
53
53
. Generate a shared access signature (SAS) token. Use this token to upload the {op-system} VHD to your storage container with the following commands:
54
54
+
You can’t perform that action at this time.
0 commit comments