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

Issue 557: Many Pravega Spec parameters are still not updatable at runtime #561

Merged
merged 3 commits into from
Jul 13, 2021

Conversation

anishakj
Copy link
Contributor

@anishakj anishakj commented Jul 1, 2021

Change log description

Currently many parameters belonging to sts and deployment are not updatable at runtime. eg; Resources

Purpose of the change

Fixes #557

What the code does

Made changes for updating statefulset and deployment if there are any changes to them

How to verify it

Modified pravega cluster fields like resources and verified that sts and deployments are getting updated and pods are getting restarted.

@codecov-commenter
Copy link

codecov-commenter commented Jul 1, 2021

Codecov Report

Merging #561 (6e15873) into master (38969dc) will increase coverage by 0.06%.
The diff coverage is 52.63%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #561      +/-   ##
==========================================
+ Coverage   71.99%   72.06%   +0.06%     
==========================================
  Files          15       15              
  Lines        3682     3694      +12     
==========================================
+ Hits         2651     2662      +11     
+ Misses        911      908       -3     
- Partials      120      124       +4     
Impacted Files Coverage Δ
...roller/pravegacluster/pravegacluster_controller.go 52.72% <52.63%> (+0.83%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 38969dc...6e15873. Read the comment docs.

@anishakj anishakj marked this pull request as ready for review July 1, 2021 14:50
@anishakj anishakj requested a review from SrishT July 1, 2021 14:50
Signed-off-by: anishakj <[email protected]>
Copy link
Contributor

@SrishT SrishT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@anishakj anishakj merged commit 087b0fb into master Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Many Pravega Spec parameters are still not updatable at runtime
3 participants