Vouch request: [Manoj-engineer] #420
Manoj-engineer
started this conversation in
Vouch Request
Replies: 1 comment 2 replies
-
|
Thanks for starting a discussion on this, could you expand a bit on "I had a template issue in a custom chart"? What do you mean by custom chart? /vouch |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What do you want to work on?
I want to fix issue #211 — improving the error message when a Helm chart has malformed YAML during gateway startup
Why this change?
when I was first trying to get a local gateway running. I had a template issue in a custom chart and spent 20 minutes staring at "namespace not ready" before I figured out I needed to manually run kubectl logs -n kube-system inside the container.
The real error is buried in a job log the user doesn't know to look at. I want to fix wait_for_namespace in openshell-bootstrap so that on timeout it checks whether any helm-install-* Job in kube-system has a non-zero status.failed and if so, pulls the job's status conditions and last 30 lines of pod logs and includes them directly in the error message alongside a kubectl logs hint.
That's a painful first-run experience, especially for people who aren't already comfortable with k8s internals. The fix is small, contained entirely in [lib.rs], touches no public API.
Checklist
Beta Was this translation helpful? Give feedback.
All reactions