-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add kuberay manifest as installation dependencies
1. Use helm template to generate manifests and repackage as kustomize package 2. Remove third-party folder and refactor to use corresponding crds 3. Update envoy gateway dependency folder structure
- Loading branch information
Showing
24 changed files
with
53,825 additions
and
13,902 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## 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. | ||
|
Oops, something went wrong.