Skip to content

opendatahub-io/ai-gateway-operator

Repository files navigation

ai-gateway-operator

A Kubernetes operator that manages AI Gateway components for Open Data Hub. It runs as a module operator under the opendatahub-operator, reconciling the AIGateway custom resource to deploy and manage sub-components such as batch-gateway-operator.

Prerequisites

  • Go 1.25+
  • A Kubernetes cluster (Kind, CRC, or OpenShift)
  • kubectl configured to access the cluster

Updating Component Manifests

This operator vendors manifests from sub-components into config/manifests/. These files are checked into the repository because the container build expects them in the source tree (COPY config/manifests/ in the Containerfile).

When a sub-component's manifests change, update the vendored copy:

  1. Edit hack/scripts/get-manifests.sh and update the commit SHA for the component.
  2. Run make get-manifests to fetch the manifests at the pinned commit.
  3. Commit both hack/scripts/get-manifests.sh and config/manifests/ changes together.

References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors