Skip to content

docs: add troubleshooting guide for common urunc issues#591

Closed
mn-ram wants to merge 1 commit intourunc-dev:mainfrom
mn-ram:docs/troubleshooting-guide
Closed

docs: add troubleshooting guide for common urunc issues#591
mn-ram wants to merge 1 commit intourunc-dev:mainfrom
mn-ram:docs/troubleshooting-guide

Conversation

@mn-ram
Copy link
Copy Markdown

@mn-ram mn-ram commented Apr 30, 2026

Summary

  • Adds docs/developer-guide/troubleshooting.md, a problem-first reference covering installation, image packaging, monitor launch, networking (TAP leak / MTU), and Kubernetes failure modes.
  • Each entry follows a Symptom / Cause / Fix structure with concrete commands so users can self-serve before opening an issue.
  • Cross-links the existing debugging.md (interactive workflow) and references the recent fixes for the TAP-device leak and MTU propagation so users know which release to upgrade to.

Why

The repo currently has debugging.md (how to attach to a running container with cntr and read logs) but no problem-first page. New users hitting a broken containerd configuration, missing /dev/kvm access, or stale TAP interfaces had no landing page to grep — they had to dig through issues. This guide consolidates the recurring questions into a single navigable document.

Test plan

  • Build the docs site locally: mkdocs serve
  • Verify the new page is picked up by the developer-guide/*.md literate-nav glob
  • Verify all internal links (debugging.md, installation.md, package/index.md, tutorials/How-to-urunc-on-k8s.md) resolve
  • Spot-check the rendered Markdown for fenced code-block formatting under the Material theme

Adds docs/developer-guide/troubleshooting.md, a single landing page that
collects the recurring failure modes users hit on installation, image
packaging, monitor launch, networking (TAP/MTU), and Kubernetes, along
with concrete diagnostic commands and fixes.

The page complements the existing debugging guide: debugging.md covers
the interactive workflow (cntr, syslog) while this one is a problem-first
index a user can grep when something is broken.
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 30, 2026

Deploy Preview for urunc ready!

Name Link
🔨 Latest commit acc49ab
🔍 Latest deploy log https://app.netlify.com/projects/urunc/deploys/69f2d1233f8d980008dd4aac
😎 Deploy Preview https://deploy-preview-591--urunc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@mn-ram mn-ram closed this Apr 30, 2026
@mn-ram mn-ram deleted the docs/troubleshooting-guide branch April 30, 2026 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant