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

Expose disableKubernetesDestinations setting as Helm chart value #2302

Merged
merged 2 commits into from Jan 29, 2020

Conversation

marcogschmidt
Copy link
Contributor

@marcogschmidt marcogschmidt commented Jan 28, 2020

Gloo allows you to directly reference a Kubernetes service as a routing destination. To enable this feature, Gloo scans the cluster for Kubernetes services and creates a special type of in-memory Upstream to represent them.
If the cluster contains a lot of services and you do not restrict the namespaces Gloo is watching, this can result in significant overhead. If users do not plan on using this feature, they can now provide a helm value to turn it off.
BOT NOTES:
resolves #2299

@solo-changelog-bot
Copy link

Issues linked to changelog:
#2299

@marcogschmidt marcogschmidt marked this pull request as ready for review January 29, 2020 01:11
@marcogschmidt
Copy link
Contributor Author

Regression test flake /kick

Copy link
Contributor

@ashleywang1 ashleywang1 left a comment

Choose a reason for hiding this comment

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

LGTM

@soloio-bulldozer soloio-bulldozer bot merged commit 3358a98 into master Jan 29, 2020
@soloio-bulldozer soloio-bulldozer bot deleted the helm-expose-disable-k8s-destination branch January 29, 2020 15:10
kdorosh pushed a commit that referenced this pull request Feb 11, 2020
…2302)

* Expose `disableKubernetesDestinations` setting as Helm chart value
* Fix Helm unit tests
soloio-bulldozer bot pushed a commit that referenced this pull request Feb 12, 2020
* Expose `disableKubernetesDestinations` setting as Helm chart value (#2302)

* Expose `disableKubernetesDestinations` setting as Helm chart value
* Fix Helm unit tests
* Move changelog
* Update test to respect annotations that still persist on Settings for 1.2.x helm upgrade compatibility
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow disabling k8s service destination via Helm value
2 participants