Skip to content
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

Add configurable idleTimeoutSeconds for k8s API load balancer #311

Merged
merged 3 commits into from
Nov 14, 2018

Conversation

aknysh
Copy link
Member

@aknysh aknysh commented Nov 14, 2018

what

  • Add configurable idleTimeoutSeconds for k8s API load balancer

why

@aknysh aknysh self-assigned this Nov 14, 2018
@@ -31,12 +31,13 @@ spec:
api:
loadBalancer:
type: Public
idleTimeoutSeconds: {{ getenv "KOPS_API_SERVER_ELB_TIMEOUT" "300" }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
idleTimeoutSeconds: {{ getenv "KOPS_API_SERVER_ELB_TIMEOUT" "300" }}
idleTimeoutSeconds: {{ getenv "KOPS_API_LOAD_BALANCER_IDLE_TIMEOUT_SECONDS" "300" }}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, let's increase to 600 by default

Copy link
Member

@osterman osterman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See suggestion

@aknysh aknysh requested a review from osterman November 14, 2018 21:54
@aknysh aknysh changed the title Add configurable idleTimeoutSeconds to k8s API server load balancer Add configurable idleTimeoutSeconds for k8s API load balancer Nov 14, 2018
@aknysh aknysh merged commit d3a9ba2 into master Nov 14, 2018
@aknysh aknysh deleted the kops-template-add-elb-timeout branch November 14, 2018 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants