{"id":20470667,"url":"https://github.com/devops-ws/k3d-guide","last_synced_at":"2026-02-18T23:01:05.191Z","repository":{"id":133664936,"uuid":"590318229","full_name":"devops-ws/k3d-guide","owner":"devops-ws","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-19T07:24:13.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T18:43:08.442Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jenkins-zh.cn","language":null,"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/devops-ws.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-18T06:01:29.000Z","updated_at":"2023-01-18T06:01:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"95592cd2-b0fe-4539-aaaf-a5e62a193cb6","html_url":"https://github.com/devops-ws/k3d-guide","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devops-ws/k3d-guide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-ws%2Fk3d-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-ws%2Fk3d-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-ws%2Fk3d-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-ws%2Fk3d-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devops-ws","download_url":"https://codeload.github.com/devops-ws/k3d-guide/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-ws%2Fk3d-guide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29597853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T22:25:43.180Z","status":"ssl_error","status_checked_at":"2026-02-18T22:25:42.766Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-11-15T14:13:43.343Z","updated_at":"2026-02-18T23:01:05.186Z","avatar_url":"https://github.com/devops-ws.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# k3d-guide\n\n## Registry\n```yaml\n# this file will be mounted into /etc/rancher/k3s/registries.yaml \nmirrors:\n  \"10.121.218.184:30002\":\n    endpoint:\n      - \"http://10.121.218.184:30002\"\n  \"docker.io\":\n    endpoint:\n      - \"http://10.121.218.184:30002/v2/cache\"\n  \"quay.io\":\n    endpoint:\n      - \"http://10.121.218.184:30002/v2/quay.io\"\n  \"ghcr.io\":\n    endpoint:\n      - \"http://10.121.218.184:30002/v2/ghcr.io\"\nconfigs:\n  \"10.121.218.184:30002\":\n    auth:\n      username: robot_readonly\n      password: npcCnfZicoeZTupZnX39ew9cfIvldyZV\n    tls:\n      insecure_skip_verify: true\n```\n\n下面的命令参数可以让 k3d 使用自定义的 Registry 配置，实现拉取镜像时不做 TLS 校验：\n```shell\nk3d cluster create --registry-config config/registry/default.yaml\n```\n\nk3d 内部使用 containerd 作为容器运行时，更多有关 containerd 的信息请参考[这里](https://github.com/devops-ws/containerd-guide)。\n## 指定 k3s 镜像\n```shell\nk3d cluster create --image 10.121.218.184:30002/cache/rancher/k3s\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevops-ws%2Fk3d-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevops-ws%2Fk3d-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevops-ws%2Fk3d-guide/lists"}