Skip to content

Commit

Permalink
Expose Ray and Seldon to example kustomization.yaml file (#2834)
Browse files Browse the repository at this point in the history
* Expose Ray and Seldon to example kustomization.yaml file

Signed-off-by: hansinikarunarathne <[email protected]>

* Add internal documentations for ray and seldon

Signed-off-by: hansinikarunarathne <[email protected]>

---------

Signed-off-by: hansinikarunarathne <[email protected]>
  • Loading branch information
hansinikarunarathne committed Aug 8, 2024
1 parent c1445b4 commit b130d3f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions example/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,17 @@ resources:
- ../contrib/kserve/kserve
- ../contrib/kserve/models-web-app/overlays/kubeflow

# Ray and Seldon resources (commented out by default)
# Ray does not support Istio yet and integration is in alpha state.
# Here is the documentation for Ray: https://docs.ray.io/en/latest/
# Here is the internal documentation for Ray: - ../contrib/ray/README.md
# - ../contrib/ray/kuberay-operator/overlays/kubeflow
#
# Seldon integration notes: Seldon may have specific requirements and limitations.
# Documentation for Seldon: https://docs.seldon.io/projects/seldon-core/en/latest/
# Here is the internal documentation for Seldon: - ../contrib/seldon/README.md
# - ../contrib/seldon/seldon-core-operator/overlays/application

components:
# Pod Security Standards
# https://kubernetes.io/docs/concepts/security/pod-security-standards/
Expand Down

0 comments on commit b130d3f

Please sign in to comment.