-
Notifications
You must be signed in to change notification settings - Fork 671
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flyte Add Enable/Disable Options for Agent Services (#4041)
* enable agent Signed-off-by: Future Outlier <[email protected]> * update flyteagent kustomization Signed-off-by: Future Outlier <[email protected]> * add agent-servie key in enabled plugins Signed-off-by: Future Outlier <[email protected]> * add flyte agent patch Signed-off-by: Future Outlier <[email protected]> * Update helm chart and remove patch Signed-off-by: Future Outlier <[email protected]> * add agentService Signed-off-by: Future Outlier <[email protected]> * add task timeout Signed-off-by: Future Outlier <[email protected]> * make helm Signed-off-by: Future Outlier <[email protected]> * update helm README.md Signed-off-by: Future Outlier <[email protected]> * checksum Signed-off-by: Future Outlier <[email protected]> * update supported task type Signed-off-by: Future Outlier <[email protected]> * update key value Signed-off-by: Future Outlier <[email protected]> --------- Signed-off-by: Future Outlier <[email protected]> Signed-off-by: Future-Outlier <[email protected]> Co-authored-by: Future Outlier <[email protected]>
- Loading branch information
1 parent
4a780c3
commit 0b4186d
Showing
9 changed files
with
1,983 additions
and
20 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
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
12 changes: 12 additions & 0 deletions
12
docker/sandbox-bundled/kustomize/complete-agent/kustomization.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,12 @@ | ||
helmGlobals: | ||
chartHome: ../../../../charts | ||
helmCharts: | ||
- name: flyte-sandbox | ||
releaseName: flyte-sandbox | ||
namespace: flyte | ||
- name: flyteagent | ||
releaseName: flyteagent | ||
namespace: flyte | ||
namespace: flyte | ||
resources: | ||
- ../namespace.yaml |
Oops, something went wrong.