diff --git a/README.md b/README.md index 422fa01..7d61054 100644 --- a/README.md +++ b/README.md @@ -1 +1,18 @@ -# unraid-kind +# kind + +This is the repository for the unraid kind plugin. + + + +## description + +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. + +See the [git repository](https://github.com/kubernetes-sigs/kind) for bat for more information. + +## dev + +Drone builds the plugin source using cargo on a new tag creation. + +Tag versions follow bat releases. diff --git a/assets/unraid-kind.png b/assets/unraid-kind.png new file mode 100644 index 0000000..daa319c Binary files /dev/null and b/assets/unraid-kind.png differ