{"id":16358488,"url":"https://github.com/detiber/reproducer","last_synced_at":"2026-01-25T21:45:57.330Z","repository":{"id":145761470,"uuid":"331364898","full_name":"detiber/reproducer","owner":"detiber","description":null,"archived":false,"fork":false,"pushed_at":"2021-01-20T16:28:58.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-21T11:51:39.547Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Starlark","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/detiber.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-20T16:27:57.000Z","updated_at":"2021-01-20T16:29:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"ac7151c1-b1d8-4eac-8b61-fca40bf18fcb","html_url":"https://github.com/detiber/reproducer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/detiber/reproducer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detiber%2Freproducer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detiber%2Freproducer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detiber%2Freproducer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detiber%2Freproducer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/detiber","download_url":"https://codeload.github.com/detiber/reproducer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detiber%2Freproducer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28759427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T20:56:06.009Z","status":"ssl_error","status_checked_at":"2026-01-25T20:54:48.203Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T02:05:56.935Z","updated_at":"2026-01-25T21:45:57.314Z","avatar_url":"https://github.com/detiber.png","language":"Starlark","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reproducer\n\n## Prerequisites\n\n### Standalone tools\n\n- [kind](https://kind.sigs.k8s.io/) (v0.8.0+, Tested with v0.9.0)\n- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) (tested with v1.18.8)\n- [tilt](https://tilt.dev) (v0.17.8+, tested with v0.17.9)\n\n## Setup\n\n- Bring up a new kind cluster\n\n```sh\nkind create cluster\n```\n\n- Start tilt\n\n```sh\ntilt up\n```\n\n## Bring up the worker VM\n\n```sh\nkubectl create -f deploy/kind/worker.yaml\n```\n\n## What is expected\n\nWorker vm is created and has an interface attached to a macvtap network via l2 connectivity\n\n## What happens\n\nvirt-launcher pod fails to create with the following error:\n\n```sh\n  Warning  Failed          12s   kubelet, kind-control-plane  Error: failed to generate container \"3059716e18ca6af8de9c131d0fb190fc24f6ef2079b0215a62907e0138c910bc\" spec: failed to generate spec: lstat /dev/tap14: no such file or director\n```\n\n- Shelling into the kind container (`docker exec -it kind-control-plane bash`), /dev/tap14 does not exist\n- On the host machine, /dev/tap14 is present\n\nIt appears that either macvtap-cni is creating the tap device on the physical host rather than in the kind-control-plane container where the kubelet (and the device plugin) are running.\n\n## Teardown\n\n```sh\nkind delete cluster\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdetiber%2Freproducer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdetiber%2Freproducer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdetiber%2Freproducer/lists"}