{"id":26055731,"url":"https://github.com/nopp/actions-runner-groups-k8s","last_synced_at":"2026-04-16T14:02:25.380Z","repository":{"id":180211698,"uuid":"664785210","full_name":"nopp/actions-runner-groups-k8s","owner":"nopp","description":"Github Actions Runner Groups for K8S","archived":false,"fork":false,"pushed_at":"2024-01-10T16:16:19.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T01:19:14.875Z","etag":null,"topics":["actions-runner","actions-runner-groups","github-actions","hacktoberfest","kubectl","kuberneters","terraform"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/nopp.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-07-10T18:37:28.000Z","updated_at":"2023-12-04T14:25:51.000Z","dependencies_parsed_at":"2023-12-04T13:45:19.240Z","dependency_job_id":"c5237f0f-0d24-4984-b1ec-376c6a9ff4a9","html_url":"https://github.com/nopp/actions-runner-groups-k8s","commit_stats":null,"previous_names":["nopp/k8s-actions-runner"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/nopp/actions-runner-groups-k8s","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nopp%2Factions-runner-groups-k8s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nopp%2Factions-runner-groups-k8s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nopp%2Factions-runner-groups-k8s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nopp%2Factions-runner-groups-k8s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nopp","download_url":"https://codeload.github.com/nopp/actions-runner-groups-k8s/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nopp%2Factions-runner-groups-k8s/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31888935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"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":["actions-runner","actions-runner-groups","github-actions","hacktoberfest","kubectl","kuberneters","terraform"],"created_at":"2025-03-08T10:20:55.462Z","updated_at":"2026-04-16T14:02:25.341Z","avatar_url":"https://github.com/nopp.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Actions Runner Groups for K8S\n```\n            POD \n _________________________\n|        Container        |\n|  ________    _________  |\n| | Docker |  | Actions | |\n| | Dind   |  | Runner  | |\n| '________'  '_________' |\n'_________________________'\n\n```\n\n```\nAvailable commands:\n* Kubectl\n* Terraform\n```\n### 1) Create runner group\n```\nOrg Settings \u003e Actions \u003e Runner groups\n```\n\n### 2) Create PAT\n```\nUser Settings \u003e Developer Settings \u003e Personal access tokens \u003e Tokens (classic)\nChoose: admmin:org\n```\n\n### 3) Create Secret\n```\n$ kubectl apply -f k8s/secret.yaml\n```\n\n### 4) Edit k8s/sdeploy.yaml\n```\nChange ORGANIZATION_NAME and GROUP_NAME\n```\n\n### 5)\n```\n$ kubectl apply -f k8s/deploy.yaml\n```\n\n### An action example for build and push to GCR\n```\nname: runner-build\n\non: \n  release:\n    types: [created]\n\njobs:\n\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v3\n      - name: Get the version\n        id: get_tag_name\n        run: echo ::set-output name=GIT_TAG_NAME::${GITHUB_REF/refs\\/tags\\//}        \n      - name: Build and Push\n        uses: RafikFarhad/push-to-gcr-github-action@v4.1.0\n        with:\n          gcloud_service_key: ${{ secrets.ServiceAccountWithGCRAccess }}\n          registry: gcr.io\n          project_id: yourGCPProject\n          image_name: actions-runner\n          image_tag: latest,${{ steps.get_tag_name.outputs.GIT_TAG_NAME }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnopp%2Factions-runner-groups-k8s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnopp%2Factions-runner-groups-k8s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnopp%2Factions-runner-groups-k8s/lists"}