[PR #102] [MERGED] feat: add a test k3s cluster running on kubevirt #130

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

📋 Pull Request Information

Original PR: https://github.com/ryan4yin/nix-config/pull/102
Author: @ryan4yin
Created: 3/21/2024
Status: Merged
Merged: 3/24/2024
Merged by: @ryan4yin

Base: mainHead: k3s-test-cluter-running-on-kubevirt


📝 Commits (1)

  • 2319300 feat: add a test k3s cluster running on kubevirt

📊 Changes

13 files changed (+337 additions, -25 deletions)

View changed files

📝 Justfile (+26 -21)
📝 hosts/12kingdoms-rakushun/caddy.nix (+17 -0)
📝 hosts/README.md (+3 -0)
hosts/k8s/k3s-test-1-master-1/default.nix (+28 -0)
hosts/k8s/k3s-test-1-master-2/default.nix (+28 -0)
hosts/k8s/k3s-test-1-master-3/default.nix (+28 -0)
modules/nixos/server/kubevirt-hardware-configuration.nix (+34 -0)
outputs/x86_64-linux/src/k3s-test-1-master-1.nix (+44 -0)
outputs/x86_64-linux/src/k3s-test-1-master-2.nix (+41 -0)
outputs/x86_64-linux/src/k3s-test-1-master-3.nix (+41 -0)
📝 secrets/nixos.nix (+6 -0)
📝 utils.nu (+19 -0)
📝 vars/networking.nix (+22 -4)

📄 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/102 **Author:** [@ryan4yin](https://github.com/ryan4yin) **Created:** 3/21/2024 **Status:** ✅ Merged **Merged:** 3/24/2024 **Merged by:** [@ryan4yin](https://github.com/ryan4yin) **Base:** `main` ← **Head:** `k3s-test-cluter-running-on-kubevirt` --- ### 📝 Commits (1) - [`2319300`](https://github.com/ryan4yin/nix-config/commit/2319300f48b9a971e4c06d9481fcaa7a0ae4d8f8) feat: add a test k3s cluster running on kubevirt ### 📊 Changes **13 files changed** (+337 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `Justfile` (+26 -21) 📝 `hosts/12kingdoms-rakushun/caddy.nix` (+17 -0) 📝 `hosts/README.md` (+3 -0) ➕ `hosts/k8s/k3s-test-1-master-1/default.nix` (+28 -0) ➕ `hosts/k8s/k3s-test-1-master-2/default.nix` (+28 -0) ➕ `hosts/k8s/k3s-test-1-master-3/default.nix` (+28 -0) ➕ `modules/nixos/server/kubevirt-hardware-configuration.nix` (+34 -0) ➕ `outputs/x86_64-linux/src/k3s-test-1-master-1.nix` (+44 -0) ➕ `outputs/x86_64-linux/src/k3s-test-1-master-2.nix` (+41 -0) ➕ `outputs/x86_64-linux/src/k3s-test-1-master-3.nix` (+41 -0) 📝 `secrets/nixos.nix` (+6 -0) 📝 `utils.nu` (+19 -0) 📝 `vars/networking.nix` (+22 -4) </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:24 +01:00
adam closed this issue 2025-12-28 23:19:24 +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#130