-
Notifications
You must be signed in to change notification settings - Fork 184
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
Update ENV variable name in syncer to match with the deployment yaml file #65
Update ENV variable name in syncer to match with the deployment yaml file #65
Conversation
Hi @chethanv28. Thanks for your PR. I'm waiting for a kubernetes-sigs or kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I'd suggest changing the environment variable in the YAML to |
@RaunakShah I have addressed your review comment in the latest commit |
/ok-to-test |
@chethanv28 please squash all your commits. LGTM |
@divyenpatel I have squashed all the commits |
/lgtm |
/approve |
/assign @dvonthenen |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chethanv28, divyenpatel, dvonthenen The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks for the approvals @dvonthenen and @divyenpatel |
…3-27561-downstream OCPBUGS-8457: UPSTREAM: 2326: Update opencontainers/runc for CVE-2023-27561
What this PR does / why we need it:
This PR will fix the ENV variable name for FULL SYNC interval in syncer source files to match with the ENV specified in the deployment file
We need this change for users to customize the full sync interval and for this the ENV variables in the source code must match with the deployment yaml file
https://github.com/kubernetes-sigs/vsphere-csi-driver/blob/master/manifests/1.14/deploy/vsphere-csi-controller-ss.yaml
Special notes for your reviewer:
Deploy CSI driver and customize the value of the FULL SYNC to different values.
Currently the default value is set to 30minutes both in the source files and yaml file. But with this change, if users change the FULL SYNC to different value it will be reflected in the container at runtime as well
Release note:
Snapshot of the Deployment file: