Skip to content
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

core: adding 'radosgw-admin' command support #296

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

subhamkrai
Copy link
Collaborator

adding support for 'radosgw-admin' command in the cli tool and also adding docs and ci.

Issue resolved by this Pull Request:
Resolves #253

Checklist:

  • Commit Message Formatting: Commit titles and messages follow guidelines in the developer guide.
  • Reviewed the developer guide on Submitting a Pull Request
  • Documentation has been updated, if necessary.
  • Unit tests have been added, if necessary.
  • Integration tests have been added, if necessary.

@subhamkrai subhamkrai requested a review from travisn June 3, 2024 05:54
@subhamkrai subhamkrai force-pushed the add-radosgw-admin branch 2 times, most recently from 23c393a to 61aef7d Compare June 3, 2024 07:24
Copy link
Member

@travisn travisn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mainly some small doc suggestions

README.md Outdated Show resolved Hide resolved
// RadosgwCmd represents the radosgw command
var RadosgwCmd = &cobra.Command{
Use: "radosgw-admin",
Short: "call a 'radosgw-admin' CLI command with arbitrary args",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Short: "call a 'radosgw-admin' CLI command with arbitrary args",
Short: "call a 'radosgw-admin' CLI command",

docs/radosgw-admin.md Outdated Show resolved Hide resolved
## Examples

```bash
kubectl rook-ceph radosgw-admin user create --display-name="johnny rotten" --uid=johnny
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rotten? This suggestion might be boring though :)

Suggested change
kubectl rook-ceph radosgw-admin user create --display-name="johnny rotten" --uid=johnny
kubectl rook-ceph radosgw-admin user create --display-name="my user" --uid=myuser

docs/radosgw-admin.md Show resolved Hide resolved
.github/workflows/go-test.yaml Outdated Show resolved Hide resolved
@travisn travisn mentioned this pull request Jun 3, 2024
@subhamkrai subhamkrai force-pushed the add-radosgw-admin branch 2 times, most recently from f45cc80 to 0d26a17 Compare June 4, 2024 12:53
docs/radosgw-admin.md Outdated Show resolved Hide resolved
docs/radosgw-admin.md Outdated Show resolved Hide resolved
docs/radosgw-admin.md Outdated Show resolved Hide resolved
adding support for 'radosgw-admin' command in the cli tool and also
adding docs and ci.

Signed-off-by: subhamkrai <srai@redhat.com>
@subhamkrai subhamkrai merged commit bb975f7 into rook:master Jun 6, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Whither radosgw-admin?
2 participants