Skip to content

Commit

Permalink
Merge pull request #2089 from fluxcd/backport-2087-to-v2-4
Browse files Browse the repository at this point in the history
[v2-4] Add Flux Plugin for Headlamp as a UI
  • Loading branch information
stefanprodan authored Nov 9, 2024
2 parents 5a38488 + 5728588 commit 2d98259
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions content/en/ecosystem/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ These open source projects offer a dedicated graphical user interface for Flux.
| Source | Description |
|-------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [gimlet-io/capacitor](https://github.com/gimlet-io/capacitor) | Capacitor is a general purpose Flux UI to debug Flux and application issues. Apply [these manifests](https://github.com/gimlet-io/capacitor?tab=readme-ov-file#flux) to install it. |
| [headlamp/flux-plugin](https://github.com/headlamp-k8s/plugins/tree/main/flux) | Headlamp is a Kubernetes UI extensible through plugins. The Flux plugin for Headlamp allows to visualize Flux and perform operations common operations like quick sync'ing, suspending/resuming, and others. See the plugin [README](https://github.com/headlamp-k8s/plugins/tree/main/flux#readme) for installation instructions. |
| [vmware-tanzu/kubeapps](https://github.com/vmware-tanzu/kubeapps) | Kubeapps is an in-cluster web-based application that enables users with a one-time installation to deploy, manage, and upgrade applications on a Kubernetes cluster. Read [the documentation](https://kubeapps.dev/docs/latest/tutorials/managing-flux-packages) for managing Flux packages using Kubeapps. |
| [weaveworks/vscode-gitops-tools](https://github.com/weaveworks/vscode-gitops-tools) | GitOps Tools for Visual Studio Code: provides an intuitive way to manage, troubleshoot and operate your Kubernetes environment following the GitOps operating model |
| [weaveworks/weave-gitops](https://github.com/weaveworks/weave-gitops) | Weaveworks offered a free and open source GUI for Flux under the [weave-gitops](https://docs.gitops.weave.works/docs/intro) project. You can install the Weave GitOps UI using a Flux `HelmRelease`, please see the [get started documentation](https://docs.gitops.weave.works/docs/getting-started/intro/) for more details. |
Expand Down
7 changes: 4 additions & 3 deletions layouts/shortcodes/blocks/flux_ui_galleries.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{{ $one := slice "Capacitor" "/img/uis/capacitor-*.png" "cap" }}
{{ $two := slice "VS Code GitOps Tools" "/img/uis/vscode-*.png" "vscode" }}
{{ $three := slice "Weave GitOps" "/img/uis/wego-*.png" "wego" }}
{{ $data := slice $one $two $three }}
{{ $two := slice "Flux Plugin for Headlamp" "/img/uis/flux-headlamp-plugin-*.png" "headlamp" }}
{{ $three := slice "VS Code GitOps Tools" "/img/uis/vscode-*.png" "vscode" }}
{{ $four := slice "Weave GitOps" "/img/uis/wego-*.png" "wego" }}
{{ $data := slice $one $two $three $four }}

{{ range $data }}
{{ $title := index . 0 }}
Expand Down

0 comments on commit 2d98259

Please sign in to comment.