-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support deployment of Turing routers with RPC Experiment Engine plugi…
…ns (#158) * - Remove unused `RouterDefaults.Experiment` and update tests * - Update service builder to prepare persistence volume for router and copy experiment engine plugins into it * - update fiber config if external plugin is used * - publish test chart * - publish test chart * - fix lint * - make it possible to configure manual charts publishing * - unit tests * - fix chart * - fix permissions inside the dockerfile * - use bash alpine image * - use bash image * - fix nil pointer * - use nginx to server plugin binary * - disable adding PluginBinary data to fiber config * - disable adding PluginBinary data to fiber config * - Support downloading plugins from URL * fix lint * - bug fixes * - set executable permission for the plugin binary * - re-use PluginConfig model * - Delete plugins server before knative services are deleted * - fix test * - address naming suggestiong from the PR review, bumping up charts version * - add test case for plugin config * - add test case to cover k8s services for router with plugins * - fix chart * - move mlp mock service into mocks directory, clean up tests * - fix lint
- Loading branch information
1 parent
2f2fc6e
commit 6c16861
Showing
75 changed files
with
1,345 additions
and
942 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
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.