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

rad group show doesn't show the current group #7391

Closed
1 task
ytimocin opened this issue Mar 25, 2024 · 6 comments · Fixed by #7852
Closed
1 task

rad group show doesn't show the current group #7391

ytimocin opened this issue Mar 25, 2024 · 6 comments · Fixed by #7852
Assignees
Labels
bug Something is broken or not working as expected good first issue Good for newcomers triaged This issue has been reviewed and triaged

Comments

@ytimocin
Copy link
Contributor

ytimocin commented Mar 25, 2024

Steps to reproduce

Not sure if this is expected but unlike rad workspace show or rad env show, rad group show doesn't show the current/active group.

Observed behavior

image

Desired behavior

rad group show should show the current/active group.

Workaround

No response

rad Version

RELEASE VERSION BICEP COMMIT
0.31.0 v0.31.0 0.31.0 3fa8407

Operating system

macOS, Apple M1 Pro, Sonoma 14.4

Additional context

No response

Would you like to support us?

  • Yes, I would like to support you

AB#11624

@ytimocin ytimocin added the bug Something is broken or not working as expected label Mar 25, 2024
@radius-triage-bot
Copy link

👋 @ytimocin Thanks for filing this bug report.

A project maintainer will review this report and get back to you soon. If you'd like immediate help troubleshooting, please visit our Discord server.

For more information on our triage process please visit our triage overview

@AaronCrawfis
Copy link
Contributor

@ytimocin do you have a resource group set? What happens if you run rad group switch and then rad group show? This error message is usually thrown when you haven't set a default group and you also haven't specified one.

@AaronCrawfis
Copy link
Contributor

Update: just checked and am able to recreate:

$ rad group switch default
$ rad group show
Error: resource group name is not provided or is empty

TraceId:  a026ddda0e30df12501ea5d98f0413f5

$ cat ~/.rad/config.yaml
workspaces:
    default: default
    items:
        default:
            connection:
                context: k3d-k3s-default
                kind: kubernetes
            environment: /planes/radius/local/resourceGroups/default/providers/Applications.Core/environments/default
            scope: /planes/radius/local/resourceGroups/default
$ rad group show
Error: resource group name is not provided or is empty

TraceId:  94445ed5c115df850378917bfafc4fb4

  ~ 

@sylvainsf sylvainsf added the triaged This issue has been reviewed and triaged label Mar 25, 2024
@radius-triage-bot
Copy link

👍 We've reviewed this issue and have agreed to add it to our backlog. Please subscribe to this issue for notifications, we'll provide updates when we pick it up.

We also welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue.

For more information on our triage process please visit our triage overview

@sylvainsf sylvainsf added the good first issue Good for newcomers label Mar 25, 2024
@radius-triage-bot
Copy link

This issue is a great one to pickup for new contributors. It should only require small changes and not assume a deep knowledge of the Radius architecture.

We always welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue.

For more information on our triage process please visit our triage overview

@superbeeny
Copy link
Contributor

/assign

superbeeny added a commit to superbeeny/radius that referenced this issue Aug 28, 2024
Signed-off-by: Nick Beenham <1985327+superbeeny@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken or not working as expected good first issue Good for newcomers triaged This issue has been reviewed and triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants