Commit Graph

122 Commits

Author SHA1 Message Date
Richard Cox de961ce16c Fix issue where changes in form mode were lost going to yaml and back 2021-05-14 07:40:29 +01:00
Richard Cox b05837c14d Add Helm Chart Install Stepper
- Replaces old edit/install page, which is split out in to Chart Details page and Chart Install page
- Two pages share common mixin
- Updated existing Wizard component for stepper
  - Wizard header greatly updated
  - Step indicator no longer uses query param
2021-05-14 07:40:26 +01:00
Cody Jackson 75a5696611 Adding a prometheusOperator hostNetwork option to chart installation
rancher/dashboard#2573
2021-05-12 23:48:47 -07:00
Cody Jackson 5e56614725 Updating the usage of rke-windows to rke.windows in the ClusterSelector
The provider name is rke.windows so we needed to switch these over so things would work as expected for windows.

rancher/dashboard#2838
2021-04-26 15:21:08 -07:00
Nancy 3300dbdb1a
Merge pull request #2743 from mantis-toboggan-md/bugfix-monitoring-windows
[2.6] monitoring - use global.cattle.windows.enabled instead of windowsExporter.enabled
2021-04-26 10:00:29 -07:00
Vincent Fiduccia 3025e33231
Fix chart options for windows logging 2021-04-22 13:15:52 -07:00
Cody Jackson 96ad505145 Accomadating some minor UX change requests related to the rancher-alerting-drivers
rancher/dashboard#2744
2021-04-22 06:57:19 -07:00
Nancy Butler f4e53febb2 use global.cattle.windows.enabled instead of windowsExporter.enabled 2021-04-20 11:14:46 -07:00
Cody Jackson c2b4c969cc Changing the namespace configuration for rke2 monitoring installs
rke2 has the nginx-ingress installed in kube-system so we're modifying the default namespace in the monitoring configuration.

