This repository has been archived on 2026-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
privilegedescalation-engineer[bot]
b0110e474c
chore: remove E2E testing infrastructure (#50)
* docs: update install docs to headlamp namespace (PRI-434)
- Update Helm/plugin install URLs from v0.2.4 to v1.0.0
- README: add pods/proxy RBAC scope, clarify controller is in kube-system
- docs/getting-started/*: update all download URLs to v1.0.0
- docs/deployment/helm.md: update install URLs to v1.0.0
- docs/architecture/overview.md: Headlamp Pod label → headlamp namespace
- docs/README.md: fix ArtifactHub URL
- CHANGELOG.md: add [Unreleased] entry
Note: driver/API-path references to kube-system are preserved
as they describe where the tns-csi controller workload runs,
not where Headlamp is installed.
Co-Authored-By: Paperclip <noreply@paperclip.ing>
* chore: remove E2E testing infrastructure
- Delete e2e/ directory (auth.setup.ts, tns-csi.spec.ts)
- Delete playwright.config.ts
- Delete scripts/deploy-e2e-headlamp.sh
- Delete scripts/teardown-e2e-headlamp.sh
- Delete .github/workflows/e2e.yaml
- Remove e2e script from package.json
- Remove @playwright/test dependency from package.json
Context: [PRI-1133](/PRI/issues/PRI-1133) — full E2E purge across org.
Co-Authored-By: Paperclip <noreply@paperclip.ing>
* fix: update pnpm-lock.yaml after E2E deletion
Remove @playwright/test dependencies after E2E infrastructure cleanup.
Resolves ERR_PNPM_OUTDATED_LOCKFILE on PR.
Co-Authored-By: Paperclip <noreply@paperclip.ing>
---------
Co-authored-by: Chris Farhood <chris@farhood.org>
Co-authored-by: Paperclip <noreply@paperclip.ing>
2026-05-11 20:11:07 +00:00
..
2026-05-11 20:11:07 +00:00
2026-05-11 20:11:07 +00:00
2026-02-26 18:04:43 +00:00
2026-05-11 20:11:07 +00:00
2026-05-10 21:34:56 +00:00
2026-05-10 21:34:56 +00:00
2026-05-11 20:11:07 +00:00
TNS-CSI Plugin Documentation
Welcome to the Headlamp TNS-CSI Plugin documentation.
Quick Links
Documentation Index
Getting Started
| Guide |
Description |
| Quick Start |
Fastest path to a working installation |
| Installation |
Plugin Manager, manual tarball, build from source |
| Prerequisites |
Headlamp version, tns-csi driver, RBAC |
User Guide
Architecture
| Guide |
Description |
| Overview |
System architecture, data flow, component hierarchy |
| Data Flow |
How data moves from K8s API to the UI |
| Design Decisions |
Key architectural choices and rationale |
Deployment
Troubleshooting
Development
External Links