From d524266296f4a906fce8a32eb7a77250862ceb80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=27Disper=27=20Drzewiecki?= Date: Wed, 13 Sep 2023 11:52:45 +0200 Subject: [PATCH 1/2] removes a standard template comment --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 48e6efff..95612ec0 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,5 @@ [![REUSE status](https://api.reuse.software/badge/github.com/kyma-project/infrastructure-manager)](https://api.reuse.software/info/github.com/kyma-project/infrastructure-manager) -> **NOTE:** This is a general template that can be used for a project README.md, example README.md, or any other README.md type in all Kyma repositories in the Kyma organization. Except for the mandatory sections, use only those sections that suit your use case but keep the proposed section order. -> -> Mandatory sections: -> - `Overview` -> - `Prerequisites`, if there are any requirements regarding hard- or software -> - `Contributing` - do not change this! -> - `Code of Conduct` - do not change this! -> - `Licensing` - do not change this! - # Infrastructure manager ## Overview From 0b99d58ee5ae012e022e5f4a2f1fd7d6dc70646e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=27Disper=27=20Drzewiecki?= Date: Wed, 13 Sep 2023 12:00:36 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 95612ec0..6007a241 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,12 @@ # Infrastructure manager ## Overview - This project **will be** responsible for managing [Kyma](https://kyma-project.io/#/) clusters infrastructure. Buil using [kubebuilder framework](https://github.com/kubernetes-sigs/kubebuilder) It's main responsibilities **will be**: - Provisioning and deprovisioning Kyma clusters - Generating dynamic kubeconfigs - ## Prerequisites - Access to a k8s cluster.