-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
DockerSupport for Docker containerizationSupport for Docker containerizationPlatform: Windows/WSLSupport for Windows Subsystem for LinuxSupport for Windows Subsystem for Linux
Description
Environment
- Windows 10 Home
- WSL2
- Ubuntu 24.04.1 LTS
- Docker Desktop with WSL integration enabled
- Docker Engine config includes "default-cgroupns-mode": "host"
- Node v22.22.1
- npm 10.9.4
- NVIDIA GeForce RTX 3080 Laptop GPU, 16 GB VRAM
Install path
- git clone https://github.com/NVIDIA/NemoClaw
- cd NemoClaw
- sudo npm install -g .
- nemoclaw onboard
Observed behavior
- Preflight checks pass
- OpenShell CLI installs
- NVIDIA GPU is detected
- OpenShell gateway container starts
openshellnamespace is created- Helm release reports STATUS: deployed
- PVC is created and bound
- Service
openshellis created - Pod
openshell-0stays inContainerCreating
Evidence
kubectl -n openshell get secrets only shows:
- sh.helm.release.v1.openshell.v1
Required secrets are missing:
- openshell-server-tls
- openshell-server-client-ca
kubectl -n openshell describe pod openshell-0 shows repeated:
- FailedMount: secret "openshell-server-tls" not found
- FailedMount: secret "openshell-server-client-ca" not found
helm -n openshell get manifest openshell references:
- secretName: openshell-server-tls
- secretName: openshell-server-client-ca
But no Secret / Issuer / Certificate resources appear to be created.
Question
Is this a known WSL2/OpenShell chart issue, or is an extra TLS bootstrap step currently missing from the docs?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DockerSupport for Docker containerizationSupport for Docker containerizationPlatform: Windows/WSLSupport for Windows Subsystem for LinuxSupport for Windows Subsystem for Linux