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

[kong] fix autoscaling and replicaCount conflict #222

Merged
merged 3 commits into from
Nov 4, 2020

Conversation

mmiglier
Copy link
Contributor

@mmiglier mmiglier commented Oct 31, 2020

What this PR does / why we need it:

Whenever the deployment is updated the number of pods is scaled down to replicaCount, even though autoscaling is
enabled. Related issue: kubernetes/kubernetes#25238.

Checklist

  • PR is based off the current tip of the next branch and targets next, not main
  • Title of the PR and commit headers start with chart name (e.g. [kong])

Whenever the deployment is updated the number of pods is
scaled down to replicaCount, even though autoscaling is
enabled. Related issue:
kubernetes/kubernetes#25238.
@CLAassistant
Copy link

CLAassistant commented Oct 31, 2020

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@mflendrich mflendrich left a comment

Choose a reason for hiding this comment

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

Thanks for this contribution.

Please also edit the comment at

# Kong pod count
to mention that the replicaCount is not effective if autoscaling.enabled is set to true. Same for
| replicaCount | Kong instance count | `1` |
.

charts/kong/README.md Outdated Show resolved Hide resolved
@mflendrich mflendrich merged commit 710a060 into Kong:next Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants