You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
openshell sandbox create -- echo"test"
the command times out after 300 seconds with:
✗ sandbox provisioning timed out after 300s. Last reported status: DependenciesNotReady: Pod exists with phase: Pending
✓ Sandbox allocated (7s)
✓ Sandbox allocated (7s)
✓ Image pulled (9s)
Error:
× sandbox provisioning timed out after 300s. Last reported status: DependenciesNotReady: Pod exists with phase: Pending
Listing the sandbox shows:
❯ openshell sandbox list
NAME CREATED PHASE
masterful-angora 2026-06-11 19:50:12 Unspecified
I checked the logs and don't see any obvious errors. The only warnings I noticed are of this type:
WARN openshell_sandbox::opa: Cannot access container filesystem for symlink resolution: path=/usr/bin/wget
Has anyone encountered this behavior before?
Additional environment details:
OpenShell version: 0.0.59
OpenShell CLI version: 0.0.44
Kubernetes version: 1.34.7
The pod is created successfully and works (when getting a shell via kubectl).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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