By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description by Copilot
This pull request adds support for the Kubernetes platform to both the client and site creation pages, ensuring that Kubernetes is now available as an option alongside existing platforms. The changes include updates to the UI, platform selection logic, and command generation for Kubernetes deployments.
These changes collectively enable users to configure and deploy clients and sites using Kubernetes, with appropriate UI elements and command instructions.
How to test?
Run Pangolin with the changed files.
Example:
🔄 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/fosrl/pangolin/pull/1462
**Author:** [@marcschaeferger](https://github.com/marcschaeferger)
**Created:** 9/15/2025
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dev`
---
### 📝 Commits (2)
- [`fbc5471`](https://github.com/fosrl/pangolin/commit/fbc5471604c9b561825004b059473e11e4d4308d) feat(sites): adding official kubernetes install command for newt
- [`1c2dba2`](https://github.com/fosrl/pangolin/commit/1c2dba2d5c534c2c28952cfdf219f2e5d4f0e0ea) Merge branch 'fosrl:dev' into dev
### 📊 Changes
**2 files changed** (+34 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `src/app/[orgId]/settings/clients/create/page.tsx` (+8 -0)
📝 `src/app/[orgId]/settings/sites/create/page.tsx` (+26 -1)
</details>
### 📄 Description
## Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
## Description by Copilot
This pull request adds support for the Kubernetes platform to both the client and site creation pages, ensuring that Kubernetes is now available as an option alongside existing platforms. The changes include updates to the UI, platform selection logic, and command generation for Kubernetes deployments.
**Kubernetes platform support:**
* Added `SiKubernetes` icon import and usage for Kubernetes in both `src/app/[orgId]/settings/clients/create/page.tsx` and `src/app/[orgId]/settings/sites/create/page.tsx`, enabling visual identification of the platform. ([src/app/[orgId]/settings/clients/create/page.tsxR45-R48](diffhunk://#diff-e59d0a6a1f08cd93a1afbbe17cb31aee16a0d00236b253bf2a6b4060ff594615R45-R48), [src/app/[orgId]/settings/sites/create/page.tsxL45-R48](diffhunk://#diff-9a4504bba61ccdd29185e266cfc61b36c979b55a6fffe15c1741d456d8dbfe34L45-R48), [src/app/[orgId]/settings/clients/create/page.tsxR255-R262](diffhunk://#diff-e59d0a6a1f08cd93a1afbbe17cb31aee16a0d00236b253bf2a6b4060ff594615R255-R262), [src/app/[orgId]/settings/sites/create/page.tsxR417-R418](diffhunk://#diff-9a4504bba61ccdd29185e266cfc61b36c979b55a6fffe15c1741d456d8dbfe34R417-R418))
* Included "kubernetes" in the list of supported platforms and in the `Commands` type definition, allowing it to be selected and handled like other platforms. ([src/app/[orgId]/settings/sites/create/page.tsxR82-R90](diffhunk://#diff-9a4504bba61ccdd29185e266cfc61b36c979b55a6fffe15c1741d456d8dbfe34R82-R90))
* Added Kubernetes-specific deployment commands (Helm Chart instructions and a placeholder for Manifest/Kustomize) to the command generation logic for sites. ([src/app/[orgId]/settings/sites/create/page.tsxR285-R298](diffhunk://#diff-9a4504bba61ccdd29185e266cfc61b36c979b55a6fffe15c1741d456d8dbfe34R285-R298))
* Updated platform label and option logic to display "Kubernetes" as a selectable and recognizable option in the UI. ([src/app/[orgId]/settings/sites/create/page.tsxR346-R347](diffhunk://#diff-9a4504bba61ccdd29185e266cfc61b36c979b55a6fffe15c1741d456d8dbfe34R346-R347), [src/app/[orgId]/settings/sites/create/page.tsxR369-R370](diffhunk://#diff-9a4504bba61ccdd29185e266cfc61b36c979b55a6fffe15c1741d456d8dbfe34R369-R370))
These changes collectively enable users to configure and deploy clients and sites using Kubernetes, with appropriate UI elements and command instructions.
## How to test?
Run Pangolin with the changed files.
Example:
<img width="1581" height="772" alt="grafik" src="https://github.com/user-attachments/assets/7b840d75-8422-4fa9-b307-3a40a30021c0" />
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/1462
Author: @marcschaeferger
Created: 9/15/2025
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (2)
fbc5471feat(sites): adding official kubernetes install command for newt1c2dba2Merge branch 'fosrl:dev' into dev📊 Changes
2 files changed (+34 additions, -1 deletions)
View changed files
📝
src/app/[orgId]/settings/clients/create/page.tsx(+8 -0)📝
src/app/[orgId]/settings/sites/create/page.tsx(+26 -1)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description by Copilot
This pull request adds support for the Kubernetes platform to both the client and site creation pages, ensuring that Kubernetes is now available as an option alongside existing platforms. The changes include updates to the UI, platform selection logic, and command generation for Kubernetes deployments.
Kubernetes platform support:
SiKubernetesicon import and usage for Kubernetes in bothsrc/app/[orgId]/settings/clients/create/page.tsxandsrc/app/[orgId]/settings/sites/create/page.tsx, enabling visual identification of the platform. (src/app/[orgId]/settings/clients/create/page.tsxR45-R48, src/app/[orgId]/settings/sites/create/page.tsxL45-R48, src/app/[orgId]/settings/clients/create/page.tsxR255-R262, src/app/[orgId]/settings/sites/create/page.tsxR417-R418)Commandstype definition, allowing it to be selected and handled like other platforms. (src/app/[orgId]/settings/sites/create/page.tsxR82-R90)These changes collectively enable users to configure and deploy clients and sites using Kubernetes, with appropriate UI elements and command instructions.
How to test?
Run Pangolin with the changed files.
Example:

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