Commit Graph

446 Commits (0b2f85e43b5958ff1fc1b995fcb5bfebd138c825)

Author SHA1 Message Date
Daishan Peng 0b2f85e43b
Merge pull request #711 from StrongMonkey/remove-webhook
Remove webhook from index.yaml
2020-09-25 22:21:51 -07:00
Daishan 1c997dfc26 Remove webhook from index.yaml 2020-09-25 22:17:57 -07:00
actions c4e115ce46 Generated changes 2020-09-25 23:51:53 +00:00
actions 455c83c2b2 Generated changes 2020-09-25 23:27:20 +00:00
actions e9a3a02daf Generated changes 2020-09-25 23:09:36 +00:00
Caleb Bron 4f1b4fe36a
Merge pull request #707 from cbron/remove-webhook-beta
remove webhook beta
2020-09-25 15:55:00 -07:00
Caleb Bron b6ff698776 remove webhook beta 2020-09-25 15:52:04 -07:00
actions 38df8069c9 Generated changes 2020-09-25 22:34:04 +00:00
actions a014444007 Generated changes 2020-09-25 21:27:40 +00:00
Caleb Bron 4b7c922e72
Merge pull request #702 from cbron/refresh-shas
Regenerates charts that merged with bug in generator
2020-09-25 14:27:14 -07:00
Caleb Bron b5e446bd4d Regenerates charts that merged with bug in generator 2020-09-25 14:24:09 -07:00
actions 19cb40c424 Generated changes 2020-09-25 20:45:09 +00:00
actions 116fd26b1f Generated changes 2020-09-25 20:19:26 +00:00
actions 23b1eae8d1 Generated changes 2020-09-25 20:07:26 +00:00
actions c0d8911f9a Generated changes 2020-09-25 19:21:25 +00:00
actions c05b6dbc4f Generated changes 2020-09-25 18:35:59 +00:00
actions 90bba62ddb Generated changes 2020-09-24 23:25:06 +00:00
actions be1954e3ad Generated changes 2020-09-24 22:56:25 +00:00
actions aa0bd6ede7 Generated changes 2020-09-24 22:12:41 +00:00
actions f73b6291f4 Generated changes 2020-09-23 22:00:34 +00:00
Caleb Bron 905327ff93
Merge pull request #690 from aiyengar2/bring_index_in_sync
Bring index.yaml and assets/index.yaml back in sync
2020-09-23 12:41:05 -07:00
Arvind Iyengar 5bc05f4805 Bring index.yaml and assets/index.yaml back in sync 2020-09-23 11:30:10 -07:00
aiyengar2 7159296eb7
Merge pull request #682 from aiyengar2/fix_assets
Remove rancher-monitoring 8.16.100
2020-09-23 09:42:58 -07:00
Daishan Peng 3a5b0a63ef
Merge pull request #686 from StrongMonkey/clean-up-1
Clean up folders
2020-09-22 16:33:56 -07:00
Daishan 2469c9213c Clean up folders 2020-09-22 16:26:19 -07:00
actions 45f5bec2ab Generated changes 2020-09-22 23:01:37 +00:00
Caleb Bron fc109b8add
Merge pull request #684 from cbron/switch-to-source-branch
Switch to source branch
2020-09-22 15:59:45 -07:00
Arvind Iyengar 24b4400363 Remove rancher-monitoring 8.16.100 2020-09-22 15:51:51 -07:00
Caleb Bron 03904e697a delete index and all assets 2020-09-22 15:49:30 -07:00
Caleb Bron 0c358f14bf remove github actions from assets branch 2020-09-22 15:47:31 -07:00
aiyengar2 793dfa631d Generated changes 2020-09-22 21:57:01 +00:00
aiyengar2 f7cee8c5c7
Merge pull request #677 from aiyengar2/fix_magic_links
Fix broken magic links for Grafana and Prometheus
2020-09-22 14:56:33 -07:00
ibuildthecloud cdbeeeea18 Generated changes 2020-09-22 21:01:50 +00:00
Darren Shepherd a8d9dd9462
Merge pull request #681 from ibuildthecloud/dev-v2.5
fleet v0.3.0-beta3
2020-09-22 14:01:18 -07:00
Darren Shepherd 161b04a5e6 fleet v0.3.0-beta3 2020-09-22 14:00:02 -07:00
Arvind Iyengar e6ade6af51 remove tgz 2020-09-22 11:22:34 -07:00
Arvind Iyengar 92f0eca770 Add nginx proxy to Prometheus for magic links
This commit adds an nginx proxy in front of Prometheus that intercepts the requests that are sent to the Prometheus pod. This change was necessary since the Prometheus pod encounters issues with Rancher proxy URLs that are formatted like:

