[WIP]Update sig storage lib external provisioner to v9.0.3 #358
+110,995
−17,880
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.
What this PR does / why we need it:
The previous PR #258 has not been updated for more than a year and has been closed.
#258 (comment)
The k/k test code requires nfs-subdir-external-provisioner to be updated to v8.0.0 +
kubernetes/kubernetes#114804 (comment)
Special notes for your reviewer:
The reason for not upgrading to the latest version v10.0.1 of sig-storage-lib-external-provisioner:
Because starting from v10.0.0, sig-storage-lib-external-provisioner added contextual logging. If we want to update to the latest version, all glog codes in this repository need to be updated to klog codes. I am not sure whether it is necessary to update, After all, it involves a lot of log content updates, which need to be discussed by the reviewer of nfs-subdir-external-provisioner.
Another way is to update it in a later PR.
/cc @yonatankahana @cornfeedhobo
I still need to test it on the cluster to make sure it works correctly, and when the test is complete, I will remove the WIP keyword.