[PR #64] [MERGED] feat: new k3s cluster #93

Closed
opened 2025-12-28 23:19:15 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ryan4yin/nix-config/pull/64
Author: @ryan4yin
Created: 2/18/2024
Status: Merged
Merged: 2/18/2024
Merged by: @ryan4yin

Base: mainHead: k8s


📝 Commits (1)

📊 Changes

27 files changed (+508 additions, -68 deletions)

View changed files

📝 Justfile (+36 -1)
📝 flake.lock (+7 -7)
📝 flake.nix (+2 -2)
📝 hosts/homelab_tailscale_gw/default.nix (+7 -7)
📝 hosts/idols_aquamarine/README.md (+1 -1)
📝 hosts/idols_kana/proxy.nix (+0 -0)
📝 hosts/k8s/README.md (+10 -8)
hosts/k8s/k3s_prod_1_master_1/default.nix (+17 -0)
hosts/k8s/k3s_prod_1_master_1/k3s.nix (+38 -0)
hosts/k8s/k3s_prod_1_master_2/default.nix (+17 -0)
hosts/k8s/k3s_prod_1_master_2/k3s.nix (+27 -0)
hosts/k8s/k3s_prod_1_master_3/default.nix (+17 -0)
hosts/k8s/k3s_prod_1_master_3/k3s.nix (+27 -0)
hosts/k8s/k3s_prod_1_worker_1/default.nix (+17 -0)
hosts/k8s/k3s_prod_1_worker_1/k3s.nix (+21 -0)
hosts/k8s/k3s_prod_1_worker_2/default.nix (+17 -0)
hosts/k8s/k3s_prod_1_worker_2/k3s.nix (+21 -0)
hosts/k8s/k3s_prod_1_worker_3/default.nix (+17 -0)
hosts/k8s/k3s_prod_1_worker_3/k3s.nix (+21 -0)
hosts/k8s/lib.nix (+43 -0)

...and 7 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ryan4yin/nix-config/pull/64 **Author:** [@ryan4yin](https://github.com/ryan4yin) **Created:** 2/18/2024 **Status:** ✅ Merged **Merged:** 2/18/2024 **Merged by:** [@ryan4yin](https://github.com/ryan4yin) **Base:** `main` ← **Head:** `k8s` --- ### 📝 Commits (1) - [`c19184a`](https://github.com/ryan4yin/nix-config/commit/c19184a6be089f4441ab70efb5c5f6607f58afb8) feat: new k3s cluster ### 📊 Changes **27 files changed** (+508 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `Justfile` (+36 -1) 📝 `flake.lock` (+7 -7) 📝 `flake.nix` (+2 -2) 📝 `hosts/homelab_tailscale_gw/default.nix` (+7 -7) 📝 `hosts/idols_aquamarine/README.md` (+1 -1) 📝 `hosts/idols_kana/proxy.nix` (+0 -0) 📝 `hosts/k8s/README.md` (+10 -8) ➕ `hosts/k8s/k3s_prod_1_master_1/default.nix` (+17 -0) ➕ `hosts/k8s/k3s_prod_1_master_1/k3s.nix` (+38 -0) ➕ `hosts/k8s/k3s_prod_1_master_2/default.nix` (+17 -0) ➕ `hosts/k8s/k3s_prod_1_master_2/k3s.nix` (+27 -0) ➕ `hosts/k8s/k3s_prod_1_master_3/default.nix` (+17 -0) ➕ `hosts/k8s/k3s_prod_1_master_3/k3s.nix` (+27 -0) ➕ `hosts/k8s/k3s_prod_1_worker_1/default.nix` (+17 -0) ➕ `hosts/k8s/k3s_prod_1_worker_1/k3s.nix` (+21 -0) ➕ `hosts/k8s/k3s_prod_1_worker_2/default.nix` (+17 -0) ➕ `hosts/k8s/k3s_prod_1_worker_2/k3s.nix` (+21 -0) ➕ `hosts/k8s/k3s_prod_1_worker_3/default.nix` (+17 -0) ➕ `hosts/k8s/k3s_prod_1_worker_3/k3s.nix` (+21 -0) ➕ `hosts/k8s/lib.nix` (+43 -0) _...and 7 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-28 23:19:15 +01:00
adam closed this issue 2025-12-28 23:19:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/nix-config#93