File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ $ oc adm release extract \
76
76
-- credentials-requests \
77
77
-- cloud=gcp \
78
78
-- to=<path _to_directory_with_list_of_credentials_requests >/credrequests \ <1>
79
- -- quay.io/<path _to >/ocp-release:<version >
79
+ quay.io/<path _to >/ocp-release:<version >
80
80
----
81
81
endif::google-cloud-platform[]
82
82
ifdef::alibabacloud-default,alibabacloud-customizations[]
@@ -85,7 +85,7 @@ $ oc adm release extract \
85
85
-- credentials-requests \
86
86
-- cloud=alibabacloud \
87
87
-- to=<path _to_directory_with_list_of_credentials_requests >/credrequests \ <1>
88
- -- quay.io/<path _to >/ocp-release:<version >
88
+ quay.io/<path _to >/ocp-release:<version >
89
89
----
90
90
endif::alibabacloud-default,alibabacloud-customizations[]
91
91
+
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ endif::google-cloud-platform[]
52
52
$ oc adm release extract -- credentials-requests \
53
53
-- cloud=aws \
54
54
-- to=<path _to_directory_with_list_of_credentials_requests >/credrequests \ <1>
55
- -- quay.io/<path _to >/ocp-release:<version >
55
+ quay.io/<path _to >/ocp-release:<version >
56
56
----
57
57
+
58
58
<1> `credrequests` is the directory where the list of `CredentialsRequest` objects is stored. This command creates the directory if it does not exist.
You can’t perform that action at this time.
0 commit comments