Skip to content

Commit

Permalink
Merge branch 'rolds/set_test_to_loglevel_info' of ssh://github.com/so…
Browse files Browse the repository at this point in the history
…lo-io/gloo into rolds/set_test_to_loglevel_info
  • Loading branch information
ryanrolds committed Nov 19, 2024
2 parents 6124ee3 + 42d8153 commit 240a36d
Show file tree
Hide file tree
Showing 25 changed files with 1,834 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-kubernetes-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# Nov 14, 2024: 23 minutes
- cluster-name: 'cluster-six'
go-test-args: '-v -timeout=25m'
go-test-run-regex: '^TestDiscoveryWatchlabels$$|^TestK8sGatewayNoValidation$$|^TestHelm$$|^TestHelmSettings$$|^TestK8sGatewayAws$$|^TestK8sGateway$$/^CRDCategories$$|^TestK8sGateway$$/^HTTPRouteServices$$|^TestK8sGateway$$/^TCPRouteServices$$'
go-test-run-regex: '^TestDiscoveryWatchlabels$$|^TestK8sGatewayNoValidation$$|^TestHelm$$|^TestHelmSettings$$|^TestK8sGatewayAws$$|^TestK8sGateway$$/^CRDCategories$$|^TestK8sGateway$$/^HTTPRouteServices$$|^TestK8sGateway$$/^TCPRouteServices$$|^TestZeroDowntimeRollout$$'

# In our PR tests, we run the suite of tests using the upper ends of versions that we claim to support
# The versions should mirror: https://docs.solo.io/gloo-edge/latest/reference/support/
Expand Down
15 changes: 15 additions & 0 deletions changelog/v1.18.0-beta35/add-readiness-liveness-probe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
changelog:
- type: NEW_FEATURE
issueLink: https://github.com/solo-io/solo-projects/issues/7084
resolvesIssue: false
description: Adds the ability for users to enable as well as add custom readiness and liveness probes to the Kubernetes Gloo Gateway.
- type: HELM
issueLink: https://github.com/solo-io/solo-projects/issues/7084
resolvesIssue: false
description: >-
Adds the following new fields that configure the Kubernetes Gloo Gateway pod :
- `kubeGateway.gatewayParameters.glooGateway.podTemplate.terminationGracePeriodSeconds` to specify the terminationGracePeriodSeconds.
- `kubeGateway.gatewayParameters.glooGateway.podTemplate.gracefulShutdown` to configure the graceful shutdown config for the envoy container.
- `kubeGateway.gatewayParameters.glooGateway.podTemplate.customLivenessProbe` to specify a custom liveness probe for the envoy container. No default liveness probe is set
- `kubeGateway.gatewayParameters.glooGateway.podTemplate.customReadinessProbe` to specify a custom readiness probe for the envoy container.
- `kubeGateway.gatewayParameters.glooGateway.podTemplate.probes` to enable the readiness probe. If the customReadinessProbe is not specified, a default readiness probe is set. No default liveness probe is set.
Loading

0 comments on commit 240a36d

Please sign in to comment.