npx skills add ...
npx skills add nvidia/openshell --skill debug-openshell-cluster
Debug why an OpenShell gateway deployment is unhealthy, unreachable, or unable to create sandboxes. Use for gateway health failures, Docker/Podman runtime issues, Helm failures, Kubernetes scheduling, TLS or auth, gateway interceptors, supervisor middleware startup or runtime failures, external compute-driver sockets, VM drivers, or sandbox startup. Trigger keywords - debug gateway, gateway failing, deployment failing, helm install failing, cluster health, gateway health, gateway not starting, health check failed, sandbox pending, docker driver, podman driver, kubernetes driver, external driver, compute driver socket, gateway interceptor, supervisor middleware, middleware failed, vm driver.
npx skills add nvidia/openshell --skill debug-openshell-cluster
Diagnose a gateway and its selected compute platform. Do not assume OpenShell provisions Kubernetes or runs a k3s container. OpenShell targets a reachable gateway endpoint backed by Docker, Podman, Kubernetes, the experimental VM driver, or an operator-managed out-of-tree compute driver.
Use openshell first to identify the active endpoint. Then use the platform tools that match the gateway's compute driver: docker, podman, kubectl/helm, or VM driver logs.
The target deployment flow is:
openshell gateway add.The openshell-gateway composition crate explicitly installs its compiled
Docker, Podman, Kubernetes, and VM registrations at startup; openshell-server
does not link compute-driver crates. Custom gateway binaries may include a
subset of those registrations. With no configured driver, the gateway probes only
installed registrations in priority order (Kubernetes, Podman, then Docker);
VM has no probe and remains opt-in. Confirm the binary's registered drivers
when auto-detection reports that no suitable driver is available. If
configuration selects a driver that was not compiled in, the gateway treats
the name as an external driver and reports a missing socket_path unless an
endpoint is configured.
On Windows, custom binaries can include MXC independently. Registrations for Docker, Podman, Kubernetes, and VM are rejection stubs when included; they do not enable those runtimes on Windows.
See the compute driver reference for selective-build options and external-driver configuration.
For local evaluation only, TLS may be disabled and the gateway can be reached through http://127.0.0.1:<port>.
openshell CLI must be available for endpoint checks.kubectl must target the cluster that hosts OpenShell and Helm version 3 or later must be available.Use openshell --help and nested --help output as the authority for the installed CLI version. Use the published installation guide, compute-driver reference, gateway configuration reference, and Kubernetes setup guide as the authority for deployment and configuration behavior.
Run diagnostics in order and stop once the root cause is clear.
For a one-off endpoint check that bypasses stored gateway selection and metadata:
Common findings:
No active gateway: register one with openshell gateway add <endpoint>.Unauthenticated from an edge or OIDC gateway: refresh stored credentials with openshell gateway login [name], then retry. Use gateway logout only when intentionally clearing local credentials.--gateway-endpoint <url> --gateway-insecure; do not persist or recommend insecure verification for shared gateways.Use gateway metadata, deployment values, or the user's setup notes to identify the driver.
| Platform | Primary checks |
|---|---|
| Docker | Gateway process logs, Docker daemon health, sandbox containers, image pulls. |
| Podman | Podman socket, rootless networking, sandbox containers, image pulls. |
| Kubernetes | Helm release, gateway workload, service, secrets, sandbox pods, events. |
| OpenShift | Same as Kubernetes, plus SecurityContextConstraints (SCCs) and, for external access, an OpenShift Route. Detect OpenShift by the presence of the route.openshift.io API group (oc api-resources --api-group=route.openshift.io). |
| VM | VM driver logs, rootfs availability, host virtualization support. |
| Extension | External driver process, Unix socket ownership/mode, configured driver name, capability handshake, gateway logs. |
Before debugging the compute platform, inspect gateway logs for failures in dependencies initialized before the listener becomes ready.
For out-of-tree compute drivers, confirm the selected driver name and socket agree across CLI flags or gateway.toml, and that the operator-owned driver is running before the gateway starts:
Gateway configuration requires [openshell] version = 2, a singular
compute_driver selector, and driver-owned settings under
[openshell.drivers.<name>]. The gateway rejects legacy compute_drivers and
--drivers selectors rather than silently migrating them. One valid, nonempty
OPENSHELL_DRIVERS value remains a deprecated environment-only alias when the
canonical selector is absent; the gateway selects that driver with a warning.
Empty, invalid, comma-delimited, or conflicting values fail startup. Homebrew
and RPM package startup migrates only exact package-generated v1 defaults. If
an upgraded package still reports an unsupported version, inspect the active prefix or ~/.config/openshell/gateway.toml; an edited v1 file must
follow the published schema-v2 migration steps and must not be overwritten.
Guest TLS CA, certificate, and key paths are the exception to driver ownership:
configure the complete bundle under [openshell.gateway], and the gateway
injects it only into the selected local driver. TLS-enabled Docker, Podman, and
VM drivers fail startup when neither those paths nor the package-managed local
bundle is available; Kubernetes projects its bundle through a Secret.
Custom names use [openshell.drivers.<name>].socket_path. A launch-time --compute-driver-socket override may also use docker, podman, kubernetes, or vm; the endpoint then takes precedence over built-in construction. First-party standalone drivers require the socket parent directory to be owned by the driver's effective UID, force its mode to 0700, create the socket with mode 0600, and accept only peers with that same UID. Check the parent and socket separately with stat; a gateway running under a different UID cannot connect even when filesystem permissions or group membership would otherwise allow it. Operator-supplied drivers must provide equivalent access control appropriate to their implementation. Check gateway logs for connection errors, GetCapabilities failures, or an unexpected advertised driver name. The advertised name is diagnostic metadata; negotiated features control optional behavior. The gateway does not create or supervise operator-supplied driver processes or sockets.
For a configured Vault credential driver, inspect its endpoint and trust bundle
before debugging provider resolution. Non-loopback addresses must use HTTPS,
and the driver never follows redirects. A private CA bundle augments platform
roots but does not disable hostname verification. With Helm,
server.credentialDrivers.vault.caConfigMapName names a ConfigMap whose
ca.crt key is mounted at /etc/openshell-tls/vault-ca/ca.crt:
An HTTP service DNS address fails configuration validation. UnknownIssuer or
an invalid CA error means the ConfigMap is missing, the ca.crt key is wrong,
or the bundle does not contain the Vault server's issuer. A hostname mismatch
means the HTTPS address host is absent from the server certificate SANs; keep
verification enabled and issue a certificate for the service DNS name.
For configured gateway interceptors, inspect [[openshell.gateway.interceptors]], their Unix or network endpoints, and gateway startup logs:
The gateway calls each interceptor's Describe RPC and validates its manifest at startup. Check for unreachable endpoints, invalid RPC/phase bindings, strict allowlist or exact mismatches, and post_commit bindings that resolve to fail_closed. If gateway JWT signing is enabled, authenticated network interceptors require HTTPS and a valid bearer token; check the private CA path, endpoint hostname, expected audience, issuer, kid, and interceptor logs for token rejection. allow_insecure_transport = true explicitly preserves unauthenticated plaintext behavior. If provider_profile_sources names an interceptor, that interceptor must advertise provider-profile capability and return a valid, duplicate-free catalog. A selected interceptor-only source is authoritative; include a user source explicitly when composition is intended. The builtin source type was removed: a config that still names it is rejected at startup.
If the deployment uses supervisor middleware, follow the supervisor middleware troubleshooting reference for startup, authentication, policy validation, and HTTP or WebSocket failures.
For network policy validation failures, first distinguish a gateway mutation
rejection from a supervisor runtime rejection. Direct policy updates,
incremental merges and approvals, provider attachments, and provider-profile
fanout are validated against the complete effective policy before persistence
when the gateway knows the affected sandbox scope. A FAILED_PRECONDITION
ambiguity response means no invalid revision or partial fanout was stored.
Supervisor validation remains defense in depth for startup, races, and policy
sources outside those mutation paths.
Runtime rejection behavior is configured only in gateway.toml:
The default fail_closed mode deactivates the previous generation, closes
pinned relays, and quarantines new egress until a valid generation loads.
retain_last_valid explicitly keeps the previous valid policy active; without
one it still fails closed. Restart the gateway after changing this field.
Inspect sandbox OCSF configuration and finding events for the validation
rationale, configured and effective modes, active generation, and the explicit
previous_policy_active state.
The published supervisor image uses a shell-free distroless Debian 13 base.
Use container logs, engine inspection and the configured exec health probe for
diagnostics; exec ... sh, package installation and in-container shell scripts
are unavailable. Workload shells belong to the separate sandbox image. Preserve
the driver-selected UID and writable runtime/log mounts when reproducing a
supervisor startup failure.
A ConfigurationInvalid readiness condition means startup admission rejected
the image/effective policy or provider configuration. The supervisor remains
alive while the workload stays unstarted. Inspect openshell sandbox get and
repair the desired configuration with a complete policy replacement or provider
change; do not treat a healthy container as proof that the workload is ready.
If the 300-second provisioning repair window expires, the gateway records
ProvisioningTimedOut and stops workload and supervisor compute. Inspect
provisioning in sandbox JSON and TUI NOTES to distinguish cleanup pending from
complete. Repairing configuration after expiry does not restart compute: wait
for cleanup, then explicitly use sandbox start. Repeated rejected reports do
not refresh the deadline, and the CLI wait timeout does not control it.
See policy validation and repair.
The isolated supervisor requests image-policy discovery through the authenticated
sandbox boundary before admission. The workload boundary can remain alive without
launching the workload while configuration is repaired. An unavailable boundary
fails discovery within its control-request deadline. Permanent
gateway errors and exhausted transient retries terminate startup; inspect those
errors as connectivity, authorization, or lifecycle failures.
For Docker GPU failures, check CDI support and NVIDIA CDI discovery separately:
When the NVIDIA Container Toolkit CDI refresh units are not enabled or no NVIDIA CDI spec has been generated, enable them and trigger a refresh:
Common findings:
USER and matching /etc/passwd and /etc/group entries, or explicitly set both process identity fields in policy. Numeric workload identities 1 through 4294967294 are accepted; root, the invalid identity sentinel, and missing identities are rejected.WorkingDir using the immutable image ID reported by the gateway. Empty, /, and explicit /sandbox use the managed /sandbox compatibility workspace. Any other workdir must be an absolute normalized directory with no symlink components; the final policy UID, primary GID, and supplementary groups must pass the kernel's effective traverse/write checks, including POSIX ACL and LSM decisions. OpenShell does not create, chown, or chmod a non-default image workdir.VOLUME that covers the workdir or one of its parents because the runtime would mask the immutable path before validation. Move the VOLUME below the workspace or remove the declaration.openshell-sandbox after exporting a supervisor image: the sandbox runtime and supervisor are separate artifacts. The runtime image must provide /openshell-sandbox; the supervisor image provides /openshell-supervisor.openshell-sandbox: verify the sibling binary next to openshell-gateway, or that the configured sandbox_runtime_image contains /openshell-sandbox.Tool server connections in openshell sandbox get <name>. For configured MCP-over-HTTP endpoints, JSON output exposes each address together with last_result and last_reported_at in endpoint_statuses. Select the endpoint by host, path, and ports, then check the reported failure boundary. last_reported_at records gateway acceptance time and can advance when retained evidence is accepted after a reset. Results do not expire or prove current availability; HttpResponseReceived can still contain a tool error. If several paths share a host and port, a failure before the path is known remains in logs. Verify the actual operation when current tool availability matters.Policy fetch failed after 5 attempts messages
can mean host networking is disabled. Enable host networking in Docker
Desktop, ensure Enhanced Container Isolation is disabled, and verify the
gateway's primary endpoint is reachable from a host-networked container.openshell-sandbox --version: verify the configured image contains a static executable at /openshell-sandbox.protocol: tcp endpoints fails before workload readiness: confirm the selected isolation backend advertises TCP mediation, then inspect the sandbox and supervisor logs for protected-channel setup or listener failures. A driver that cannot supply the required outer egress fence and authenticated runtime channel must reject the policy before starting the agent.supervisor_image contains a static /openshell-supervisor executable from the same release as the sandbox runtime..DiscoveredDevices contains entries such as nvidia.com/gpu=all, verify /etc/cdi or /var/run/cdi contains a generated NVIDIA spec, and check that nvidia-cdi-refresh.service and nvidia-cdi-refresh.path from NVIDIA Container Toolkit are enabled and healthy. The service is a one-shot unit, so inactive (dead) can be normal after a successful run; use systemctl status and journalctl to distinguish success from a skipped or failed refresh. Restart nvidia-cdi-refresh.service to regenerate missing or stale CDI specs, then restart or reload Docker and re-check docker info.During a graceful gateway restart, Docker, Podman, and VM sandboxes with
running intent should stop before the gateway exits and restart after it
returns. Check for Stopped sandbox during gateway shutdown and Started sandbox during gateway startup in gateway logs. A sandbox explicitly stopped
through the CLI remains stopped. Kubernetes sandboxes are cluster-owned and do
not follow this local gateway lifecycle. Internal and external drivers follow
the same rule: GetCapabilities.gateway_manages_lifecycle must be true for the
gateway to run shutdown and startup sweeps.
Common findings:
USER and matching /etc/passwd and /etc/group entries, or explicitly set both process identity fields in policy. Numeric workload identities 1 through 4294967294 are accepted; root, the invalid identity sentinel, and missing identities are rejected.sandbox isolation role
must have network mode none; the supervisor role owns the gateway session
and egress. Both run non-root with all capabilities dropped. Check the private
channel volume and shared user-namespace mapping if authentication fails.grpc_endpoint.When userns is configured (e.g. userns = "auto" or userns = "keep-id"):
idmapped mounts. The supervisor binary is
extracted from the sandbox runtime image and cached at
$XDG_DATA_HOME/openshell/podman-supervisor/ (typically
~/.local/share/openshell/podman-supervisor/).auto mode requires subuid/subgid ranges for the current user in
/etc/subuid and /etc/subgid. If missing, Podman returns a user-namespace
mapping error at container creation.private mode requires explicit uidmap and gidmap arrays in the TOML
config. Without both, the gateway rejects the config at startup.
Rootless Podman uses intermediate IDs (e.g. uidmap = ["0:0:1", "1:1:65535"]);
rootful Podman uses absolute host IDs (e.g. uidmap = ["0:1000:1", "1:100000:65536"]).nomap (without hyphen) is accepted as input but canonicalized to no-map
for Podman's API.stopping until Podman resorts to SIGKILL: inspect
supervisor logs for failed to signal entrypoint process group. The
supervisor must retain CAP_KILL so its root process can forward SIGTERM
to a workload that runs as the sandbox user.Use the log and rollout commands for the workload kind that exists in the release. Look for failed installs, unexpected values, missing namespace, wrong image tag, TLS settings that do not match the registered endpoint, and scheduling failures.
The chart mounts the gateway.toml ConfigMap key directly at
/etc/openshell/gateway.toml as a read-only subPath file. This avoids the
atomic-writer symlink exposed by a ConfigMap directory mount because the gateway
rejects symlinked configuration. A checksum pod-template annotation rolls the
workload when the ConfigMap changes. If config preflight reports a symlink or
nonregular path, inspect the rendered mount and confirm the workload rolled to
the current chart revision:
server.telemetryEnabled renders OPENSHELL_TELEMETRY_ENABLED on the gateway
pod, and the gateway propagates the effective value to sandbox supervisors.
When no external credential driver is enabled, the Helm chart uses the
gateway's default encrypted database credential storage. The chart creates a
retained Kubernetes Secret for the shared KEK, injects it into gateway pods, and
stores encrypted credential envelopes in the OpenShell database. For
workload.kind=deployment or multi-replica gateways, confirm
server.externalDbSecret points at a shared database. A render/install error
mentioning server.credentialDrivers means the values selected multiple
external credential backends.
For HA or PostgreSQL-backed installs, also check the external database Secret
referenced by server.externalDbSecret and the PostgreSQL workload when it is
deployed in-cluster:
Check required Helm deployment secrets:
When server.tls.clientCaSecretName="", the chart intentionally omits
client_ca_path and the tls-client-ca mount, even with built-in PKI or
cert-manager. That is expected; do not treat a missing tls-client-ca pod
mount as a defect (openshell-server-client-ca may still exist from PKI).
User auth is OIDC or trusted proxy (server.auth.allowUnauthenticatedUsers=true);
supervisor transport still uses openshell-client-tls.
In cert-manager installs, certManager.enabled=true makes cert-manager own TLS
generation. The Helm chart should still render the openshell-certgen
pre-install/pre-upgrade hook in JWT-only mode to create openshell-jwt-keys,
even if pkiInitJob.enabled remains true.
If the gateway pod is pending with MountVolume.SetUp failed for volume "sandbox-jwt" and openshell-jwt-keys is absent, inspect the rendered
templates/certgen.yaml output and the hook Job logs; cert-manager creates TLS
Secrets but does not create the sandbox JWT signing Secret.
If the gateway exits with failed to read sandbox JWT signing key from /etc/openshell-jwt/signing.pem, verify that openshell-jwt-keys contains
signing.pem, public.pem, and kid, and that the gateway workload mounts the
sandbox-jwt secret at /etc/openshell-jwt. The sandbox JWT mount is required
even when local Helm values disable TLS.
If certManager.serverIssuerRef points the server certificate at an external
Issuer or ClusterIssuer (for example an ACME issuer, for a publicly-trusted
cert on an OpenShift Route with TLS passthrough — see
openshiftRoute.enabled), the chart creates two server certificates: an
internal one (chart CA, internal SANs) and an external one (from the configured
issuer, external SANs only). The gateway uses SNI to present the right cert.
Check the external Certificate/CertificateRequest/Challenge resources
directly when the external secret never becomes Ready:
ACME issuers reject certificate requests that include internal-only names
(*.svc.cluster.local, localhost, loopback IPs) and require the
commonName to also be a SAN — the external Certificate only requests the
hostnames in certManager.serverDnsNames, for exactly this reason.
If sandbox supervisors fail their TLS handshake to the gateway with
UnknownCA after configuring serverIssuerRef, the most likely cause is
server.grpcEndpoint set to the external hostname. This forces supervisors
to connect via the external hostname, receiving the ACME cert (via SNI) which
they cannot verify against the chart CA. Remove server.grpcEndpoint or set
it to the internal service name so supervisors receive the internal cert:
Less commonly, UnknownCA can occur if the gateway's client-verification CA
is misconfigured. The default clientCaFromServerTlsSecret=true is correct
for all configurations — the internal server certificate is always signed by
the chart CA (the same CA that signs the client cert), so its ca.crt is
the right trust anchor. Only override this if you intentionally mount a
separate client CA via server.tls.clientCaSecretName. Verify the mounted
client CA matches the CA that signed the client certificate:
If server.providerTokenGrants.spiffe.enabled=true, the gateway should still
render [openshell.gateway.gateway_jwt] and mount the sandbox-jwt Secret.
SPIRE is used by both the gateway and sandbox supervisors for dynamic provider
token grants. The gateway pod must mount the spiffe-workload-api CSI volume
and set OPENSHELL_GATEWAY_SPIFFE_WORKLOAD_API_SOCKET; supervisor Pods must
receive the matching Workload API socket from the Kubernetes driver config.
The gateway verifies supervisor JWT-SVIDs from JWT bundles fetched through this
Workload API socket, not from the SPIRE OIDC discovery endpoint.
Verify that SPIRE is installed, the CSI driver is available, and the Kubernetes
driver config includes provider_spiffe_workload_api_socket_path:
Sandbox pods using provider token grants should have an
openshell.ai/sandbox-id annotation, an openshell.ai/managed-by=openshell
label, supervisor env vars OPENSHELL_K8S_SA_TOKEN_FILE and
OPENSHELL_PROVIDER_SPIFFE_WORKLOAD_API_SOCKET, plus both the projected
openshell-sa-token volume and the spiffe-workload-api CSI volume.
If grpcRoute.backendTLSPolicy.enabled=true, the Gateway proxy validates the
backend pod's TLS certificate against a CA in a ConfigMap. Check that the
ConfigMap exists and contains the correct CA, that enableMtls is disabled,
and that the BackendTLSPolicy resource is present:
If the ConfigMap is missing after a cert-manager install, the post-install certgen hook may have timed out waiting for cert-manager to issue the server certificate. Check the certgen Job logs:
Increase pkiInitJob.timeoutSeconds and run helm upgrade to retry. If the
Gateway proxy reports TLS error: Secret is not supplied by SDS or similar
backend TLS errors, the ConfigMap CA likely does not match the server
certificate CA — verify both are from the same issuer.
Check the image references currently used by the gateway deployment:
The gateway, sandbox, and supervisor images should use the same release tag. A stale runtime image can make sandbox behavior lag behind gateway policy or protocol changes.
For vulnerability reports, record the running image digest and scan that exact
artifact. The gateway includes a pinned Distroless base; the supervisor includes
Alpine packages updated at image build time. A dependency or base-image fix only
reaches deployed containers after rebuilding, publishing, and redeploying the
images. Compare findings against the SBOM for that digest, not just its mutable
latest or dev tag.
For gateway base refreshes, verify the installed libc package revision in each
platform's SBOM; the binary's glibc compatibility floor is not its runtime version.
For plaintext local evaluation, confirm the chart has:
Expected shape:
Check service exposure:
For local port-forward testing:
Leave the port forward running. In another terminal, register the local endpoint if needed and verify it:
If the gateway is healthy but sandbox creation fails:
Check the configured sandbox namespace:
Then inspect sandbox resources in that namespace.
For a split release, the gateway values should have
workspaceResources.enabled=false, and the target namespace should contain a
separate openshell-workspace release:
If the gateway cannot create or watch sandboxes, verify the workspace
RoleBinding subject matches the gateway ServiceAccount name and namespace.
If SSH relay connections fail, verify the workspace NetworkPolicy selects the
gateway's actual app.kubernetes.io/name and
app.kubernetes.io/instance labels.
Check the configured sandbox service account when TokenReview bootstrap or
sandbox registration fails. Helm creates a dedicated sandbox service account by
default and writes it to [openshell.drivers.kubernetes].service_account_name;
the selected Kubernetes compute driver rejects projected tokens from other
service accounts. For an external driver, inspect its logs and confirm it
advertises supports_sandbox_authentication; the gateway delegates the opaque
credential over the driver socket and never interprets Kubernetes settings.
The Kubernetes driver creates a sandbox workload Pod and a separate, directly
managed supervisor Pod. Helm must render
network_policy_enforced = true. This is an explicit operator assertion that
the cluster CNI enforces Kubernetes NetworkPolicy; the Kubernetes API cannot
attest enforcement. Run sandboxes only in a trusted namespace
where tenants cannot create Pods, copy OpenShell role labels, or read the
bootstrap Secret.
The workload Pod runs /openshell-sandbox. It has no gateway credentials and
no direct egress. One namespace-wide workload NetworkPolicy is created before
the suspended Sandbox resource. It denies all workload egress and allows
supervisor Pods to reach sandbox TLS listeners. The driver then creates a
per-sandbox Service, split immutable bootstrap Secrets, and a gated supervisor
Pod before releasing either Pod. The supervisor Pod runs
/openshell-supervisor. Both Pods use the
same resolved non-root identity, request no capabilities, drop ALL, disable
privilege escalation, and use RuntimeDefault seccomp. The supervisor reaches
the sandbox over per-sandbox TLS with server-certificate verification plus
bootstrap-token client authentication, and owns gateway policy, provider
credentials, DNS, and mediated upstream connections.
Inspect all driver-managed resources when a Kubernetes sandbox remains Starting or loses readiness:
Creation and recovery fail closed. A missing Secret leaves both pods inert; a
missing or unobserved workload fence must prevent the driver from releasing the
Sandbox; and readiness requires both Agent Sandbox readiness and an Available
supervisor Pod. Its exec readiness check succeeds only after the
supervisor has attached, confirmed enforcement, started or resumed the
workload, and registered the gateway access plane. Use both Pod logs for
bootstrap errors. An EPERM during enforcement setup means the runtime blocked
a required unprivileged seccomp, task-memory, or Landlock operation. Do not add
capabilities, gateway egress, or credentials to the workload Pod as a
workaround.
If a Sandbox remains in the releasing bootstrap phase, inspect the supervisor
Pod first. The gateway keeps the workload running during this phase so the
supervisor can release that sandbox's runtime-control relationship cleanly.
Check the Pod's deletion timestamp, termination grace period, events, and
finalizers, and verify that the gateway ServiceAccount can delete Pods in the
sandbox namespace:
Do not suspend or delete the workload Pod manually. The driver advances to
suspending only after runtime control has been released, and then suspends the
workload.
If a Sandbox remains in the suspending bootstrap phase, verify that the
gateway ServiceAccount can create, list, and delete Secrets in the sandbox
namespace. Recovery lists generation Secrets by sandbox and component labels
even when none remain, then deletes stale entries with UID preconditions before
clearing the suspension annotations:
Any no result can strand recovery before workload Pod creation. Upgrade the
OpenShell chart rather than treating missing workload Pods as Pod failures.
When the deployment routes sandbox egress through a corporate HTTP forward
proxy, the operator-owned settings render under [openshell.drivers.kubernetes]
from the Helm upstreamProxy values. Absent proxy configuration preserves
direct-dial egress; any present-but-invalid value fails closed at gateway
startup (validate_upstream_proxy_config) rather than silently reverting to a
direct connection. Confirm the rendered configuration first:
Only http://host:port forward proxies are supported; https:// proxy URLs and
plain-HTTP egress are out of scope and rejected. The credential Secret named by
proxy_auth_secret_name must exist in the sandbox namespace with the key named
by proxy_auth_secret_key, and Kubernetes will not create keys longer than 253
bytes or named ./...
The proxy arguments and credential mount belong only to the separate supervisor
Pod. The workload Pod must never receive them. The credential is projected
read-only as openshell-upstream-proxy-auth at
/run/openshell/upstream-proxy-auth and passed by file path; it must never
appear in environment variables, annotations, or command arguments.
A missing Secret or wrong key leaves the pod stuck with a
MountVolume.SetUp failed / secret ... not found event. If the pod starts but
egress still fails, the corporate proxy itself is the next suspect: policy-
approved TLS CONNECT requests that time out after policy evaluation usually mean
the proxy URL is unreachable from the sandbox namespace, or a cluster-internal
destination that should be direct is missing from no_proxy. Inspect the
network supervisor logs for CONNECT and upstream-proxy decisions:
Use the VM driver logs and host diagnostics available in the user's environment. Verify:
mke2fs or mkfs.ext4 and debugfs from e2fsprogs are installed; explicit
sandbox_uid/sandbox_gid does not remove this prerequisite.10001:10001 unless the persisted state reports that legacy identity.Then run:
When VM sandbox egress routes through a corporate HTTP forward proxy, the
operator-owned settings live under [openshell.drivers.vm] and the gateway
forwards them to the openshell-driver-vm subprocess as --upstream-proxy,
--upstream-no-proxy, --upstream-proxy-auth-file,
--upstream-proxy-auth-allow-insecure,
--upstream-proxy-connect-by-hostname, and --upstream-proxy-ca-bundle. Both the gateway and
the driver validate them at startup, so any present-but-invalid value fails
closed with an error naming the key rather than reverting to a direct dial.
Confirm the configuration and the resulting driver argv first:
Both libkrun and QEMU guests are NIC-less. Proxy settings, credentials, and
private CA material stay with the host openshell-supervisor. For a proxy on
the gateway host, use http://host.openshell.internal:<port>; the supervisor
normalizes that name to host loopback. Inspect supervisor.log and
supervisor.err.log under the sandbox state directory for connection or
credential failures.
| Symptom | Likely cause | Check |
|---|---|---|
openshell status fails | Gateway endpoint unreachable or auth mismatch | openshell gateway info, gateway logs |
BatchSpanProcessor.ExportError repeatedly reports connection refused on 127.0.0.1:4317 | The local gateway started with OTLP configured but the collector forwarding task later stopped, or the config was created manually | Restart gateway:docker, gateway:podman, or gateway:vm so it re-detects the listener; inspect the generated gateway.toml for [openshell.gateway.otlp] |
| Gateway starts but sandbox create fails | Compute driver cannot reach runtime | Docker/Podman/Kubernetes/VM driver logs |
| Docker or Podman sandbox never registers | Wrong gateway endpoint, unavailable host networking, or supervisor startup failure | Gateway logs and supervisor container logs |
| Docker GPU sandbox fails before startup | NVIDIA CDI specs are missing or Docker has not discovered them | docker info --format '{{json .DiscoveredDevices}}', /etc/cdi, /var/run/cdi, nvidia-cdi-refresh.service |
| Kubernetes gateway pod pending | PVC unbound, taint, selector, or insufficient resources | kubectl -n openshell describe pod <pod> |
| Kubernetes sandbox pod stuck pending, workspace PVC unbound | Cluster has no default StorageClass and OpenShell does not set storageClassName on the workspace PVC (clusters with a default StorageClass bind fine without it) | kubectl -n openshell describe pvc; set server.workspaceStorageClass (gateway config workspace_storage_class) to a valid StorageClass |
| Kubernetes gateway pod crash loops | Missing secret, bad DB URL, bad TLS config | kubectl -n openshell logs deployment/openshell -c openshell-gateway or kubectl -n openshell logs statefulset/openshell -c openshell-gateway |
OpenShift gateway pod fails to start with an SCC/runAsUser error (e.g. unable to validate against any security context constraint) | Chart's default podSecurityContext/securityContext hardcodes runAsUser/fsGroup, which the restricted-v2 SCC rejects; it must instead inject the namespace-assigned UID/GID range | oc -n openshell describe pod <pod>; deploy with podSecurityContext: null and clear securityContext.runAsUser (see deploy/helm/openshell/ci/values-openshift-scc.yaml) |
OpenShift sandbox pod fails to start (unable to validate against any security context constraint) | The openshell-sandbox service account lacks the privileged SCC it needs | oc adm policy add-scc-to-user privileged -z openshell-sandbox -n openshell; remove with remove-scc-from-user when done |
OpenShift self-hosted Vault/OpenBao credential store pod never schedules (waits time out with no matching resources found) | The store's Helm chart pins runAsUser/fsGroup/seccomp, which restricted-v2 rejects, so the StatefulSet controller never creates the pod | Deploy the store's chart in its OpenShift mode (--set global.openshift=true for the OpenBao/Vault chart) so the namespace SCC assigns a compliant security context — no manual SCC grant needed |
Vault credential driver returns HTTP 403 / Vault Kubernetes auth denied the configured role on provider create | Vault's auth/kubernetes method or the gateway login role is not provisioned, or the role is not bound to the gateway service account and namespace | In Vault: bao auth enable kubernetes and bao write auth/kubernetes/config kubernetes_host=... kubernetes_ca_cert=@...; ensure the login role's bound_service_account_names/bound_service_account_namespaces match the gateway SA and namespace and its policy grants the credential paths |
| CLI TLS error | Local mTLS bundle does not match server cert/CA | Check ~/.config/openshell/gateways/<name>/mtls/ |
Edge or OIDC gateway returns Unauthenticated | Stored login expired, audience/scopes mismatch, or gateway auth configuration changed | openshell gateway info, openshell gateway login <name>, gateway auth logs |
| Gateway exits during OIDC initialization | Issuer is not HTTPS, discovery redirected, metadata used a non-JSON media type or exceeded its size limit, or jwks_uri uses an untrusted origin | Use an HTTPS issuer; mount a private CA with server.oidc.caConfigMapName; keep JWKS on the issuer origin or explicitly add its HTTPS origin to server.oidc.jwksAllowedOrigins. Numeric-loopback HTTP is development-only and also requires server.oidc.dangerouslyAllowInsecureHttp=true |
| Gateway fails before serving health after enabling an interceptor | Interceptor endpoint unavailable or manifest/binding validation failed | Gateway and interceptor logs; interceptor socket; binding_policy, phases, and failure policy |
| Authenticated interceptor or middleware rejects gateway calls | Private CA or hostname mismatch, expected audience or issuer mismatch, stale/unknown kid, or malformed extension token | tls_ca_cert_path, registration audience, service verifier config and logs; fetch well-known metadata only through the already-trusted gateway TLS endpoint |
| Provider profiles disappear after enabling an interceptor catalog | provider_profile_sources selected only an authoritative interceptor or returned invalid/duplicate IDs | Inspect source list and interceptor Describe/catalog logs; include user when composition with imported profiles is intended |
provider list-profiles is empty on a new gateway | Profiles are import-only and nothing has been imported | Import with openshell provider profile import --from providers --global; an empty catalog is a valid ready state, not a failure |
| Sandbox create or provider attach fails naming a missing profile | The provider's profile was never imported, was deleted, or lives at another scope | Import it at the scope the provider uses; the error names the profile ID and the command |
| Gateway fails after registering supervisor middleware | Service unavailable, invalid manifest, duplicate binding, reserved name, or invalid payload/timeout limit | Middleware service and gateway logs; [[openshell.supervisor.middleware]]; Describe response |
Policy update rejects network_middlewares | Unknown middleware name, implementation-owned config invalid, duplicate order, broad/invalid host selector, or fail-closed coverage of tls: skip | Policy error, gateway logs, middleware ValidateConfig, selector and order fields |
Policy mutation returns FAILED_PRECONDITION for endpoint ambiguity | Equally specific effective endpoint selectors disagree on connection or request-processing metadata | CLI error, base and provider-composed policy, affected profile attachments; confirm no new revision was stored |
| Supervisor enters policy quarantine | A runtime candidate failed validation while policy_validation_failure_mode = "fail_closed" | Sandbox OCSF config/finding events, validation rationale, active generation, previous_policy_active |
| Custom compute driver is unavailable | Driver process/socket missing, inaccessible, or selected name does not match its endpoint/config key | Socket ownership/mode, driver service logs, gateway GetCapabilities logs |
Sandbox remains Stopping or Starting | Driver stop/start failed, retained resource is missing, or a fresh supervisor has not connected | Gateway and driver logs; docker inspect, podman inspect, Agent Sandbox status/PVC, or VM state marker and launcher process |
| Image pull failure | Gateway or sandbox image cannot be pulled | Runtime events and image pull credentials |
Gateway API resources fail with the server could not find the requested resource | Optional Gateway API resources were applied without Envoy Gateway CRDs | Install Envoy Gateway and enable grpcRoute before applying the optional ingress resources |
HTTPS ingress (grpcRoute.gateway.listener.protocol=HTTPS) connection resets or TLS handshake hangs | Envoy terminates TLS but the gateway pod still expects TLS, so the plaintext backend hop fails | Set server.disableTls=true so Envoy forwards plaintext to the pod; verify the listener certificateRefs Secret exists in the release namespace and openshell status over https://<host> |
HTTPS ingress returns Unauthenticated after connecting | TLS terminates at Envoy, so the gateway never sees a client cert; no OIDC issuer is configured for identity | Configure server.oidc.issuer and register with openshell gateway add https://<host> --oidc-issuer <url>, or set server.auth.allowUnauthenticatedUsers=true for a trusted-proxy/dev cluster |
External server Certificate never becomes Ready with certManager.serverIssuerRef set | ACME issuer rejected internal-only SANs, a loopback IP, or a commonName absent from the SANs | kubectl -n openshell describe certificate openshell-server-external; confirm certManager.serverDnsNames lists only real, externally-resolvable hostnames |
Sandbox supervisors fail TLS handshake with UnknownCA after configuring certManager.serverIssuerRef | server.grpcEndpoint is set to the external hostname, forcing supervisors to receive the ACME cert (via SNI) which they can't verify against chart CA | Remove server.grpcEndpoint or set it to the internal service name; supervisors should connect via internal service name to receive the internal cert |
Browser ERR_BAD_SSL_CLIENT_AUTH_CERT or gateway logs show client cert verification when OIDC or direct HTTPS is expected | Listener client-CA verification still enabled (clientCaSecretName unset or client_ca_path in ConfigMap) | Set server.tls.clientCaSecretName="", upgrade chart, confirm ConfigMap omits client_ca_path |
When handing results back to the user, include:
For a Debian, Ubuntu, or Snap gateway that stops before certificate generation or daemon startup, validate the selected configuration without starting the service:
Without a path, preflight validates a nonempty OPENSHELL_GATEWAY_CONFIG or an
auto-discovered XDG config; no config succeeds. An explicit missing path, legacy
schema-v1 file, malformed TOML, symlink, or nonregular file fails before gateway
startup. It also applies read-only effective-config checks for driver selection
and configuration, sockets, rate limits, TLS, interceptors, and supervisor
middleware. If the file omits the selector, preflight validates configured tables
for auto-detectable drivers without running socket or process-based detection
probes. Arguments after -- validate the effective daemon invocation,
including its command-line overrides. Preflight preserves every failed file. Do
not advise users to delete or rewrite it automatically; back it up and follow the
manual schema-v2 migration in the Gateway Configuration reference.