From 71657bd06b67984741cc9bb80b5087156d2b038a Mon Sep 17 00:00:00 2001 From: Gabriel Adrian Samfira Date: Mon, 11 Dec 2023 15:17:12 +0000 Subject: [PATCH] Add the k8s provider to the list Signed-off-by: Gabriel Adrian Samfira --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e53094e..12e2c17b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ External providers are binaries that GARM calls into to create runners in a part * [OpenStack](https://github.com/cloudbase/garm-provider-openstack) * [Azure](https://github.com/cloudbase/garm-provider-azure) +* [Kubernetes](https://github.com/mercedes-benz/garm-provider-k8s) - Thanks to the amazing folks at @mercedes-benz for sharing their awesome provider! Follow the instructions in the README of each provider to install them.