Skip to content

Commit

Permalink
The minio client changed mc policy to mc anonymous
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 committed Jul 19, 2023
1 parent d79a369 commit 652a570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/how-tos/cloudscale/install.adoc
Original file line number Diff line number Diff line change
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 652a570

Please sign in to comment.