-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(kafka): add promote command #1805
Conversation
I gave a run to the code and it works very well. I have only a few comments:
|
Hello @ziccardi |
Currently we return those errors as |
Thank you for explaining. Will be creating a JIRA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, much better success message 👍
@@ -54,6 +54,15 @@ one = 'Kafka instance ID. Uses the current instance if not set' | |||
[kafkas.common.flag.output.description] | |||
one = 'Format in which to display the Kafka instances (choose from: "json", "yml", "yaml")' | |||
|
|||
[kafka.common.flag.marketplaceId.description] | |||
one = 'Cloud Account ID for the marketplace' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest: "Account ID for cloud marketplace"
one = 'Billing model to be used' | ||
|
||
[kafka.common.flag.marketplaceType.description] | ||
one = 'Name of the marketplace where the instance is purchased on' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest: 'Name of cloud marketplace where Kafka instance was purchased'
@@ -396,6 +396,9 @@ one = 'unable to create new Kafka instance at this time in specified cloud provi | |||
[kafka.create.error.instance.limit] | |||
one = 'maximum number of allowed kafka instances has been reached. Please review all instances that your user has access to and delete one or more instances before creating a new one' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest: 'the maximum number of Kafka instances for your organization has been reached. Before you can create a new instance, you must delete one or more of the existing instances'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Descriptions look good overall, @rkpattnaik780 . A couple of minor suggestions.
rhoas kafka promote
command to promote eval instances to use paid subscriptions.Verification Steps
Type of change