-
Notifications
You must be signed in to change notification settings - Fork 500
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
set TZ environment for webhook and advanced statefulset #3034
Conversation
…operator chart should honor .Values.timezone backup-manager job should use the same timezone of tidb-controller-manager
@@ -151,7 +151,7 @@ apiserver: | |||
# kubectl apply -f manifests/advanced-statefulset-crd.v1.yaml # k8s version >= 1.16.0 | |||
advancedStatefulset: | |||
create: false | |||
image: pingcap/advanced-statefulset:v0.3.3 | |||
image: pingcap/advanced-statefulset:v0.4.0 |
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.
This new image contains tzdata, so that we can use TZ
environment to configure the local time zone.
Codecov Report
@@ Coverage Diff @@
## master #3034 +/- ##
==========================================
+ Coverage 41.92% 42.15% +0.23%
==========================================
Files 156 156
Lines 16777 16709 -68
==========================================
+ Hits 7033 7043 +10
+ Misses 9172 9094 -78
Partials 572 572
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
LGTM
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.
LGTM
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-1.1 in PR #3041 |
What problem does this PR solve?
fixes #2944
What is changed and how does it work?
Check List
Tests
Code changes
Side effects
Related changes
Does this PR introduce a user-facing change?: