1.8. Red Hat OpenShift Serverless 1.34.1
OpenShift Serverless 1.34.1 is now available. This release of OpenShift Serverless addresses identified Common Vulnerabilities and Exposures (CVEs). Fixed issues that pertain to OpenShift Serverless on OpenShift Container Platform are included in the following notes:
1.8.1. Fixed issues リンクのコピーリンクがクリップボードにコピーされました!
Previously, requests to Knative Services with slow back-end responses could fail due to the default OpenShift Route timeout being too short. This issue has been addressed by making the
haproxy.router.openshift.io/timeoutsetting configurable for automatically created routes.You can now adjust the timeout by setting the
ROUTE_HAPROXY_TIMEOUTenvironment variable in the OpenShift Serverless OperatorSubscriptionconfiguration as follows:apiVersion: operators.coreos.com/v1alpha1 kind: Subscription metadata: ... spec: channel: stable config: env: - name: ROUTE_HAPROXY_TIMEOUT value: '900'-
Previously, long-running requests to Knative Services could be prematurely terminated if the Activator component was scaled down by using the
HorizontalPodAutoscalerfield. This issue has been resolved. TheterminationGracePeriodSecondsfield for the Activator is now automatically aligned with themax-revision-timeout-secondssetting configured for Knative revisions.