Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions modules/cco-ccoctl-deleting-sts-resources.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $ oc adm release extract \
where:

`--included`:: The parameter includes only the manifests that your specific cluster configuration requires.
`<path_to_directory_for_credentials_requests>':: Specify the path to the directory where you want to store the `CredentialsRequest` objects. If the specified directory does not exist, this command creates it.
`<path_to_directory_for_credentials_requests>`:: Specify the path to the directory where you want to store the `CredentialsRequest` objects. If the specified directory does not exist, this command creates it.

. Delete the {cp} resources that `ccoctl` created by running the following command:
endif::gcp-workload-id[]
Expand All @@ -71,8 +71,7 @@ endif::aws-sts,azure-workload-id[]
----
$ ccoctl {cp-name} delete \
--name=<name> \
ifdef::aws-sts
[ --region=<{cp-name}_region>]
ifdef::aws-sts[ --region=<{cp-name}_region>]
ifdef::gcp-workload-id[]
--project=<{cp-name}_project_id> \
--credentials-requests-dir=<path_to_credentials_requests_directory> \
Expand Down