Skip to content

Commit

Permalink
The minio client changed mc policy to mc anonymous (#266)
Browse files Browse the repository at this point in the history
Functionality is the same. Tested while setting up a PoC cluster.
  • Loading branch information
bastjan authored Jul 19, 2023
1 parent c15edb3 commit 2156771
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/how-tos/cloudscale/install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ IMPORTANT: Don't use your personal account to login to the cluster manager for i
== Prerequisites

include::partial$install/prerequisites.adoc[]
* `mc` https://docs.min.io/docs/minio-client-quickstart-guide.html[Minio client] (aliased to `mc` if necessary)
* `mc` >= `RELEASE.2021-07-27T06-46-19Z` https://docs.min.io/docs/minio-client-quickstart-guide.html[Minio client] (aliased to `mc` if necessary)

[WARNING]
====
Expand Down Expand Up @@ -139,7 +139,7 @@ curl -L https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/{ocp-mi
[source,bash,subs="attributes+"]
----
mc cp rhcos-{ocp-minor-version}.qcow2 "$\{CLUSTER_ID\}/$\{CLUSTER_ID\}-bootstrap-ignition/"
mc policy set download "$\{CLUSTER_ID\}/$\{CLUSTER_ID\}-bootstrap-ignition/rhcos-{ocp-minor-version}.qcow2"
mc anonymous set download "$\{CLUSTER_ID\}/$\{CLUSTER_ID\}-bootstrap-ignition/rhcos-{ocp-minor-version}.qcow2"
----
+
[TIP]
Expand All @@ -148,7 +148,7 @@ You can check that the download policy is applied successfully with
[source,bash,subs="attributes+"]
----
mc policy get "$\{CLUSTER_ID\}/$\{CLUSTER_ID\}-bootstrap-ignition/rhcos-{ocp-minor-version}.qcow2"
mc anonymous get "$\{CLUSTER_ID\}/$\{CLUSTER_ID\}-bootstrap-ignition/rhcos-{ocp-minor-version}.qcow2"
----
The output should be
Expand Down

0 comments on commit 2156771

Please sign in to comment.