1.6. Red Hat OpenShift Serverless 1.35.1
OpenShift Serverless 1.35.1 is now available. This release of OpenShift Serverless addresses identified Common Vulnerabilities and Exposures (CVEs) to enhance security and reliability. Fixed issues and known issues that pertain to OpenShift Serverless on OpenShift Container Platform are included in the following notes:
1.6.1. Fixed issues リンクのコピーリンクがクリップボードにコピーされました!
-
Previously, the
kafka-controller-post-install-1.35job failed after installingKnativeKafkaif theKafkaChannelfeature was not enabled. This issue has been fixed. The post-install job now completes successfully, even when theKafkaChannelsare disabled. Previously, the
sinks.knative.devAPI group was missing from the KnativeEventing aggregate cluster roles. As a result, if you are a non-admin user theoc get allcommand failed with the following error message:jobsinks.sinks.knative.dev is forbidden: User "user" cannot list resource "jobsinks" in API group "sinks.knative.dev" in the namespace "test"This issue has been resolved. The
sinks.knative.devAPI group is now included in theknative-eventing-namespacedaggregate cluster roles. You can now read and list sinks in your own namespaces if you have aview,edit, oradminrole.
1.6.2. Known issues リンクのコピーリンクがクリップボードにコピーされました!
Currently, you cannot delete the cluster-scoped resources such as webhook configurations, that might remain after uninstalling, reinstalling, or upgrading KnativeServing or the OpenShift Serverless Operator. These leftover resources can block the reconciliation process and prevent KnativeServing from installing properly. When this issue occurs, you might see an error similar to the following:
failed to apply non rbac manifest: Internal error occurred: failed calling webhook \"webhook.serving.knative.dev\": failed to call webhook: Post \"https://webhook.knative-serving.svc:443/?timeout=10s\": no endpoints available for service \"webhook\"As a workaround, you can now manually delete the stuck webhook configurations so that the reconciliation can continue by running the following commands:
$ oc delete mutatingwebhookconfiguration webhook.serving.knative.dev$ oc delete validatingwebhookconfiguration config.webhook.serving.knative.dev validation.webhook.serving.knative.dev