From bf7106bb743c3fccde48a0954558a83084c41fc0 Mon Sep 17 00:00:00 2001 From: Chase Dumphord Date: Thu, 21 May 2026 23:39:53 -0500 Subject: [PATCH] Restructure repo, replace IPs with placeholders, update positioning --- docs/per-node-notes.md | 50 ++++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/docs/per-node-notes.md b/docs/per-node-notes.md index 3395134..4524e32 100644 --- a/docs/per-node-notes.md +++ b/docs/per-node-notes.md @@ -1,43 +1,45 @@ # Ced's K3s Node Inventory +> **Note:** All IP addresses have been replaced with placeholders for security. Substitute your own values before using this file. + Use this file to track hardware details, OS, and roles for each node in the cluster. ## Control Plane Nodes -| Name | IP | Role | Hardware | OS / Version | Storage | Notes | -|---------------|-------------|------------------------------|--------------------|------------------------------|----------------|---------------------| -| k3s-django-1 | 10.10.30.72 | control-plane,etcd,master | Raspberry Pi 4B ? | Debian 12 (Bookworm, ARM64) | SD / SSD | Primary API / etcd | -| k3s-django-2 | 10.10.30.245| control-plane,etcd,master | Raspberry Pi 4B ? | Debian 12 (Bookworm, ARM64) | SD / SSD | | -| k3s-django-3 | 10.10.30.128| control-plane,etcd,master | Raspberry Pi 4B ? | Debian 12 (Bookworm, ARM64) | SD / SSD | | +| Name | IP | Role | Hardware | OS / Version | Storage | Notes | +|---------------|-------------------------|------------------------------|--------------------|------------------------------|----------------|---------------------| +| k3s-django-1 | | control-plane,etcd,master | Raspberry Pi 4B | Debian 12 (Bookworm, ARM64) | SD / SSD | Primary API / etcd | +| k3s-django-2 | | control-plane,etcd,master | Raspberry Pi 4B | Debian 12 (Bookworm, ARM64) | SD / SSD | | +| k3s-django-3 | | control-plane,etcd,master | Raspberry Pi 4B | Debian 12 (Bookworm, ARM64) | SD / SSD | | ## Worker Nodes – Ingress -| Name | IP | Role | Hardware | OS / Version | Storage | Notes | -|------------|--------------|---------|--------------------|-----------------------------|---------|---------------------| -| k3s-node-1 | 10.10.30.219 | ingress | Raspberry Pi 4B ? | Debian 12 (Bookworm, ARM64) | | | -| k3s-node-2 | 10.10.30.134 | ingress | Raspberry Pi 4B ? | Debian 12 (Bookworm, ARM64) | | | -| k3s-node-3 | 10.10.30.222 | ingress | Raspberry Pi 4B ? | Debian 12 (Bookworm, ARM64) | | | +| Name | IP | Role | Hardware | OS / Version | Storage | Notes | +|------------|----------------------|---------|-----------------|-----------------------------|---------|-------| +| k3s-node-1 | | ingress | Raspberry Pi 4B | Debian 12 (Bookworm, ARM64) | | | +| k3s-node-2 | | ingress | Raspberry Pi 4B | Debian 12 (Bookworm, ARM64) | | | +| k3s-node-3 | | ingress | Raspberry Pi 4B | Debian 12 (Bookworm, ARM64) | | | ## Worker Nodes – Data -| Name | IP | Role | Hardware | OS / Version | Storage | Notes | -|------------|--------------|------|--------------------|-----------------------------|---------|---------------------| -| k3s-node-4 | 10.10.30.126 | data | Raspberry Pi 4B ? | Debian 12 (Bookworm, ARM64) | | e.g. databases | -| k3s-node-5 | 10.10.30.239 | data | Raspberry Pi 4B ? | Debian 12 (Bookworm, ARM64) | | | -| k3s-node-6 | 10.10.30.208 | data | Raspberry Pi 4B ? | Debian 12 (Bookworm, ARM64) | | | +| Name | IP | Role | Hardware | OS / Version | Storage | Notes | +|------------|-------------------|------|-----------------|-----------------------------|---------|----------------| +| k3s-node-4 | | data | Raspberry Pi 4B | Debian 12 (Bookworm, ARM64) | | e.g. databases | +| k3s-node-5 | | data | Raspberry Pi 4B | Debian 12 (Bookworm, ARM64) | | | +| k3s-node-6 | | data | Raspberry Pi 4B | Debian 12 (Bookworm, ARM64) | | | ## Worker Nodes – Monitoring -| Name | IP | Role | Hardware | OS / Version | Storage | Notes | -|------------|-------------|-------------|--------------------|-----------------------------|---------|-------------------------| -| k3s-node-7 | 10.10.30.198| monitoring | Raspberry Pi 4B ? | Debian 12 (Bookworm, ARM64) | | Prometheus, Loki, etc. | -| k3s-node-8 | 10.10.30.216| monitoring | Raspberry Pi 4B ? | Debian 12 (Bookworm, ARM64) | | | -| k3s-node-9 | 10.10.30.29 | monitoring | Raspberry Pi 4B ? | Debian 12 (Bookworm, ARM64) | | | +| Name | IP | Role | Hardware | OS / Version | Storage | Notes | +|------------|---------------------------|------------|-----------------|-----------------------------|---------|------------------------| +| k3s-node-7 | | monitoring | Raspberry Pi 4B | Debian 12 (Bookworm, ARM64) | | Prometheus, Loki, etc. | +| k3s-node-8 | | monitoring | Raspberry Pi 4B | Debian 12 (Bookworm, ARM64) | | | +| k3s-node-9 | | monitoring | Raspberry Pi 4B | Debian 12 (Bookworm, ARM64) | | | ## Other Notes -- Proxmox VE: 10.10.30.250 -- MetalLB VIP range: 10.10.30.251–10.10.30.254 -- Ingress-nginx LB example: 10.10.30.251 +- Proxmox VE: `` +- MetalLB VIP range: `` +- Ingress-nginx LB example: `` -Use this file to track future changes (upgrading SD → SSD, RAM sizes, Pi models, etc.). +Use this file to track future changes (upgrading SD to SSD, RAM sizes, Pi models, etc.). \ No newline at end of file