Closed huww98 closed 5 months ago
Hi @huww98. Thanks for your PR.
I'm waiting for a kubernetes-csi member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
/ok-to-test
@xing-yang before cutting a release, please merge it. I will update the host path manifest in https://github.com/kubernetes/kubernetes/pull/124842.
@jsafrane BTW, should we update the hostpath image tag to v1.14.0 before cutting a release?
@jsafrane BTW, should we update the hostpath image tag to v1.14.0 before cutting a release?
I don't know. In the history I can see we updated the number after a release was tagged. Did we do it wrong?
IMO, If we update the deployment file before releasing the version, then we don't need to do any extra work after releasing the version.
cc @xing-yang what do you think?
/lgtm /approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: huww98, jsafrane
The full list of commands accepted by this bot can be found here.
The pull request process is described here
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Replace glog with klog in all go source files. Fix several compile errors. (
if v5
=>if v5.Enabled()
) Add "klog.InitFlags(nil)" and remove flag.Set("logtostderr", "true"), which is now the default. Run go mod tidy + go mod vendor.Which issue(s) this PR fixes:
Fixes https://github.com/kubernetes/kubernetes/issues/125539
Special notes for your reviewer:
/cc @jsafrane
Does this PR introduce a user-facing change?: