[PR #2567] [MERGED] feat(kubernetes): enable newtInstances by default and update installation instructions #9813

Closed
opened 2026-04-30 05:58:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/2567
Author: @marcschaeferger
Created: 2/28/2026
Status: Merged
Merged: 3/1/2026
Merged by: @oschwartz10612

Base: mainHead: fix-kubernetes-install


📝 Commits (2)

  • 375211f feat(kubernetes): enable newtInstances by default and update installation instructions
  • 6a537a2 fix(newt-install): conditionally display Kubernetes installation info

📊 Changes

1 file changed (+63 additions, -49 deletions)

View changed files

📝 src/components/newt-install-commands.tsx (+63 -49)

📄 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 (Copilot + Human)

This pull request makes minor improvements to the NewtSiteInstallCommands component, focusing on enhancing the Helm install command and improving the user interface with additional documentation and minor code formatting updates.

Key changes include:

Helm Install Command Update:

  • Added --set newtInstances[0].enabled=true to the Helm install command to explicitly enable the main tunnel instance.

UI and Documentation Improvements:

  • Added a helpful note with a link to the official documentation for up-to-date Kubernetes installation instructions.
  • Minor code formatting improvements for readability in the site configuration section done by prettier automatically.

🔄 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/2567 **Author:** [@marcschaeferger](https://github.com/marcschaeferger) **Created:** 2/28/2026 **Status:** ✅ Merged **Merged:** 3/1/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `fix-kubernetes-install` --- ### 📝 Commits (2) - [`375211f`](https://github.com/fosrl/pangolin/commit/375211f1847b89b9889c54dfda9b725140c60cd5) feat(kubernetes): enable newtInstances by default and update installation instructions - [`6a537a2`](https://github.com/fosrl/pangolin/commit/6a537a23e8d2c2f878dfc5b5e3f93705f0c6f8c3) fix(newt-install): conditionally display Kubernetes installation info ### 📊 Changes **1 file changed** (+63 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `src/components/newt-install-commands.tsx` (+63 -49) </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 (Copilot + Human) This pull request makes minor improvements to the `NewtSiteInstallCommands` component, focusing on enhancing the Helm install command and improving the user interface with additional documentation and minor code formatting updates. Key changes include: **Helm Install Command Update:** - Added `--set newtInstances[0].enabled=true` to the Helm install command to explicitly enable the main tunnel instance. **UI and Documentation Improvements:** - Added a helpful note with a link to the official documentation for up-to-date Kubernetes installation instructions. - Minor code formatting improvements for readability in the site configuration section done by prettier automatically. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-30 05:58:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#9813