From afbfee7d54c70ed8682596ed3b4993d6b05ab013 Mon Sep 17 00:00:00 2001 From: Sergey Vasilyev Date: Fri, 2 Jul 2021 10:07:37 +0200 Subject: [PATCH] Mention "nolar/setup-k3d-k3s" step for GitHub Actions (#668, @nolar) --- README.md | 1 + docs/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index e7c08ab9..fcd7012b 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ This repository is based on [@zeerorg](https://github.com/zeerorg/)'s [zeerorg/k - [vscode-k3d](https://github.com/inercia/vscode-k3d): vscode plugin for k3d - [AbsaOSS/k3d-action](https://github.com/AbsaOSS/k3d-action): fully customizable GitHub Action to run lightweight Kubernetes clusters. - [AutoK3s](https://github.com/cnrancher/autok3s): a lightweight tool to help run K3s everywhere including k3d provider. +- [nolar/setup-k3d-k3s](https://github.com/nolar/setup-k3d-k3s): setup K3d/K3s for GitHub Actions. ## Contributing diff --git a/docs/index.md b/docs/index.md index 87cdd14c..de777a70 100644 --- a/docs/index.md +++ b/docs/index.md @@ -110,3 +110,4 @@ kubectl get nodes - [k3x](https://github.com/inercia/k3x): a graphics interface (for Linux) to k3d. - [AbsaOSS/k3d-action](https://github.com/AbsaOSS/k3d-action): fully customizable GitHub Action to run lightweight Kubernetes clusters. - [AutoK3s](https://github.com/cnrancher/autok3s): a lightweight tool to help run K3s everywhere including k3d provider. +- [nolar/setup-k3d-k3s](https://github.com/nolar/setup-k3d-k3s): setup K3d/K3s for GitHub Actions.