Skip to content

Commit

Permalink
Document mise in README
Browse files Browse the repository at this point in the history
Mise is used to get the binaries used for the cluster management
  • Loading branch information
VoyTechnology committed Mar 2, 2024
1 parent baa00cc commit 9f7c406
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
helm 3.13.1
kubectl 1.29
yq 4.40.5
kubectx 0.8.0
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Homelab running on k3s

---

## Tools

Necessary tools and their versions are managed using [mise], This way we only have to run one
command to install all the necessary tooling.

```sh
mise install
```

## Creating new Cluster

1. Provision individual machine with Debian
Expand All @@ -22,3 +31,5 @@ This is done via Github Actions. The action will connect to the cluster with
Ephemeral Key (this will expire one day, make sure to update). Then run it by
providing the cluster name, and the playbook name to run (include the `_` in the
name, but exclude the `.yml` extension)

[mise]: https://github.com/jdx/mise

0 comments on commit 9f7c406

Please sign in to comment.