Files
headlamp-polaris-plugin/docs
Chris Farhood 207711567c docs: replace hardcoded namespace with <your-namespace> placeholder
Users choose their own namespace for Headlamp. Replace all hardcoded
namespace references (headlamp, kube-system) in user-facing docs with
<your-namespace> so users substitute their own value.

Conventions:
- Helm install: --namespace <your-namespace> --create-namespace
- kubectl commands: -n <your-namespace>
- YAML metadata: namespace: <your-namespace>
- Prose: "the namespace where Headlamp is installed"

Out-of-scope references left untouched:
- kube-system in NetworkPolicy selectors (API server namespace)
- polaris namespace references (upstream workload namespace)
- Source code and test files

Refs: PRI-433

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-10 21:34:19 +00:00
..

Documentation

Central hub for Headlamp Polaris Plugin documentation.

Getting Started

New to the Headlamp Polaris Plugin? Start here:

  • Prerequisites - System requirements, Headlamp version, Polaris installation
  • Installation - Four installation methods: Plugin Manager, Sidecar, Manual, Source
  • Quick Start - Get up and running in 5 minutes

User Guide

Learn how to use the plugin:

  • Features - Overview dashboard, namespace views, inline audits, exemption management
  • Configuration - Refresh intervals, dashboard URLs, settings
  • RBAC Permissions - Required permissions, service proxy access, token-auth mode

Troubleshooting

Having issues? Check here:

Architecture

Understand how the plugin works:

  • Overview - High-level architecture, component hierarchy
  • Data Flow - How data moves from Polaris to the UI
  • Design Decisions - Key architectural choices and rationale
  • ADRs - Architecture Decision Records

Development

Contributing to the plugin:

Deployment

Production deployment guides:

API Reference


Need help? Open an issue on GitHub or check CONTRIBUTING.md for development guidelines.