chore(cherry-pick): For PR 89...92, 94, 98#99
Merged
mittachaitu merged 6 commits intov0.6.xfrom Aug 30, 2021
Merged
Conversation
…orageclass is having invalid topology (#90) Signed-off-by: mayank <mayank.patel@mayadata.io>
…oner (#89) This PR adds resources requests and limits values after monitoring nfs-provisioner behavior during the idle and busy time. Steps performed to monitor: Noted the values of CPU & memory usage after applying nfs-provisioner YAML. Provisioned 50 NFS-PVCs, 100 NFS-PVCs at a time and collected the memory & CPU usage of the nfs-provisioner periodically. Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io>
* chore(helm-chart): chart release for v0.6.0 Signed-off-by: mayank <mayank.patel@mayadata.io>
…FS Server (#92) This PR adds support to configure resource requirements[requests & limits] for NFS Server via NFS StorageClass. Values specified in StorageClass annotation will be propagated to NFS Server deployment. **Sample NFS SC YAML**: ```yaml apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: openebs-rwx annotations: openebs.io/cas-type: nfsrwx cas.openebs.io/config: | - name: NFSServerType value: "kernel" - name: BackendStorageClass value: "openebs-hostpath" # NFSServerResourceRequests defines the resource requests for NFS Server - name: NFSServerResourceRequests value: |- memory: 50Mi cpu: 50m # NFSServerResourceLimits defines the resource limits for NFS Server - name: NFSServerResourceLimits value: |- memory: 100Mi cpu: 100m provisioner: openebs.io/nfsrwx reclaimPolicy: Delete ``` Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io>
Signed-off-by: mayank <mayank.patel@mayadata.io>
- sigs.k8s.io/sig-storage-lib-external-provisioner to v7.0.1 - Kubernetes dependencies to v0.20.2 - kolg to v2.10.0 - This commit updates the kubernetes version from 1.17 to 1.18 in intro.md Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io>
Codecov Report
@@ Coverage Diff @@
## v0.6.x #99 +/- ##
==========================================
+ Coverage 46.85% 46.97% +0.11%
==========================================
Files 29 29
Lines 2356 2378 +22
==========================================
+ Hits 1104 1117 +13
- Misses 1174 1182 +8
- Partials 78 79 +1
Continue to review full report at Codecov.
|
kmova
approved these changes
Aug 30, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why is this PR required? What issue does it fix?:
What this PR does?:
This PR cherry-picks commits from branch develop to v0.6.x.
Followings PRs are added for cherry-picking:
#89
#90
#91
#92
#94
#98
Does this PR require any upgrade changes?:
If the changes in this PR are manually verified, list down the scenarios covered::
Any additional information for your reviewer? :
Mention if this PR is part of any design or a continuation of previous PRs
Checklist:
<type>(<scope>): <subject>