Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Mesh and RKE files #566

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions content/opensource_packages/RKE.md
Original file line number Diff line number Diff line change
@@ -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.

---
29 changes: 29 additions & 0 deletions content/opensource_packages/mesh.md
Original file line number Diff line number Diff line change
@@ -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.

---