-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add istio config and odh overlay (#64)
* feat: add istio config and odh overlay * feat: initial version of istio resources and crd changes * feat: added tls and non-tls istio samples, refactored and cleaned up templates and operator * feat: add support for optional port number in gateway authority header * fix: added istio-system namespace for make certificates * feat: Updated README with better instructions, and for using Istio samples * Fix comment in modelregistry_types.go Co-authored-by: Wen Zhou <[email protected]> * fix: regenerate updated manifests after crd changes * chore: use descriptive import aliases * feat: remove odh istio config since it will be created in opendatahub-operator instead * fix: remove non-essential gateway properties from CRD * fix: added ns to certificates/clean target * fix: add wait for sample db start * fix: bump initialDelaySeconds for model registry deployment to avoid too many restarts * fix: add missing operator rbac permissions * fix: fix rbac role generation * fix: role needs to be created before being referenced in openshift * feat: fixes RHOAIENG-4218, added standard app labels for all k8s resources * feat: fixes RHOAIENG-4218, added role annotations for display-name and description * fix: add ENABLE_WEBHOOKS=false by default for 'make runr' * chore: clean up README instructions for using Istio samples * fix: make istioIngress optional * chore: added instructions in README to enabled OpenShift Service Mesh gateway route creation --------- Co-authored-by: Wen Zhou <[email protected]>
- Loading branch information
Showing
42 changed files
with
1,635 additions
and
49 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -24,3 +24,6 @@ Dockerfile.cross | |
*.swp | ||
*.swo | ||
*~ | ||
|
||
# gateway TLS certificates | ||
certs/** |
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
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
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
Oops, something went wrong.