Commit Graph

6 Commits

Author SHA1 Message Date
Cody Jackson 527c2612e5 Unified provider labels and switched to using status.provider
- Switched the labels to use the labels that monitoring was using
- Switched from ember logic to using status.provider
- Removed the ClusterDisplayProvider component since it wasn't being used anywhere.

The existing provider list vs the monitoring is different so we may need to add some more if they're still necessary.

rancher/dashboard#1476
rancher/dashboard#1228
2020-09-29 15:51:46 -07:00
Westly Wright cf38477c84
Monitoring General Bugs and Feedback (#1487)
* rename and reorg monitoring config sections

* Disable aggregate roles if userRoles.create is false

* remove docker/minikube support for cluster selector for mon v2

* fix default chart values based on cluster type in monitoring v2

* set default request and limit values for k3s higher

* Add resource limit subheading

* update default storage spec for prometheus persistant storage

* persistant storage fixes

* AlertManager -> Alertmanager

* move giant infobox to hover tooltip

* fix use existing secret logic to clean up old sec selection

* Filter additional secrets by namespace

* fixup existing secret logic and auto-select if exists

* Use match expression for selection on prom storage config
2020-09-28 23:08:26 -07:00
Westly Wright b68b73027f
Refactor cluster selector from pr feedback
Refactors the cluster selector to key off the cluster provider as opposed to random id
Split 'managed' into actual items that are returned from the cluster provider call
2020-09-09 10:26:25 -07:00
Westly Wright 02fe540d04
auto select cluster provider on init
but still allow user to change because the kubeadm type is not returned as a cluster type
2020-09-08 15:38:47 -07:00
Westly Wright 5ece603c7b
Expose rke2 cluster type on monitoring chart
rancher/dashboard#1130
2020-08-31 16:56:31 -07:00
Westly Wright 687ce496b2
Initial Monitoring V2 Custom Chart UI
rancher/dashboard#908
2020-08-07 17:08:31 -07:00