{"id":13451689,"url":"https://github.com/rancher/rke","last_synced_at":"2026-03-04T22:03:32.460Z","repository":{"id":37549755,"uuid":"108337180","full_name":"rancher/rke","owner":"rancher","description":"Rancher Kubernetes Engine (RKE), an extremely simple, lightning fast Kubernetes distribution that runs entirely within containers.","archived":false,"fork":false,"pushed_at":"2025-04-29T18:18:07.000Z","size":271520,"stargazers_count":3268,"open_issues_count":42,"forks_count":592,"subscribers_count":130,"default_branch":"release/v1.8","last_synced_at":"2025-05-01T13:51:04.245Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rancher.png","metadata":{"files":{"readme":"README-template.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-10-25T23:25:53.000Z","updated_at":"2025-04-29T14:49:13.000Z","dependencies_parsed_at":"2023-11-14T17:30:26.320Z","dependency_job_id":"6786cc87-8edc-4bb2-94a0-7c96d3ea4457","html_url":"https://github.com/rancher/rke","commit_stats":{"total_commits":1512,"total_committers":122,"mean_commits":12.39344262295082,"dds":0.796957671957672,"last_synced_commit":"7903c0d07da3860b35ed1696ade6e40ac01ca8b4"},"previous_names":[],"tags_count":723,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rancher%2Frke","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rancher%2Frke/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rancher%2Frke/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rancher%2Frke/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rancher","download_url":"https://codeload.github.com/rancher/rke/tar.gz/refs/heads/release/v1.8","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253670165,"owners_count":21945221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-07-31T07:00:59.258Z","updated_at":"2026-03-04T22:03:32.441Z","avatar_url":"https://github.com/rancher.png","language":"Go","funding_links":[],"categories":["Go","Roadmap","产品简介","HarmonyOS","Featured On"],"sub_categories":["Rancher","Windows Manager"],"readme":"# rke\n\n*This file is auto-generated from README-template.md, please make any changes there.*\n\nRancher Kubernetes Engine, an extremely simple, lightning fast Kubernetes installer that works everywhere.\n\n## 🚨 Important Notice: RKE End of Life Announcement\n\n\u003e Rancher Kubernetes Engine (RKE) is reaching its **end of life**. **Version 1.8** will be the final release in the RKE 1.x series. We strongly recommend migrating to Rancher's newer Kubernetes distribution, RKE2, to stay supported, secure, and take advantage of the latest features and updates. For more details, please refer to the official [SUSE EOL article](https://www.suse.com/support/kb/doc/?id=000021513).\n\n## Latest Release\n\n## Download\n\nPlease check the [releases](https://github.com/rancher/rke/releases/) page.\n\n## Requirements\n\nPlease review the [Requirements](https://rke.docs.rancher.com/os) for each node in your Kubernetes cluster.\n\n## Getting Started\n\nPlease refer to our [RKE docs](https://rke.docs.rancher.com/) for information on how to get started!\nFor cluster config examples, refer to [RKE cluster.yml examples](https://rke.docs.rancher.com/example-yamls)\n\n## Installing Rancher HA using rke\n\nPlease use [Setting up a High-availability RKE Kubernetes Cluster](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-cluster-setup/rke1-for-rancher) 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\nRead [codegen/codegen.go](./codegen/codegen.go) to check the default location for fetching `data.json`. You can override the default location as seen in the example below:\n\n```bash\n# Fetch data.json from default location\ngo generate\n\n# Fetch data.json from URL using RANCHER_METADATA_URL\nRANCHER_METADATA_URL=${URL} go generate\n\n# Use data.json from local file\nRANCHER_METATDATA_URL=./local/data.json go generate\n\n# Compile RKE\nmake\n```\n\nTo override RANCHER_METADATA_URL at 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## License\n\nCopyright © 2017 - CURRENTYEAR SUSE LLC\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    http://www.apache.org/licenses/LICENSE-2.0\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%2Francher%2Frke","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Francher%2Frke","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Francher%2Frke/lists"}