This project is mirrored from https://gitee.com/mirrors_kinvolk/headlamp.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 27 May, 2022 2 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
Update: nodeSelector
-
- 26 May, 2022 1 commit
-
-
Till! authored
The other has been deprecated since kubernetes v1.14
-
- 24 May, 2022 3 commits
-
-
René Dudfield authored
Upgrade CRA, webpack5, storybook 4.6
-
René Dudfield authored
-
S Santhosh Nagaraj authored
charts: Update to Headlamp 0.9.0
-
- 23 May, 2022 2 commits
-
-
Joaquim Rocha authored
-
Joaquim Rocha authored
github: Fix golang version to be 1.17 rather than latest
-
- 13 May, 2022 2 commits
-
-
Joaquim Rocha authored
-
René Dudfield authored
-
- 12 May, 2022 30 commits
-
-
René Dudfield authored
headlamp-plugin 0.4.8
-
René Dudfield authored
-
René Dudfield authored
-
Joaquim Rocha authored
Plugin: allow cluster chooser button overriding
-
Joaquim Rocha authored
Add clusters dynamically
-
ashu8912 authored
-
ashu8912 authored
-
ashu8912 authored
We also add the infrastructure on redux store to add the chooser button component
-
Joaquim Rocha authored
-
Joaquim Rocha authored
This patch adds a new setCluster method to the lib/Headlamp class.
-
Joaquim Rocha authored
-
Joaquim Rocha authored
This patch adds test coverage to the dynamic cluster creation, and for that the code that creates the Headlamp base HTTP handler had to be also abstracted into its own function and started without failing if kubeconfigs are not found.
-
Joaquim Rocha authored
We want plugins to set up clusters dynamically, i.e. to have a new backend endpoint to tell it about clusters that do not come from the kubeconfig files.
-
Joaquim Rocha authored
Instead of keeping a list of clusters around when we have already that information as part of the contextProxies var, we should instead just dynamically get the clusters from the latter. This will also make the /config endpoint accurate when we start adding clusters dynamically.
-
Joaquim Rocha authored
These changes keep the needed contexts and respective proxy set ups in a map which is used dynamically when a cluster API request is received. This doesn't change the previous behavior of Headlamp but makes things simpler to later add clusters dynamically.
-
Joaquim Rocha authored
helm chart: Support deploying the ServiceAccount in different namespaces
-
Maxim Klyuev authored
Co-authored-by:
S Santhosh Nagaraj <nssvlr@gmail.com>
-
René Dudfield authored
plugins: Use dev headlamp-plugin when testing examples
-
Joaquim Rocha authored
-
René Dudfield authored
app: Update electron to 13.6.9
-
Joaquim Rocha authored
Implement new cluster chooser style
-
Joaquim Rocha authored
-
Joaquim Rocha authored
frontend: Add router to pluginLib
-
Joaquim Rocha authored
There was a typo (capital N).
-
Joaquim Rocha authored
-
Joaquim Rocha authored
A method is better in terms of dev ex here.
-
ashu8912 authored
We want all the route related methods to be used by plugin developers thus exporting this in the pluginLib makes sense.
-
Joaquim Rocha authored
Add notification area
-
René Dudfield authored
build(deps): bump async from 2.6.3 to 2.6.4 in /frontend
-
René Dudfield authored
build(deps): bump ejs from 3.1.6 to 3.1.7 in /app
-