Skip to content

Commit b5b9c28

Browse files
committed
chore: update readme
Signed-off-by: Michael Fornaro <[email protected]>
1 parent c879f97 commit b5b9c28

File tree

1 file changed

+1
-43
lines changed

1 file changed

+1
-43
lines changed

README.md

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ This repository leverages a range of cutting-edge open-source tools and platform
4040

4141
- [🍼 Overview](#-overview)
4242
- [📖 Table of contents](#-table-of-contents)
43-
- [📚 Documentation](#-documentation)
44-
- [📋 Requirements](#-requirements)
45-
- [🚀 Quick Start](#-quick-start)
4643
- [🔧 Hardware](#-hardware)
4744
- [☁️ Cloud Services](#️-cloud-services)
4845
- [🖥️ Technology Stack](#️-technology-stack)
@@ -53,53 +50,14 @@ This repository leverages a range of cutting-edge open-source tools and platform
5350
- [💡 Reporting Issues and Requesting Features](#-reporting-issues-and-requesting-features)
5451
- [📄 License](#-license)
5552

56-
## 📚 Documentation
57-
58-
- [Raspbernetes Docs](https://raspbernetes.github.io)
59-
- [Kubernetes @Home Docs](https://k8s-at-home.com)
60-
61-
## 📋 Requirements
62-
63-
In order to effectively utilize this repository, it is important to have the following tools set up in your environment.
64-
65-
- [Kubernetes](https://kubernetes.io/) cluster
66-
- [Flux](https://toolkit.fluxcd.io/get-started/) installed
67-
- [Kustomize](https://kustomize.io/) installed
68-
- [Taskfile](https://taskfile.dev/) installed
69-
70-
## 🚀 Quick Start
71-
72-
1. Set up the necessary environment variables:
73-
74-
```bash
75-
export GITHUB_TOKEN=<your-token>
76-
export GITHUB_USER=<your-username>
77-
export GITHUB_REPO=<your-repo>
78-
export CLUSTER=<target-cluster>
79-
```
80-
81-
2. Verify that your cluster satisfies the prerequisites:
82-
83-
```bash
84-
flux check --pre
85-
```
86-
87-
3. Run the bootstrap command to install Flux and deploy into the cluster:
88-
89-
```bash
90-
task cluster CLUSTER_NAME=cluster-0
91-
```
92-
93-
**Note:** _Many variables in the cluster depend on your specific configuration and should be modified accordingly. Be sure to review and adjust these variables as needed to match your environment and requirements._
94-
9553
## 🔧 Hardware
9654

9755
| Device | Description | Quantity | CPU | RAM | Architecture | Operating System | Notes |
9856
| -------------------------------------------------------------------------------------- | ------------------------ | -------- | ------- | -------- | ------------ | ------------------------------------- | ----- |
9957
| [Protectli FW6E](https://protectli.com/product/fw6e/) | Router | 1 | 4 Cores | 16GB RAM | AMD64 | [VyOs](https://vyos.io/) | |
10058
| [Protectli VP2410](https://protectli.com/product/vp2410/) | Kubernetes Control Plane | 3 | 4 Cores | 8GB RAM | AMD64 | [Talos Linux](https://www.talos.dev/) | |
10159
| [Protectli FW2B](https://protectli.com/product/fw2b/) | Kubernetes Node(s) | 3 | 2 Cores | 8GB RAM | AMD64 | [Talos Linux](https://www.talos.dev/) | |
102-
| [Raspberry Pi 4 Model B](https://www.raspberrypi.org/products/raspberry-pi-4-model-b/) | Kubernetes Node(s) | 4 | 4 Cores | 8GB RAM | ARM64 | [Talos Linux](https://www.talos.dev/) | |
60+
| [Raspberry Pi 4 Model B](https://www.raspberrypi.org/products/raspberry-pi-4-model-b/) | Kubernetes Node(s) | 4 | 4 Cores | 8GB RAM | ARM64 | [Talos Linux](https://www.talos.dev/) | Decommisioned |
10361
| [Rock Pi 4 Model C](https://rockpi.org/rockpi4#) | Kubernetes Node(s) | 6 | 4 Cores | 4GB RAM | ARM64 | [Talos Linux](https://www.talos.dev/) | Decommisioned |
10462

10563
## ☁️ Cloud Services

0 commit comments

Comments
 (0)