From 21fb8d31ef01c389a581a6641ee7aac0dfd0ab7f Mon Sep 17 00:00:00 2001 From: Anton Novikov Date: Thu, 11 Jul 2024 17:33:50 +0200 Subject: [PATCH] Add a list of related OSS repositories. --- .github/ISSUE_TEMPLATE/issue.yml | 2 +- README.md | 8 ++++++++ docs/release-notes.md | 3 ++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index d6e60df..0e6c63c 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -1,5 +1,5 @@ name: Issue -description: Describe an issue +description: Describe an issue. labels: [enhancement] projects: - edenlabllc/43 diff --git a/README.md b/README.md index dacc60e..2086887 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Command line tool for reduced management and provisioning of Kubernetes clusters * [Overview](#overview) * [Advantages](#advantages) * [Edenlab LLC use cases](#edenlab-llc-use-cases) + * [Related OSS repositories](#related-oss-repositories) * [Requirements](#requirements) * [Quickstart](docs/quickstart.md) * [Installation](#installation) @@ -92,6 +93,13 @@ The examples of Kubernetes providers, to which Kodjin has been installed, are: - on-premise installations deployed using [Ansible Kubespray](https://github.com/kubernetes-sigs/kubespray) - single-machine [K3D](https://k3d.io/) clusters +#### Related OSS repositories + +- [AWS cluster provider for RMK](https://github.com/edenlabllc/aws.provisioner.infra) +- [Azure cluster provider for RMK](https://github.com/edenlabllc/azure.provisioner.infra) +- [K3D cluster provider for RMK](https://github.com/edenlabllc/k3d.provisioner.infra) +- [Helmfile hooks](https://github.com/edenlabllc/helmfile.hooks.infra) + ## Requirements Currently, RMK only supports Unix-like operating systems (OS): diff --git a/docs/release-notes.md b/docs/release-notes.md index f4a5f60..3f57dad 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,2 +1,3 @@ -- #18 - Added the files recommended by the GitHub's community profiles. +- #18 - Added the files recommended by the GitHub's community profiles. +- #18 - Added a list of related OSS repositories. - #18 - Improved the cluster management instructions regarding recommended AMI images.