Skip to content

Does operator support gateway API #6590

@MasonXon

Description

@MasonXon

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions