-
Notifications
You must be signed in to change notification settings - Fork 204
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
US-622676 - helm chart changes for tcp keep alive probe #837
Conversation
Starting PR-837 validation on -> configs |
Starting PR-837 validation on -> configs |
Starting PR-837 validation on -> configs |
Starting PR-837 validation on -> configs |
Starting PR-837 validation on -> configs |
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.
Hi Saurabh,
Just a small suggestion. Please change the following text:
Starting from Kubernetes 1.29 version, kubernetes allows to set OS kernel level setting net.ipv4.tcp_keepalive_time
using standard sysctls command.
Please refer below example and if needed, provide the value in seconds as per the cloud provider TCP connections timeout settings.
To:
Starting in Kubernetes version 1.29, you can configure the OS Kernel level setting net.ipv4.tcp_keepalive_time
using standard sysctls command.
The following code provides an example configuration. If needed, provide the value in seconds as per the cloud provider TCP connections timeout settings.
Thanks!
Kinga
Starting PR-837 validation on -> configs |
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.
Looks good!
@Saurabh-16 is this only needed for runtime or should we be doing the same for the installer? |
|
No description provided.