-
Notifications
You must be signed in to change notification settings - Fork 603
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
rpk: add rpk generate license
#24760
Conversation
Retry command for Build#60551please wait until all jobs are finished before running the slash command
|
CI test resultstest results on build#60551
test results on build#60676
test results on build#60688
test results on build#60718
test results on build#61078
test results on build#61185
test results on build#61336
test results on build#61417
|
33bb805
to
1be0cd9
Compare
391846f
to
07069df
Compare
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 from docs
07069df
to
c851aa9
Compare
Updated the text with @mo-redpanda and @micheleRP suggestions. I'll add the |
3162d7b
to
b4b01aa
Compare
cmd.Flags().BoolVar(&apply, "apply", false, "Apply the generated license to your Redpanda cluster") | ||
// License request info. | ||
cmd.Flags().StringVar(&lr.name, "name", "", "First name for trial license registration") | ||
cmd.Flags().StringVar(&lr.lastname, "last-name", "", "Last name for register trial license registration") |
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.
cmd.Flags().StringVar(&lr.lastname, "last-name", "", "Last name for register trial license registration") | |
cmd.Flags().StringVar(&lr.lastname, "last-name", "", "Last name for trial license registration") |
This command generates a license for a 30-day trial of Redpanda Enterprise | ||
Edition. | ||
|
||
If you require a permanent license, contact us: https://www.redpanda.com/contact |
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.
If you require a permanent license, contact us: https://www.redpanda.com/contact | |
To get a permanent license, contact us: https://www.redpanda.com/contact |
The license will be saved in your working directory or the specified path, based | ||
on the --path flag. | ||
|
||
If you want to apply the license to your cluster, use the --apply flag. |
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.
If you want to apply the license to your cluster, use the --apply flag. | |
To apply the license to your cluster, use the --apply flag. |
|
||
If you require a permanent license, contact us: https://www.redpanda.com/contact | ||
|
||
The license will be saved in your working directory or the specified path, based |
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.
The license will be saved in your working directory or the specified path, based | |
The license is saved in your working directory or the specified path, based |
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.
Thanks Rogger! I added a copy other suggestions, just nice to have.
It uses the public API to request a free trial license for 30 days.
b4b01aa
to
e649621
Compare
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.
Thanks Rogger!
This new command allows users to request a free trial license for 30 days using rpk
Backports Required
Release Notes