[PR #540] Enhance k8s debugging script with additional diagnostics #542

Open
opened 2026-02-16 02:16:36 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/helm/pull/540
Author: @cwaddingham
Created: 12/15/2025
Status: 🔄 Open

Base: mainHead: expand-debugging-script


📝 Commits (1)

  • aa93501 Enhance k8s debugging script with additional diagnostics

📊 Changes

1 file changed (+304 additions, -37 deletions)

View changed files

📝 charts/langsmith/scripts/get_k8s_debugging_info.sh (+304 -37)

📄 Description

  • Add strict error handling and colored output logging
  • Add configurable log window (--since) and optional AWS ALB diagnostics
  • Capture additional resources: nodes, ingress, services, endpoints, PVCs, controllers
  • Add comprehensive validation and graceful error handling
  • Generate summary file with capture metadata
  • Preserve all original functionality

🔄 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/langchain-ai/helm/pull/540 **Author:** [@cwaddingham](https://github.com/cwaddingham) **Created:** 12/15/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `expand-debugging-script` --- ### 📝 Commits (1) - [`aa93501`](https://github.com/langchain-ai/helm/commit/aa93501e852f249e1f0f5a53d7b6fdfd28e1bd2e) Enhance k8s debugging script with additional diagnostics ### 📊 Changes **1 file changed** (+304 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `charts/langsmith/scripts/get_k8s_debugging_info.sh` (+304 -37) </details> ### 📄 Description - Add strict error handling and colored output logging - Add configurable log window (--since) and optional AWS ALB diagnostics - Capture additional resources: nodes, ingress, services, endpoints, PVCs, controllers - Add comprehensive validation and graceful error handling - Generate summary file with capture metadata - Preserve all original functionality --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:16:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/helm#542