```
<server-url>/k8s/clusters/<cluster-id>/api/v1/namespaces/cattle-monitoring-system/services/http:rancher-monitoring-prometheus:9090/proxy
```

Specifically, if using the root_url option, it doubles up this URL when making requests for resources, e.g.
```
<server-url>/k8s/clusters/<cluster-id>/api/v1/namespaces/cattle-monitoring-system/services/http:rancher-monitoring-prometheus:9090/proxy/<my-path>
=>
<server-url>/k8s/clusters/<cluster-id>/api/v1/namespaces/cattle-monitoring-system/services/http:rancher-monitoring-prometheus:9090/proxy/k8s/clusters/<cluster-id>/api/v1/namespaces/cattle-monitoring-system/services/http:rancher-monitoring-prometheus:9090/proxy/<my-path>
```

However, this does not resolve the issue in https://github.com/rancher/rancher/issues/29068.
2020-09-22 11:20:57 -07:00
Arvind Iyengar d6c774aa42 Add nginx proxy to Grafana for magic links
This commit adds an nginx proxy in front of Grafana that intercepts the requests that are sent to the Grafana pod. This change was necessary since the Grafana pod encounters issues with Rancher proxy URLs that are formatted like:

```
<server-url>/k8s/clusters/<cluster-id>/api/v1/namespaces/cattle-monitoring-system/services/http:rancher-monitoring-grafana:80/proxy
```

Specifically, if using the root_url option, it doubles up this URL when making requests for resources, e.g.
```
<server-url>/k8s/clusters/<cluster-id>/api/v1/namespaces/cattle-monitoring-system/services/http:rancher-monitoring-grafana:80/proxy/<my-path>
=>
<server-url>/k8s/clusters/<cluster-id>/api/v1/namespaces/cattle-monitoring-system/services/http:rancher-monitoring-grafana:80/proxy/k8s/clusters/<cluster-id>/api/v1/namespaces/cattle-monitoring-system/services/http:rancher-monitoring-grafana:80/proxy/<my-path>
```
2020-09-22 11:20:57 -07:00
mrajashree 3737ec3c86 Generated changes 2020-09-22 18:05:46 +00:00
Rajashree Mandaogane 65ecdf54e8
Merge pull request #679 from mrajashree/restoreEnc
Change encryption config field name in restore crd
2020-09-22 11:05:13 -07:00
rajashree 37a8648cf8 Change encryption config field name in restore crd 2020-09-22 10:26:48 -07:00
maggieliu 082accaf9a Generated changes 2020-09-22 17:05:35 +00:00
maggieliu 34fdd14bca
Merge pull request #674 from aiyengar2/fix_monitoring_chart_hardened
Support monitoring in hardened RKE clusters
2020-09-22 10:04:58 -07:00
maggieliu 6edb750ce9
Merge pull request #675 from aiyengar2/fix_pushprox_chart_hardened
Support pushprox in hardened RKE clusters
2020-09-22 10:04:44 -07:00
prachidamle 387c7abc46 Generated changes 2020-09-22 04:00:08 +00:00
Prachi Damle 0f786657a2
Merge pull request #676 from prachidamle/airgap_fix
Use global registry for security-scan and sonobuoy tool images to support airgapped setups
2020-09-21 20:59:38 -07:00
paynejacob 0b7417b7a4 Generated changes 2020-09-21 23:48:16 +00:00
Jacob Payne 91d1dedca1
allow tolerations to be passed to fluentbit containers (#673) 2020-09-21 16:47:48 -07:00
Prachi Damle 42f30bfad1 Use the system_default_registry for security-scan and sonobuoy images
Deleting tgz assets
2020-09-21 15:21:56 -07:00
PennyScissors 69a912e5d8 Generated changes 2020-09-21 22:02:18 +00:00