Describe the change you'd like to see
A clear and concise description of what you want to happen.
The YAML installation method seems to support the gateway API, but is the operator still not supported? I specified data.config.gateway in the KnativeServing resources, but it doesn't seem to be working.Here is my configuration:
apiVersion: v1
kind: Namespace
metadata:
name: knative-serving
---
apiVersion: operator.knative.dev/v1beta1
kind: KnativeServing
metadata:
name: knative-serving
namespace: knative-serving
spec:
config:
domain:
example.com: ""
autoscaler:
max-scale: "20"
network:
ingress-class: gateway-api.ingress.networking.knative.dev
gateway:
external-gateways: |
- name: envoy-gateway
namespace: envoy-gateway-system
service: envoy-gateway.envoy-gateway-system.svc.cluster.local
local-gateways: |
- name: envoy-gateway
namespace: csghub
service: envoy-gateway.csghub.svc.cluster.local
When is the operator expected to support the gateway API?
Additional context
Add any other context or screenshots about the feature request here.
Describe the change you'd like to see
A clear and concise description of what you want to happen.
The YAML installation method seems to support the gateway API, but is the operator still not supported? I specified
data.config.gatewayin the KnativeServing resources, but it doesn't seem to be working.Here is my configuration:When is the operator expected to support the gateway API?
Additional context
Add any other context or screenshots about the feature request here.