Jiaqi Luo
85de78a0bb
(dev-v2.6-archive) Merge pull request #1567 from jiaqiluo/rebase-monitoring
...
(partially cherry picked from commit d6b619d203
)
2022-01-06 11:37:47 -08:00
Colleen Murphy
68ad619fa3
(dev-v2.6-archive) Merge pull request #1625 from cmurphy/bump-kev2
...
Bump KEv2 operators
(partially cherry picked from commit 64f6c291de
)
2022-01-06 11:37:43 -08:00
Jiaqi Luo
5f1dde5a21
(dev-v2.6-archive) [rancher-monitoring-crd] code refactor
...
(partially cherry picked from commit cfc2433953
)
2022-01-06 11:37:42 -08:00
Jiaqi Luo
05dbee9b38
(dev-v2.6-archive) [rancher-backup] bump version to 2.1.0-rc1
...
(partially cherry picked from commit 4bee7541a6
)
2022-01-06 11:37:39 -08:00
Jiaqi Luo
c81930bacf
(dev-v2.6-archive) [rancher-pushprox] remove the duplicated label from the helper function
...
issue: https://github.com/rancher/rancher/issues/35217
(partially cherry picked from commit 9a805d2df8
)
2022-01-06 11:37:35 -08:00
Jiaqi Luo
667240cc68
(dev-v2.6-archive) update all charts' version to 100.0.0
...
(partially cherry picked from commit 09f8f4b5bf
)
2022-01-06 11:34:04 -08:00
Daishan Peng
6ca9fb2c05
(dev-v2.6-archive) Merge pull request #1257 from StrongMonkey/fleet-v0.3.6-rc1-2.6
...
Fleet v0.3.6-rc1
(partially cherry picked from commit 6da36d301f
)
2022-01-06 11:34:01 -08:00
Daishan
f4cb5b7eba
(dev-v2.6-archive) Make charts
...
(partially cherry picked from commit a9e2003ebb
)
2022-01-06 11:34:01 -08:00
Jiaqi Luo
5dcbb0283b
(dev-v2.6-archive) Merge pull request #1227 from jiaqiluo/pushprox-for-ingress-nginx-dev-v2.6
...
(partially cherry picked from commit 4f1aa0319f
)
2022-01-06 11:33:59 -08:00
Nick Gerace
091cda727d
(dev-v2.6-archive) Fix logging 3.10.0 and remove bad chart
...
(partially cherry picked from commit c320d24d50
)
2022-01-06 11:33:59 -08:00
Jiaqi Luo
e45348b081
(dev-v2.6-archive) Update rancher-pushprox to support overriding namespace and switching the workload type of the client between Deployment and DaemonSet by adding replicas and affinity in pod.spec
...
(partially cherry picked from commit 8bf9b82e91
)
2022-01-06 11:33:58 -08:00
Arvind Iyengar
d7b9e7e2ba
(dev-v2.6-archive) Add kubelet and nodeExporter pushprox and bump image ( #1245 )
...
* Bump PushProx chart version
* Expose serviceMonitor endpoints and client SA RBAC
* Bump PushProx image to v0.1.0-rancher2
* Support hardened kubelet+nodeExporter & update k3s
* Generate charts
* Disable kubelet serviceMonitor if k3sServer enabled
* make charts
(partially cherry picked from commit a064b37d4e
)
2022-01-06 11:33:54 -08:00
Arvind Iyengar
775e5e62f2
(dev-v2.6-archive) Remove rcVersions
...
(partially cherry picked from commit b350bb93e0
)
2022-01-06 11:33:34 -08:00
Arvind Iyengar
63af4011e1
(dev-v2.6-archive) Checkout current packages from dev-v2.5-source
...
```bash
git fetch upstream
git checkout upstream/dev-v2.5-source -- packages; git reset HEAD; git checkout -- packages/README.md
```
(partially cherry picked from commit 551327b14e
)
2022-01-06 11:33:32 -08:00
actions
decb1db44b
(dev-v2.6-archive) Generated changes
...
(partially cherry picked from commit 88defdad62
)
2022-01-06 11:33:31 -08:00
maggieliu
826d5dc2df
(dev-v2.6-archive) Merge pull request #675 from aiyengar2/fix_pushprox_chart_hardened
...
Support pushprox in hardened RKE clusters
(partially cherry picked from commit 6edb750ce9
)
2022-01-06 11:33:28 -08:00
Arvind Iyengar
ae60d235cb
(dev-v2.6-archive) Support monitoring in hardened RKE clusters
...
This commit adds support for deploying rancher-monitoring into hardened clusters.
It modifies some of the default securityContexts and does some misc. fixes such as:
- Removing default AppArmor PSP annotations from Grafana (related to https://github.com/helm/charts/issues/9090 )
- Modifying rkeScheduler and rkeControllerManager to use localhost to scrape components since the endpoints aren't exposed in a hardened cluster
These changes have been verified on a hardened RKE cluster.
(partially cherry picked from commit e3d6033572
)
2022-01-06 11:33:25 -08:00
Arvind Iyengar
0eded521bd
(dev-v2.6-archive) Support pushprox in hardened RKE clusters
...
This commit adds support for deploying rancher-pushprox into hardened clusters.
It introduces securityContexts and rearranges the RBAC in order to support a PodSecurityPolicy for the PushProx clients.
These changes have been verified on a hardened RKE cluster.
(partially cherry picked from commit 7d1332356c
)
2022-01-06 11:33:24 -08:00
Arvind Iyengar
0ec38633eb
(dev-v2.6-archive) Move pushprox RBAC into separate file
...
(partially cherry picked from commit 4da2300a26
)
2022-01-06 11:33:24 -08:00
aiyengar2
d6e2d6fe20
(dev-v2.6-archive) Merge pull request #666 from aiyengar2/fix_kube_dns_namespace
...
Create kube-dns service monitor in kube-system
(partially cherry picked from commit 034952747f
)
2022-01-06 11:33:20 -08:00
Brenda Rearden
cea35722ed
(dev-v2.6-archive) Set installer repo,tag in values.yaml
...
(partially cherry picked from commit 9932422f51
)
2022-01-06 11:33:20 -08:00
aiyengar2
f04ef106ae
(dev-v2.6-archive) Merge pull request #662 from aiyengar2/use_new_busybox
...
Replace rancher/busybox w/ rancher/library-busybox
(partially cherry picked from commit afb3af8690
)
2022-01-06 11:33:18 -08:00
Daishan Peng
e7c5d7a499
(dev-v2.6-archive) Merge pull request #660 from StrongMonkey/add-rio-annotations
...
Add istio dependency to rio chart
(partially cherry picked from commit 4cd7a24bd8
)
2022-01-06 11:33:14 -08:00
Arvind Iyengar
5e6cfe0671
(dev-v2.6-archive) Replace rancher/busybox w/ rancher/library-busybox
...
Related Issue: https://github.com/rancher/rancher/issues/28978
(partially cherry picked from commit c263e58157
)
2022-01-06 11:33:14 -08:00
Arvind Iyengar
ef6896d23d
(dev-v2.6-archive) Update docs, descriptions, and other minor fixes
...
- [rancher-pushprox] add hidden annotation + update description
- [rancher-monitoring] update description + add monitoring app-README.md
- [rancher-monitoring|rancher-pushprox] Move systemDefaultRegistry to global.cattle
- [rancher-monitoring] Move exporter enabled logic to _helpers.tpl
(partially cherry picked from commit 4d5653b2ec
)
2022-01-06 11:33:06 -08:00
Arvind Iyengar
8e591ce2af
(dev-v2.6-archive) switch copyCerts image to rancher/busybox
...
(partially cherry picked from commit 23fbc636ab
)
2022-01-06 11:32:46 -08:00
Brenda Rearden
5fc81128ca
(dev-v2.6-archive) Merge pull request #577 from brendarearden/kiali-fixes
...
Update kiali image conventions, remove release.name from naming convention
(partially cherry picked from commit 95800e5bd0
)
2022-01-06 11:32:45 -08:00
Brenda Rearden
036a7bef97
(dev-v2.6-archive) Remove release name, refactor image values, update web_root
...
(partially cherry picked from commit 5da19fc4a4
)
2022-01-06 11:32:45 -08:00
Arvind Iyengar
fed0d9cf3b
(dev-v2.6-archive) Add private registry support to rancher-pushprox
...
(partially cherry picked from commit d5a2f275f7
)
2022-01-06 11:32:42 -08:00
Arvind Iyengar
b643adedc0
(dev-v2.6-archive) Use Rancher PushProx image
...
(partially cherry picked from commit 93f477b3e9
)
2022-01-06 11:32:28 -08:00
Arvind Iyengar
74439b3f23
(dev-v2.6-archive) Update default namespace to cattle-monitoring-system
...
(partially cherry picked from commit 701098fd72
)
2022-01-06 11:32:27 -08:00
Caleb Bron
f893fe12c3
(dev-v2.6-archive) moving dev-charts to charts and fixing logo path
...
(partially cherry picked from commit a224a87038
)
2022-01-06 11:32:10 -08:00
Caleb Bron
35c812165a
(dev-v2.6-archive) copy charts from dev-charts
...
(partially cherry picked from commit f7dd80a3c1
)
2022-01-06 11:32:09 -08:00
Denise Schannon
3c2a851726
(dev-v2.6-archive) Initial commit
...
(partially cherry picked from commit 44e16849c3
)
2022-01-06 11:32:09 -08:00
Caleb Bron
2087de28b5
clean up main
2020-09-30 16:45:24 -07:00
Arvind Iyengar
7d1332356c
Support pushprox in hardened RKE clusters
...
This commit adds support for deploying rancher-pushprox into hardened clusters.
It introduces securityContexts and rearranges the RBAC in order to support a PodSecurityPolicy for the PushProx clients.
These changes have been verified on a hardened RKE cluster.
2020-09-21 00:20:45 -07:00
Arvind Iyengar
4da2300a26
Move pushprox RBAC into separate file
2020-09-21 00:20:10 -07:00
Arvind Iyengar
c263e58157
Replace rancher/busybox w/ rancher/library-busybox
...
Related Issue: https://github.com/rancher/rancher/issues/28978
2020-09-17 18:38:14 -07:00
Arvind Iyengar
4d5653b2ec
Update docs, descriptions, and other minor fixes
...
- [rancher-pushprox] add hidden annotation + update description
- [rancher-monitoring] update description + add monitoring app-README.md
- [rancher-monitoring|rancher-pushprox] Move systemDefaultRegistry to global.cattle
- [rancher-monitoring] Move exporter enabled logic to _helpers.tpl
2020-09-10 17:23:47 -07:00
Arvind Iyengar
23fbc636ab
switch copyCerts image to rancher/busybox
2020-08-26 16:34:57 -07:00
Arvind Iyengar
d5a2f275f7
Add private registry support to rancher-pushprox
2020-08-25 19:37:34 -07:00
Arvind Iyengar
93f477b3e9
Use Rancher PushProx image
2020-08-18 10:02:30 -07:00
Arvind Iyengar
701098fd72
Update default namespace to cattle-monitoring-system
2020-08-18 10:02:28 -07:00
Caleb Bron
a224a87038
moving dev-charts to charts and fixing logo path
2020-07-30 16:13:01 -07:00
Caleb Bron
f7dd80a3c1
copy charts from dev-charts
2020-07-30 16:09:43 -07:00
Denise Schannon
44e16849c3
Initial commit
2020-07-29 15:59:02 -07:00