Docs: link to GitHub k3d-action (#476, @kuritka)

This commit is contained in:
MichalK 2021-02-04 16:52:26 +01:00 committed by GitHub
parent 5adab78ef6
commit f5d19108b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,7 @@ This repository is based on [@zeerorg](https://github.com/zeerorg/)'s [zeerorg/k
- [k3x](https://github.com/inercia/k3x): GUI (Linux) to k3d - [k3x](https://github.com/inercia/k3x): GUI (Linux) to k3d
- [vscode-k3d](https://github.com/inercia/vscode-k3d): vscode plugin for k3d - [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.
## Contributing ## Contributing

View File

@ -73,3 +73,4 @@ kubectl get nodes
## Related Projects ## Related Projects
- [k3x](https://github.com/inercia/k3x): a graphics interface (for Linux) to k3d. - [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.