-
Notifications
You must be signed in to change notification settings - Fork 587
HDDS-3780. Replace the imagePullPolicy from always to IfNotPresent #1055
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1055 +/- ##
============================================
- Coverage 69.48% 69.46% -0.03%
- Complexity 9110 9119 +9
============================================
Files 961 961
Lines 48132 48148 +16
Branches 4672 4679 +7
============================================
- Hits 33446 33445 -1
- Misses 12468 12489 +21
+ Partials 2218 2214 -4 Continue to review full report at Codecov.
|
elek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sound reasonable quay.io/k8scsi/csi-provisioner:v1.0.1 supposed to be fixed and don't need to re-download.
Can you please update the definitions/ozone-csi as well and will merge this. (I generate the final resource files based on the content of definitions...)
|
@elek Thank you for your review, i've address your suggestion, updated the two more yaml file in the definitions/ozone-csi folder, PTAL. |
elek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 Thanks the update. Merging it.
* upstream/master: (56 commits) HDDS-3264. Fix TestCSMMetrics.java. (apache#1120) HDDS-3858. Remove support to start Ozone and HDFS datanodes in the same JVM (apache#1117) HDDS-3704. Update all the documentation to use ozonefs-hadoop2/3 instead of legacy/current (apache#1099) HDDS-3773. Add OMDBDefinition to define structure of om.db. (apache#1076) Revert "HDDS-3263. Fix TestCloseContainerByPipeline.java. (apache#1119)" (apache#1126) HDDS-3821. Disable Ozone SPNEGO should not fall back to hadoop.http.a… (apache#1101) HDDS-3819. OzoneManager#listVolumeByUser ignores userName parameter when ACL is enabled (apache#1087) HDDS-3779. Add csi interface documents to show how to use ozone csi (apache#1059) HDDS-3857. Datanode in compose/ozonescripts can't be started (apache#1116) HDDS-3430. Enable TestWatchForCommit test cases. (apache#1114) HDDS-3263. Fix TestCloseContainerByPipeline.java. (apache#1119) HDDS-3512. s3g multi-part-upload saved incorrect content using streaming (apache#1092) HDDS-3836. Modify ContainerPlacementPolicyFactory JavaDoc (apache#1097) HDDS-3780. Replace the imagePullPolicy from always to IfNotPresent (apache#1055) HDDS-3847. Change OMNotLeaderException logging to DEBUG (apache#1118) HDDS-3745. Improve OM and SCM performance with 64% by avoid collect datanode information to s3g (apache#1031) HDDS-3286. BasicOzoneFileSystem support batchDelete. (apache#814) HDDS-3850. Update the admin document to let user know how to show the status of all rules. (apache#1109) HDDS-3848. Add ratis.thirdparty.version in main pom.xml (apache#1108) HDDS-3815. Avoid buffer copy in ContainerCommandRequestProto. (apache#1085) ...
What changes were proposed in this pull request?
With the always imagePullPolicy, i cannot use the self-build local image. With the IfNotPresent policy, i can build an images to my local repository and use it.
What is the link to the Apache JIRA
https://jira.apache.org/jira/browse/HDDS-3780
How was this patch tested?
Minor fix, no need to test.