-
Notifications
You must be signed in to change notification settings - Fork 665
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Future Outlier <[email protected]>
- Loading branch information
Future Outlier
committed
Dec 18, 2023
1 parent
44d1d53
commit 1cd0e48
Showing
10 changed files
with
66 additions
and
43 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
File renamed without changes.
43 changes: 43 additions & 0 deletions
43
docker/sandbox-bundled/kustomize/complete-agent/enable-agent-service-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,43 @@ | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: flyte-sandbox-config | ||
namespace: flyte | ||
data: | ||
001-plugins.yaml: | | ||
tasks: | ||
task-plugins: | ||
default-for-task-types: | ||
container: container | ||
container_array: k8s-array | ||
sidecar: sidecar | ||
enabled-plugins: | ||
- container | ||
- sidecar | ||
- k8s-array | ||
- agent-service | ||
plugins: | ||
logs: | ||
kubernetes-enabled: true | ||
kubernetes-template-uri: http://localhost:30080/kubernetes-dashboard/#/log/{{.namespace }}/{{ .podName }}/pod?namespace={{ .namespace }} | ||
cloudwatch-enabled: false | ||
stackdriver-enabled: false | ||
k8s: | ||
co-pilot: | ||
image: "cr.flyte.org/flyteorg/flytecopilot:v1.10.6" | ||
k8s-array: | ||
logs: | ||
config: | ||
kubernetes-enabled: true | ||
kubernetes-template-uri: http://localhost:30080/kubernetes-dashboard/#/log/{{.namespace }}/{{ .podName }}/pod?namespace={{ .namespace }} | ||
cloudwatch-enabled: false | ||
stackdriver-enabled: false | ||
agent-service: | ||
defaultAgent: | ||
defaultTimeout: 10s | ||
endpoint: dns:///flyteagent.flyte.svc.cluster.local:8000 | ||
insecure: true | ||
timeouts: | ||
GetTask: 10s | ||
supportedTaskTypes: | ||
- default_task |
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