From 1187622e9379bf0737c02e25af3809cdf1eed5a3 Mon Sep 17 00:00:00 2001 From: odidev Date: Thu, 2 Jan 2025 04:43:54 +0000 Subject: [PATCH] Add Mesh and RKE files Signed-off-by: odidev --- content/opensource_packages/RKE.md | 29 +++++++++++++++++++++++++++++ content/opensource_packages/mesh.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 content/opensource_packages/RKE.md create mode 100644 content/opensource_packages/mesh.md diff --git a/content/opensource_packages/RKE.md b/content/opensource_packages/RKE.md new file mode 100644 index 00000000..da459562 --- /dev/null +++ b/content/opensource_packages/RKE.md @@ -0,0 +1,29 @@ +--- +name: Rancher Kubernetes Engine (RKE) +category: Miscellaneous +description: Rancher Kubernetes Engine (RKE) is a lightning-fast installer for kubernetes. +download_url: https://github.com/rancher/rke/releases +works_on_arm: true +supported_minimum_version: + version_number: 0.2.0 + release_date: 2019/03/22 + + +optional_info: + homepage_url: https://github.com/rancher/rke + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://github.com/rancher/rke?tab=readme-ov-file#building + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: There are no Linux/ARM64 release notes. RKE releases linux-arm64 binaries from version 0.2.0 onwards. + +--- diff --git a/content/opensource_packages/mesh.md b/content/opensource_packages/mesh.md new file mode 100644 index 00000000..b648c649 --- /dev/null +++ b/content/opensource_packages/mesh.md @@ -0,0 +1,29 @@ +--- +name: Mesh +category: Miscellaneous +description: Mesh builds distributed applications by implementing a gossip protocol that provides membership, unicast, and broadcast functionality with eventually-consistent semantics. +download_url: https://github.com/weaveworks/mesh/tags +works_on_arm: true +supported_minimum_version: + version_number: 0.4 + release_date: 2019/11/5 + + +optional_info: + homepage_url: https://github.com/weaveworks/mesh + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://github.com/weaveworks/mesh?tab=readme-ov-file#developing + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: There are no Linux/ARM64 release notes. Version 0.4 can be built from source using go commands. Prior versions fails to find go.mod file in the root. + +---