Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update helm chart rook-ceph-cluster to v1.9.0 #582

Merged
merged 1 commit into from
Apr 16, 2022

Conversation

bloopy-boi[bot]
Copy link
Contributor

@bloopy-boi bloopy-boi bot commented Apr 13, 2022

This PR contains the following updates:

Package Update Change
rook-ceph-cluster minor v1.8.8 -> v1.9.0

Release Notes

rook/rook

v1.9.0

Compare Source

Upgrade Guide

To upgrade from previous versions of Rook, see the Ceph upgrade guide.

Breaking Changes
  • The MDS liveness and startup probes are now configured by the CephFilesystem CR instead of the CephCluster CR. To apply the MDS probes, they need to be specified in the CephFilesystem CR. See the CephFilesystem doc for more details.
  • In the Helm charts, all Ceph components now have default values for the pod resources. The values can be modified or removed in values.yaml depending on cluster requirements.
  • Prometheus rules are installed by the cluster Helm chart. If you were relying on the CephCluster CR setting monitoring.enabled to create the prometheus rules, they now need to be enabled by setting monitoring.createPrometheusRules in the cluster Helm chart values.
  • Removed the obsolete cross build container, now unused by the CI
Features
  • The number of mgr daemons for example clusters is increased to 2, resulting in a standby mgr daemon. If the active mgr goes down, Ceph will update the passive mgr to be active, and rook will update all the services with the label app=rook-ceph-mgr to direct traffic to the new active mgr.
  • Network encryption is configurable with settings in the CephCluster CR. Requires the 5.11 kernel or newer.
  • Network compression is configurable with settings in the CephCluster CR. Requires Ceph Quincy (v17) and a newer kernel as also required for encryption.
  • Support for custom ceph.conf for csi pods.
  • Ceph prometheus rules added and updated as recommended from the main Ceph project. The rules can be created with the cluster helm chart by setting the monitoring.createPrometheusRules, or see the monitoring documentation if not using helm.
  • The service account rook-ceph-rgw is added to the RGW pods.
  • A CephBlockPoolRadosNamespace CRD is provided to create RADOS namespaces in a pool.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@bloopy-boi bloopy-boi bot requested a review from h3mmy as a code owner April 13, 2022 23:22
@bloopy-boi bloopy-boi bot added renovate/helm type/minor size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Apr 13, 2022
@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Apr 13, 2022

Path: cluster/core/rook-ceph/cluster/helm-release.yaml
Version: v1.8.8 -> v1.9.0

@@ -61,6 +61,23 @@
 # imagePullSecrets:
 # - name: my-registry-secret
 ---
+# Source: rook-ceph-cluster/templates/rbac.yaml
+# Service account for RGW server
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+ name: rook-ceph-rgw
+ namespace: default # namespace:cluster
+ labels:
+ operator: rook
+ storage-backend: ceph
+ app.kubernetes.io/part-of: rook-ceph-operator
+ app.kubernetes.io/managed-by: helm
+ app.kubernetes.io/created-by: helm
+
+# imagePullSecrets:
+# - name: my-registry-secret
+---
 # Source: rook-ceph-cluster/templates/cephblockpool.yaml
 apiVersion: storage.k8s.io/v1
 kind: StorageClass
@@ -238,7 +255,6 @@
 - "monitoring.coreos.com"
 resources:
 - servicemonitors
- - prometheusrules
 verbs:
 - get
 - list
@@ -509,7 +525,7 @@
 name: default
 spec:
 monitoring:
- rulesNamespace: default
+ createPrometheusRules: false
 enabled: true
 rulesNamespaceOverride: null
 cephVersion:
@@ -571,6 +587,7 @@
 probe:
 timeoutSeconds: 5
 mgr:
+ allowMultiplePerNode: false
 count: 2
 modules:
 - enabled: true
@@ -586,6 +603,63 @@
 - effect: NoExecute
 operator: Exists
 removeOSDsIfOutAndSafeToRemove: false
+ resources:
+ cleanup:
+ limits:
+ cpu: 500m
+ memory: 1Gi
+ requests:
+ cpu: 500m
+ memory: 100Mi
+ crashcollector:
+ limits:
+ cpu: 500m
+ memory: 60Mi
+ requests:
+ cpu: 100m
+ memory: 60Mi
+ logcollector:
+ limits:
+ cpu: 500m
+ memory: 1Gi
+ requests:
+ cpu: 100m
+ memory: 100Mi
+ mgr:
+ limits:
+ cpu: 1000m
+ memory: 1Gi
+ requests:
+ cpu: 500m
+ memory: 512Mi
+ mgr-sidecar:
+ limits:
+ cpu: 500m
+ memory: 100Mi
+ requests:
+ cpu: 100m
+ memory: 40Mi
+ mon:
+ limits:
+ cpu: 2000m
+ memory: 2Gi
+ requests:
+ cpu: 1000m
+ memory: 1Gi
+ osd:
+ limits:
+ cpu: 2000m
+ memory: 4Gi
+ requests:
+ cpu: 1000m
+ memory: 4Gi
+ prepareosd:
+ limits:
+ cpu: 500m
+ memory: 200Mi
+ requests:
+ cpu: 500m
+ memory: 50Mi
 skipUpgradeChecks: false
 storage:
 config:

@h3mmy h3mmy merged commit 0861450 into main Apr 16, 2022
@h3mmy h3mmy deleted the renovate/rook-ceph-cluster-1.x branch April 16, 2022 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant