-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use cluster_id instead of cluster_name with ocm command (#1237)
➜ ocm list machinepools --cluster ods-qe-rosa-01 Error: Failed to get cluster 'ods-qe-rosa-01': There are 3 subscriptions with cluster identifier or name 'ods-qe-rosa-01' ➜ ocm list idps --cluster ods-qe-rosa-01 Error: Failed to get cluster 'ods-qe-rosa-01': There are 3 subscriptions with cluster identifier or name 'ods-qe-rosa-01' ➜ ocm --v=0 delete user xxx --cluster ods-qe-rosa-01 --group=cluster-admins Error: Failed to get cluster 'ods-qe-rosa-01': There are 3 subscriptions with cluster identifier or name 'ods-qe-rosa-01' This fix using the cluster_id instead of the cluster_name followup of #1056 related to jira ticket: RHOAIENG-3878
- Loading branch information
Showing
1 changed file
with
31 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters