Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This is a repository of official plugins that Headlamp uses or recommends.
| ---------------------------------- | ---------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | ----------- |
| [app-catalog](./app-catalog) | Provides a new area where users can install Helm charts and manage releases. | Desktop only. Shipped with Headlamp desktop builds by default. | [@ashu8912](https://github.com/ashu8912) |
| [backstage](./backstage) | Provides links to the resource's views in Backstage. | See also the [Headlamp integration for Backstage](https://github.com/headlamp-k8s/backstage-plugin). | [@yolossn](https://github.com/yolossn) |
| [cluster-api](./cluster-api) | See your Cluster API management clusters in Headlamp's sidebar and map. | Learn more about CAPI with the [Cluster API book](https://cluster-api.sigs.k8s.io/). |[@mboersma](https://github.com/mboersma) |
| [flux](./flux) | Visualize Flux in Headlamp. | |[@ashu8912](https://github.com/ashu8912) |
| [kompose](./kompose) | Translates docker-compose manifests to Kubernetes's. | Runs kompose in a job in the cluster for now. | [@joaquimrocha](https://github.com/joaquimrocha) |
| [opencost](./opencost) | See the costs of your workloads in Headlamp. | |[@yolossn](https://github.com/yolossn)|
Expand Down
30 changes: 30 additions & 0 deletions cluster-api/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Dependencies
node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
.pnpm-debug.log

# Build outputs
dist/
build/
lib/
coverage/

# Environment and config
.env
.env.local
.env.*.local

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Cache and temporary files
.npm
.eslintcache
.tsbuildinfo
.DS_Store
11 changes: 11 additions & 0 deletions cluster-api/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# cluster-api

The Headlamp plugin for Cluster API adds a "Cluster API" item to Headlamp's sidebar and displays CAPI resources such as clusters, machines, and machine deployments on the Map.

## Installation

Coming soon!

## More information about Cluster API

For more information about Cluster API, see the [Cluster API Book](https://cluster-api.sigs.k8s.io/).
Loading
Loading