-
Notifications
You must be signed in to change notification settings - Fork 499
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
Automated cherry pick of #915: Support configuring sysctls for Pods and enable net.* #1175
Automated cherry pick of #915: Support configuring sysctls for Pods and enable net.* #1175
Conversation
Co-Authored-By: weekface <[email protected]>
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
/run-e2e-in-kind |
Services []Service `json:"services,omitempty"` | ||
PVReclaimPolicy corev1.PersistentVolumeReclaimPolicy `json:"pvReclaimPolicy,omitempty"` | ||
Timezone string `json:"timezone,omitempty"` | ||
MaxFailoverCount int32 `json:"maxFailoverCount,omitempty"` |
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.
Why add MaxFailoverCount
in TidbCluster
?
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.
Good catch, that's a typo when I fix the merge conflict in TiDBSpec
Signed-off-by: Aylei <[email protected]>
e4a2a90
to
99c47ba
Compare
…upstream-release-1.0
/run-e2e-in-kind |
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
/run-e2e-in-kind |
Cherry pick of #915 on release-1.0.
#915: Support configuring sysctls for Pods and enable net.*