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 init hangs at "Update local configuration" #8429

Open
1 task
atrauzzi opened this issue Feb 8, 2025 · 2 comments
Open
1 task

rad init hangs at "Update local configuration" #8429

atrauzzi opened this issue Feb 8, 2025 · 2 comments
Labels
bug Something is broken or not working as expected

Comments

@atrauzzi
Copy link

atrauzzi commented Feb 8, 2025

Steps to reproduce

Following these instructions.

Observed behavior

Seems like I can't get a new radius install off the ground. I don't get any other output.

Desired behavior

I mean, I'd love to be able to play with radius 😉

Workaround

None that I can figure out.

rad Version

0.43.0

Operating system

Running on Fedora 41

Additional context

I'm using podman and kind.

Would you like to support us?

  • Yes, I would like to support you

AB#14395

@atrauzzi atrauzzi added the bug Something is broken or not working as expected label Feb 8, 2025
@radius-triage-bot
Copy link

👋 @atrauzzi 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

@nithyatsu
Copy link
Contributor

Hi @atrauzzi , Thank you for trying out the latest Radius!
From the description, it looks like the installation succeeded but initiation failed at a later step. I could not reproduce this on my local setup ( kind / mac) Could you please help by providing us with below information?

  1. did rad init with earlier radius version work on the same setup?
  2. what is the output of ls -l command on the directory from which you are running rad init? Is there permission to scaffold an application in the directory?
  3. please attach the output of rad debug-logs command, it could work if radius was able to create a workspace successfully. If that does not work, kindly fetch the logs using kubectl logs command for applications-rp, ucp, bicep-de, dynamic-rp and controller pods in radius-system namespace. ex:
nithya@MacBook-Pro ~ % kubectl get pods -n radius-system
NAME                               READY   STATUS    RESTARTS   AGE
applications-rp-b4c7866d6-4x4fp    1/1     Running   0          4d8h
bicep-de-699df4bd8c-s8mr5          1/1     Running   0          4d8h
contour-contour-6978b48f5d-d2zx4   1/1     Running   0          4d8h
contour-envoy-5hq7r                2/2     Running   0          4d8h
contour-envoy-8gtng                2/2     Running   0          4d8h
controller-54cb98f6b4-kzddb        1/1     Running   0          4d8h
dashboard-6d8675458d-bgr4q         1/1     Running   0          4d8h
database-0                         1/1     Running   0          4d8h
dynamic-rp-7d65b86b98-8hv7q        1/1     Running   0          4d8h
ucp-58566698b8-cg9zf               1/1     Running   0          4d8h
nithya@MacBook-Pro ~ % kubectl logs applications-rp-b4c7866d6-4x4fp  -n radius-system
nithya@MacBook-Pro ~ % kubectl logs bicep-de-699df4bd8c-s8mr5  -n radius-system
nithya@MacBook-Pro ~ % kubectl logs controller-54cb98f6b4-kzddb    -n radius-system
nithya@MacBook-Pro ~ % kubectl logs dynamic-rp-7d65b86b98-8hv7q    -n radius-system
nithya@MacBook-Pro ~ % kubectl logs ucp-58566698b8-cg9zf     -n radius-system

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
Projects
None yet
Development

No branches or pull requests

2 participants