Skip to content

Commit 24a3891

Browse files
committed
[OSDOCS-13345]: Fix command in HCP backup docs
1 parent 676c98e commit 24a3891

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/hcp-dr-oadp-backup-cp-workload.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ Note the infrastructure ID to use in the next step.
3434
+
3535
[source,terminal]
3636
----
37-
$ oc patch cluster.cluster.x-k8s.io \
37+
$ oc --kubeconfig <management_cluster_kubeconfig_file> \
38+
patch cluster.cluster.x-k8s.io \
3839
-n local-cluster-<hosted_cluster_name> <hosted_cluster_infra_id> \
3940
--type json -p '[{"op": "add", "path": "/spec/paused", "value": true}]'
4041
----

0 commit comments

Comments
 (0)