Skip to content

fix(docs): correct stale hairpin-proxy uninstall claim and package names - #709

Open
Aleksei Sviridkin (lexfrei) wants to merge 2 commits into
mainfrom
fix/stale-uninstall-and-package-names
Open

Aleksei Sviridkin (lexfrei) wants to merge 2 commits into
mainfrom
fix/stale-uninstall-and-package-names

Conversation

@lexfrei

Copy link
Copy Markdown
Contributor

Two docs corrections, both checked against source.

The tenant-disable troubleshooting list on the hairpin-proxy-protocol page had the failure case backwards. It named kubectl delete hr as a way to skip helm uninstall and the chart's pre-delete hook. helm-controller runs the uninstall, and the hook with it, for every deleted HelmRelease that is not suspended. The case that really skips the hook is a HelmRelease that was already suspended when it got deleted. Fixed in next, v1.4, v1.5 and v1.6.

The GPU operator and NFS driver guides on v1.0 and v1.1 add the bare name to bundles.enabledPackages. The platform chart matches that list against the full cozystack.<name> form, so gpu-operator or nfs-driver matches nothing and the package is never enabled. v1.2 and later already use the qualified name.

The tenant disable troubleshooting list named a manual kubectl delete
of the HelmRelease object as a way to bypass helm uninstall and skip
the chart's pre-delete hook. helm-controller runs the uninstall step
(and the hook with it) for any HelmRelease deletion that is not
suspended, so a bare object delete does not skip it. The case that
actually skips the hook is a HelmRelease that was already suspended
at the moment it got deleted, since the uninstall branch is
conditioned on the resource not being suspended.

Assisted-by: LLM
Signed-off-by: Aleksei Sviridkin <f@lex.la>
The GPU and NFS driver guides told operators to add the bare
component name (gpu-operator, nfs-driver) to
bundles.enabledPackages. The platform chart's optional-package
helper matches enabledPackages entries against the fully-qualified
cozystack.<name> form, so the bare examples add a value the chart
never checks and enable nothing. Later doc versions already carry
the qualified form; this backports the same fix to v1.0 and v1.1.

Assisted-by: LLM
Signed-off-by: Aleksei Sviridkin <f@lex.la>
@netlify

netlify Bot commented Sep 23, 2026 •

Copy link
Copy Markdown

✅ Deploy Preview for cozystack ready!

Name Link
🔨 Latest commit de6b2dd
🔍 Latest deploy log https://app.netlify.com/projects/cozystack/deploys/6ab3cb5862ef8b00080cb408
😎 Deploy Preview https://deploy-preview-709--cozystack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented Sep 23, 2026 •

Copy link
Copy Markdown
Contributor

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 99e4b1fb-cdf6-4693-819f-0526d6b7ea7d


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant