Commit Graph

136 Commits (f9c14b7c4c0babf30d0cff26688d97b7e144cbb3)

Author SHA1 Message Date
paynejacob f9c14b7c4c Generated changes 2020-08-24 21:05:07 +00:00
Jacob Payne fb19db55fb
Feature/logging/rke2 (#568)
added rke2 logging support
2020-08-24 14:04:27 -07:00
brendarearden b71ec47010 Generated changes 2020-08-24 19:49:34 +00:00
Brenda Rearden af2f94b759
Merge pull request #569 from brendarearden/istio-167
Remove canary and set version to 1.6.7 for upgrade testing
2020-08-24 12:48:54 -07:00
ibuildthecloud b77affcb27 Generated changes 2020-08-22 02:26:46 +00:00
Darren Shepherd 263a4e2764
Merge pull request #575 from ibuildthecloud/dev-2.5
Add Fleet
2020-08-21 19:26:05 -07:00
Darren Shepherd 323e56fe20 Add Fleet 2020-08-21 18:52:51 -07:00
paynejacob 3887f667bf Generated changes 2020-08-21 18:06:22 +00:00
Jacob Payne 895ca3c93a
force logging rebuild (#572) 2020-08-21 11:05:35 -07:00
paynejacob 1a4d23f146 Generated changes 2020-08-21 16:28:39 +00:00
Jacob Payne 7e14b4ee14
fixed template issues with k3s (#567) 2020-08-21 09:28:01 -07:00
ibuildthecloud b3e1a6e70c Generated changes 2020-08-21 16:04:30 +00:00
Darren Shepherd 1649c272c6
Merge pull request #570 from ibuildthecloud/dev-2.5
Add fleet logo
2020-08-21 09:03:52 -07:00
Darren Shepherd e3a4b80a7f Add fleet logo 2020-08-21 09:02:11 -07:00
Brenda Rearden 6e4c1e8d25 Remove canary and set version to 1.6.7 for upgrade testing 2020-08-20 16:47:18 -07:00
brendarearden c9a0c8bff0 Generated changes 2020-08-20 22:32:33 +00:00
Brenda Rearden b98d02ed8f
Merge pull request #557 from brendarearden/manifest-changes
Change to rancher images
2020-08-20 15:31:58 -07:00
Brenda Rearden bddd43f53f Change to rancher imags, delete old builds 2020-08-20 15:13:57 -07:00
cbron 730d7da9eb Generated changes 2020-08-19 22:19:47 +00:00
Caleb Bron 7db8a41344
Merge pull request #562 from cbron/rke-2-charts
Remove RKE 2 charts and cleaned index.yaml
2020-08-19 15:19:11 -07:00
Caleb Bron 6a188a70d4 regenerate index 2020-08-19 14:37:37 -07:00
Caleb Bron 0a381894df remove rke2 charts 2020-08-19 13:28:53 -07:00
StrongMonkey 8bf2c3f9b6 Generated changes 2020-08-19 20:09:05 +00:00
Daishan Peng b9592c0645
Merge pull request #555 from StrongMonkey/update-readme
Update commit example of overriding a chart
2020-08-19 13:08:28 -07:00
paynejacob a8fe8fdd75 Generated changes 2020-08-19 19:43:41 +00:00
Jacob Payne a63500248a
added k3s support (#560) 2020-08-19 12:43:00 -07:00
PennyScissors 8bb4b8cb53 Generated changes 2020-08-18 22:21:17 +00:00
Steven Crespo 813457423b
Merge pull request #553 from PennyScissors/update-gatekeeper
Update gatekeeper to v3.1.0-rc.1
2020-08-18 15:20:34 -07:00
StrongMonkey 2821923bfc Generated changes 2020-08-18 21:11:59 +00:00
Daishan Peng 150875dd45
Merge pull request #559 from StrongMonkey/update-rio
Update rio to v0.8.0-rc2, add experimental label
2020-08-18 14:11:12 -07:00
Daishan 4e991faf6a Update rio to v0.8.0-rc2, add experimental label 2020-08-18 13:35:00 -07:00
aiyengar2 24eda5fcec Generated changes 2020-08-18 18:39:04 +00:00
aiyengar2 24e287da52
Merge pull request #558 from aiyengar2/fix_remove_timestamp
Fix remove_timestamp_from_diff in generate-patch
2020-08-18 11:38:28 -07:00
aiyengar2 9d9200acba Generated changes 2020-08-18 18:24:31 +00:00
aiyengar2 2c23c16695
Merge pull request #507 from rancher/fix_pushprox_image
Minor updates to rancher-monitoring and rancher-pushprox chart
2020-08-18 11:23:49 -07:00
Arvind Iyengar d041c0d5c1 Fix remove_timestamp_from_diff in generate-patch
This commit resolves two issues that are found when working with charts:
- On a failed sed command for removing the timestamp, the patch also
fails to regenerate the CRD package. Since removing the timestamps on the patch
before or after generating the CRD package makes no difference, we can just
move the `remove_timestamp_from_diff` command to the end of the for loop.

- The sed command would fail depending on what type of sed you were using.
The easiest fix is to provide a backup file extension name like `.bak` and just
delete the file after generating it to have it work with both types of sed.

Related comment for second issue: https://github.com/rancher/dev-charts/pull/38#discussion_r458442691
2020-08-18 11:02:39 -07:00
aiyengar2 3ee2ea3350 Generated changes 2020-08-18 17:56:42 +00:00
Arvind Iyengar 45c2539d2a Revert "Fix remove_timestamp_from_diff in generate-patch"
This reverts commit ce3d7e2b86.
2020-08-18 10:56:01 -07:00
aiyengar2 4e0bc9b824 Generated changes 2020-08-18 17:51:33 +00:00
Arvind Iyengar ce3d7e2b86 Fix remove_timestamp_from_diff in generate-patch
This commit resolves two issues that are found when working with charts:
- On a failed sed command for removing the timestamp, the patch also
fails to regenerate the CRD package. Since removing the timestamps on the patch
before or after generating the CRD package makes no difference, we can just
move the `remove_timestamp_from_diff` command to the end of the for loop.
- The sed command would fail depending on what type of sed you were using.
The easiest fix is to provide a backup file extension name like `.bak` and just
delete the file after generating it to have it work with both types of sed.

Related comment for second issue: https://github.com/rancher/dev-charts/pull/38#discussion_r458442691
2020-08-18 10:46:00 -07:00
Arvind Iyengar c1410c5765 remove tgz 2020-08-18 10:35:27 -07:00
Arvind Iyengar d2bf307e59 Change default to all CRs in all namespaces
This commit sets the following field to false:
`<serviceMonitor|podMonitor|rule>SelectorNilUsesHelmValues: true`

As a result, we look for all CRs with any labels in all namespaces rather than just
the ones tagged with `release: rancher-monitoring`.
2020-08-18 10:35:27 -07:00
Arvind Iyengar f3aebdca14 Update grafana default deploymentStrategy
If the Grafana deployment strategy is not Recreate, the deployment will
be stuck during an upgrade when PV is attached.
2020-08-18 10:35:27 -07:00
Arvind Iyengar 215cf10a68 Add NoExecute + NoSchedule toleration to PushProx
This commit adds NoExecute / NoSchedule tolerations by default to all of the
PushProx exporters since the default expectation when deploying these exporters
is that they are deployed on the expected nodes based on nodeSelector labels
regardless of any taints added to those nodes.

Users can always choose to override these settings if necessary.
2020-08-18 10:35:27 -07:00
Arvind Iyengar de6fbbb129 Increase prometheus resource limits and requests 2020-08-18 10:35:23 -07:00
Arvind Iyengar 3d6b8c94c7 Move ClusterRoles and change values.yaml fields
- Moves `monitoringRole` settings into `global.rbac` in values.yaml
- Moves user ClusterRoles into one file: `rancher-monitoring/clusterroles.yaml`
- Reformats user ClusterRoles format to look like upstream format
- Enables aggregateRolesForRBAC by default
- Updates README.md and CHANGELOG.md for relevant ClusterRole changes
2020-08-18 10:02:30 -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
Arvind Iyengar 63647c6849 Update README to add rancher-monitoring changes
Adds prometheus-adapter and rancher-pushprox to the README.md and also
adds fields for Rancher Monitoring config
2020-08-18 09:58:43 -07:00
brendarearden b8d57a58fa Generated changes 2020-08-18 00:32:29 +00:00