https://github.com/rancher/dashboard/issues/2485#issuecomment-821584331
2021-04-19 11:36:50 -07:00
Vincent Fiduccia 19c9e7c379
Remap rke.windows to rke for logging values (#2684) 2021-04-13 11:18:55 -07:00
Neil MacDougall 779896f0db
Merge pull request #2635 from mantis-toboggan-md/monitoring-windows
add rke windows as monitoring cluster type
2021-04-13 17:24:02 +01:00
Cody Jackson 7cf227e1fc Enabling ingressNginx by default when installing a monitoring chart
only sets the default if the provider is rke or rke2.

rancher/dashboard#2485
2021-04-06 15:01:35 -07:00
Nancy Butler a18b8eba66 add rke windows as monitoring cluster type 2021-04-06 10:23:06 -07:00
Westly Wright aa39560564
If existing alertmanager secret exists use it
rancher/rancher#2225
2021-03-08 12:04:05 -07:00
Richard Cox c35f5b2e21 Only show PV size field in deploy Dashboard Backup app when creating a PV
- Currently persistence size field is shown when creating a PV and selecting an existing one
- This PR ensures it's only shown for the former
2021-02-23 17:14:19 +00:00
Richard Cox 0625c4e009 Ensure bound PVs are filtered when creating the Rancher Backup app 2021-02-23 15:29:19 +00:00
Cody Jackson 7170928140 Moving the fluentbit mountpath to global.dockerRootDirectory
This is to support a backend interface change.

rancher/dashboard#2199
2021-02-10 12:03:35 -07:00
Nancy Butler a94ede88b2 do not show rwx pv for backup 2021-02-04 08:27:35 -07:00
Cody Jackson 58c67be983 Making the logging options nested objects reactive
While testing the original implementation I didn't run into any focus
issues but after merging from mainline if the input loses focus the
input was lost. This appeared to be a reactivity issue

https://github.com/rancher/dashboard/issues/2199#issuecomment-768438436
2021-01-27 15:19:38 -07:00
Cody Jackson 519f2d6913 Adding a new field to logging and correcting a typo for monitoring
rancher/dashboard#2199
rancher/dashboard#2234
2021-01-25 18:36:56 -07:00
Nancy Butler 670196509e backup/restore polishing 2021-01-21 10:49:32 -07:00
Vincent Fiduccia 9819c11e0b
Pick cluster, driver, credential, AWS client 2021-01-15 12:59:54 -07:00
Westly Wright 6fd19cb587
PR feedback
adds poller to alertmanager events
removes unused param
move Monitoring index fetch deps to data/loading
2021-01-11 10:46:01 -07:00
Westly Wright c3b448b1e9
monitoring config - break sections into tabs 2021-01-11 09:25:27 -07:00
Vincent Fiduccia 3706de914c
Group charts by repo in install
- Show hidden charts which match the name of the expected repo
- Add support for hidden and deprecated query params on edit
2021-01-04 21:26:58 -07:00
Nancy Butler 095a2355da allow rwx pv in backup/restore install 2020-12-22 09:41:22 -07:00
Nancy Butler cb517c263d install page breaks when tracing unavailable 2020-12-21 10:42:31 -07:00
Nancy Butler 463a279779 add jaeger link and options to isito launch 2020-12-02 11:11:08 -07:00
Vincent Fiduccia 62d501321a
Merge pull request #1887 from vincent99/master
Resource Detail/Config/YAML reorg
2020-12-01 00:43:13 -08:00
Vincent Fiduccia 8746ab077c
Form component props standardizing 2020-12-01 01:09:24 -07:00
Cody Jackson c26347acf6 Allowing users to configure additionalLoggingSources on the logging chart
rancher/dashboard#1851
2020-11-30 23:55:08 -07:00
Westly Wright e8994832d4
Missing translations for chart install and version
formatting and change inline values to be data values
2020-11-30 15:11:51 -07:00
Westly Wright 143f758d3d
Expose Mon v2 certDir for RKE 1 Clusters
rancher/dashboard#1787
2020-11-30 14:54:15 -07:00
Cody Jackson 73e0a56443 Adding more polish to OPA Gatekeeper
rancher/dashboard#1773
2020-11-17 23:27:24 -07:00
Westly Wright 0b01883326
set persistance enabled on upgrade if set on the chart
also make sure the selector warning shows the escaped markup

rancher/dashboard#1764
2020-11-02 11:48:40 -07:00
Vincent Fiduccia 15dacd2372
Merge pull request #1760 from westlywright/prom.rules.bugs
Monitoring Fixes
2020-10-31 10:32:33 -07:00
Westly Wright 379a0e8446
add selector warning 2020-10-30 17:10:35 -07:00
Westly Wright 17c4ec0a2a
drop prometheus storage selector values on save if emtpy
rancher/dashboard#1757
2020-10-30 16:58:00 -07:00
Nancy Butler ec8ad9f5c1 repopulate grafana persistence correctly on edit 2020-10-30 14:19:31 -07:00
Vincent Fiduccia ebc1fb18cf
Chart values.yaml fixes, istio extra values editor, rancher/dashboard#1166 2020-10-30 03:10:34 -07:00
Vincent Fiduccia 35ef0ab171
Merge branch 'master' into monitoring 2020-10-28 11:24:29 -07:00
Cody Jackson 726f680c1f Add support pasting key value entries update ArrayList pasting
KeyValue:
- If pasted with only one line and doesn't have a ':' or '=' token it will perform a normal paste.
- If pasted in the key column it will replace the current row.
- Performs a normal paste in the value field

ArrayList:
- Only handles pasting when it's single line
- Only shows the default protip if it's single line

rancher/dashboard#1701
2020-10-28 10:08:12 -07:00
Nancy Butler 4ef96ed21b set k3sServer enabled=true 2020-10-23 11:38:35 -07:00
Nancy Butler 3cb8d65c41 title tag consistency 2020-10-23 11:25:41 -07:00
Nancy Butler 1b35ffc7ff advanced nav group 2020-10-23 11:25:41 -07:00
Nancy Butler 218cf8461f set enabled:true when grafana persistence is configured 2020-10-23 11:25:41 -07:00
Westly Wright fd2fca4d5e
change label and default for ignoreNamespaceSelectors
rancher/dashboard#1129
2020-10-23 09:54:40 -07:00
Westly Wright 8df6eae9c2
Merge pull request #1542 from westlywright/bug.add.mon.fields
[2.5.2] Monitoring ignoreNamespaceSelectors
2020-10-20 13:52:05 -07:00
Vincent Fiduccia ce05b4b53c
Merge pull request #1662 from westlywright/bug.monitoring.upgrade.warning
Hide Monitoring V1 warning when doing V2 chart upgrade
2020-10-19 12:36:44 -06:00
Westly Wright 9d265b2ef2
Limit mon v2 warning visibility on upgrade
Adds `existing` to the install chart component ref so that charts (service in this case) can make assumptions based on presense of chart for upgrade scnearios
I didn't use mode check to do this because existing shows us if we actually have a chart in place not just a query param.

rancher/dashboard#1557
2020-10-13 15:05:35 -07:00