Replies: 1 comment
-
|
The fact that the pod is created successfully and is usable via A few things stand out:
I'd suggest checking a few things:
Since the pod itself appears functional, this feels more like a mismatch between the actual pod state and what the OpenShell controller is expecting. It would also be useful if the maintainers could clarify:
Those answers would help determine whether this is a version compatibility issue, an AKS-specific behavior, or a bug in the provisioning controller. If this answer helped or pointed you in the right direction, I'd appreciate it if you could mark it as the accepted answer so it's easier for others with the same issue to find. Also, if you found my contribution useful, I'd appreciate it if you could check out my GitHub profile, follow me, and star any repositories you find interesting. GitHub: https://github.com/Advait251206 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
First of all, thank you for all the effort put into this project. It's really impressive.
I'm running OpenShell on an AKS cluster and followed the installation guide, including the Ingress setup. The gateway is accessible and I can create sandbox resources, but sandbox provisioning (in the CLI) never completes.
When running:
the command times out after 300 seconds with:
Listing the sandbox shows:
I checked the logs and don't see any obvious errors. The only warnings I noticed are of this type:
Has anyone encountered this behavior before?
Additional environment details:
The pod is created successfully and works (when getting a shell via kubectl).
Thanks in advance for any suggestions.
Beta Was this translation helpful? Give feedback.
All reactions