mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-14 22:03:24 +01:00
[PR #64] [MERGED] feat: new k3s cluster #93
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:k8s📝 Commits (1)
c19184afeat: new k3s cluster📊 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.