update readme

This commit is contained in:
2023-05-27 17:48:02 +01:00
parent 1fb9ed4ac9
commit 3c3b29e34d

View File

@@ -9,10 +9,10 @@ This is the repository for the unraid kind plugin.
kind is a tool for running local Kubernetes clusters using Docker container “nodes”. kind is a tool for running local Kubernetes clusters using Docker container “nodes”.
kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI. kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI.
See the [git repository](https://github.com/kubernetes-sigs/kind) for bat for more information. See the [git repository](https://github.com/kubernetes-sigs/kind) for kind for more information.
## dev ## dev
Drone builds the plugin source using cargo on a new tag creation. Drone builds the plugin source using go on a new tag creation.
Tag versions follow bat releases. Tag versions follow kind releases.