-
Task
-
Resolution: Done
-
Blocker
-
1.33.1
Doc here https://docs.openshift.com/serverless/1.33/knative-serving/http-configuration/http1-full-duplex-support.html has a wrong field.
`spec` needs to be replaced with `metadata`as in here: https://github.com/knative/docs/pull/6083.
The correct sample is:
apiVersion: serving.knative.dev/v1 kind: Service metadata: name: example-service namespace: default spec: template: metadata: annotations: features.knative.dev/http-full-duplex: "Enabled"