Este contenido no está disponible en el idioma seleccionado.
Chapter 8. HTTP configuration
8.1. Global HTTPS redirection Copiar enlaceEnlace copiado en el portapapeles!
HTTPS redirection provides redirection for incoming HTTP requests. These redirected HTTP requests are encrypted. You can enable HTTPS redirection for all services on the cluster by configuring the httpProtocol
spec for the KnativeServing
custom resource (CR).
8.1.1. HTTPS redirection global settings Copiar enlaceEnlace copiado en el portapapeles!
Example KnativeServing
CR that enables HTTPS redirection
8.2. HTTPS redirection per service Copiar enlaceEnlace copiado en el portapapeles!
You can enable or disable HTTPS redirection for a service by configuring the networking.knative.dev/http-option
annotation.
8.2.1. Redirecting HTTPS for a service Copiar enlaceEnlace copiado en el portapapeles!
The following example shows how you can use this annotation in a Knative Service
YAML object:
8.3. Full duplex support for HTTP/1 Copiar enlaceEnlace copiado en el portapapeles!
You can enable the HTTP/1 full duplex support for a service by configuring the features.knative.dev/http-full-duplex
annotation.
Verify your HTTP clients before enabling, as earlier version clients might not provide support for HTTP/1 full duplex.
The following example shows how you can use this annotation in a Knative Service
YAML object at the revision spec level:
Example KnativeServing
CR that provides full duplex support for HTTP/1