Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add kuberay manifest as installation dependencies #203

Merged
merged 2 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions config/dependency/envoy-gateway/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: Kustomization

resources:
- https://github.com/envoyproxy/gateway/releases/download/v1.1.0/install.yaml

patches:
- path: envoy_config_patch.yaml
9 changes: 9 additions & 0 deletions config/dependency/kuberay/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## KubeRay upstream manifests

Commands to export manifest from helm package. After you got manifest, copy to this folder.

```shell
helm template aibrix-kuberay-operator kuberay/kuberay-operator --namespace aibrix-system --version 1.2.1 --include-crds --set env[0].name=ENABLE_PROBES_INJECTION --set env[0].value=\"false\" --set fullnameOverride=aibrix-kuberay-operator --output-dir ./output
```

If you use zsh, please use `noglob helm ...` to skip the brace check.
Loading
Loading