{"id":36548170,"url":"https://github.com/rocketbitz/rke","last_synced_at":"2026-01-15T02:44:13.048Z","repository":{"id":57707212,"uuid":"503060468","full_name":"rocketbitz/rke","owner":"rocketbitz","description":"Rancher Kubernetes Engine (RKE), an extremely simple, lightning fast Kubernetes distribution that runs entirely within containers.","archived":false,"fork":true,"pushed_at":"2022-06-13T19:35:43.000Z","size":64541,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"release/v1.3","last_synced_at":"2026-01-12T13:52:07.073Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"rancher/rke","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rocketbitz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2022-06-13T17:54:35.000Z","updated_at":"2022-06-13T03:03:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rocketbitz/rke","commit_stats":null,"previous_names":[],"tags_count":100,"template":false,"template_full_name":null,"purl":"pkg:github/rocketbitz/rke","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketbitz%2Frke","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketbitz%2Frke/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketbitz%2Frke/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketbitz%2Frke/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rocketbitz","download_url":"https://codeload.github.com/rocketbitz/rke/tar.gz/refs/heads/release/v1.3","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketbitz%2Frke/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28441436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"online","status_checked_at":"2026-01-15T02:00:08.019Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2026-01-12T06:15:07.070Z","updated_at":"2026-01-15T02:44:13.041Z","avatar_url":"https://github.com/rocketbitz.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# rke\n\nRancher Kubernetes Engine, an extremely simple, lightning fast Kubernetes installer that works everywhere.\n\n## Latest Release\n\n* v1.3.4 - Read the full release [notes](https://github.com/rancher/rke/releases/tag/v1.3.4).\n\n## Download\n\nPlease check the [releases](https://github.com/rancher/rke/releases/) page.\n\n## Requirements\n\nPlease review the [OS requirements](https://rancher.com/docs/rke/latest/en/os/) for each node in your Kubernetes cluster.\n\n## Getting Started\n\nPlease refer to our [RKE docs](https://rancher.com/docs/rke/latest/en/) for information on how to get started!\nFor cluster config examples, refer to [RKE cluster.yml examples](https://rancher.com/docs/rke/latest/en/example-yamls/)\n\n## Installing Rancher HA using rke\n\nPlease use [High Availability (HA) Install](https://rancher.com/docs/rancher/v2.x/en/installation/ha/) to install Rancher in a high-availability configuration.\n\n## Building\n\nRKE can be built using the `make` command, and will use the scripts in the `scripts` directory as subcommands. The default subcommand is `ci` and will use `scripts/ci`. Cross compiling can be enabled by setting the environment variable `CROSS=1`. The compiled binaries can be found in the `build/bin` directory. Dependencies are managed by Go modules and can be found in [go.mod](https://github.com/rancher/rke/blob/master/go.mod).\n\nRKE now fetches `data.json` from https://github.com/rancher/kontainer-driver-metadata. To fetch data.json and compile it in rke, run \n\n```bash\ngo generate\n\n# Change RANCHER_METADATA_URL to an external URL instead of using https://releases.rancher.com/kontainer-driver-metadata/dev-v2.6/data.json by default\nRANCHER_METADATA_URL=${URL} go generate\n\n# Or load it from local file\nRANCHER_METATDATA_URL=./local/data.json go generate\n\n# Compile RKE\nmake\n```\n\nTo specify RANCHER_METADATA_URL in runtime, populate the environment variable when running rke CLI. For example:\n\n```bash\nRANCHER_METADATA_URL=${URL} rke [commands] [options]\n\nRANCHER_METADATA_URL=${./local/data.json} rke [commands] [options]\n```\n    \n`RANCHER_METADATA_URL` defaults to `https://releases.rancher.com/kontainer-driver-metadata/dev-v2.6/data.json`.\n\n## License\n\nCopyright (c) 2021 [Rancher Labs, Inc.](http://rancher.com)\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocketbitz%2Frke","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frocketbitz%2Frke","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocketbitz%2Frke/lists"}