Skip to content

Commit

Permalink
Generated helm charts
Browse files Browse the repository at this point in the history
Signed-off-by: Ulbrich Robert <[email protected]>
  • Loading branch information
robert-ulbrich-mercedes-benz committed Sep 13, 2024
1 parent da3a96a commit 6c308f7
Show file tree
Hide file tree
Showing 12 changed files with 77 additions and 43 deletions.
3 changes: 2 additions & 1 deletion charts/flyte-binary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ Chart for basic single Flyte executable deployment
| flyte-core-components.admin.disableClusterResourceManager | bool | `false` | |
| flyte-core-components.admin.disableScheduler | bool | `false` | |
| flyte-core-components.admin.disabled | bool | `false` | |
| flyte-core-components.admin.seedProjects | list | `[{ "name": "flytesnacks", "description": "flytesnacks project" ]` | |
| flyte-core-components.admin.seedProjects[0].description | string | `"flytesnacks project"` | |
| flyte-core-components.admin.seedProjects[0].name | string | `"flytesnacks"` | |
| flyte-core-components.dataCatalog.disabled | bool | `false` | |
| flyte-core-components.propeller.disableWebhook | bool | `false` | |
| flyte-core-components.propeller.disabled | bool | `false` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/flyte-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ helm install gateway bitnami/contour -n flyte
| configmap.enabled_plugins.tasks.task-plugins.enabled-plugins | list | `["container","sidecar","k8s-array","agent-service","echo"]` | [Enabled Plugins](https://pkg.go.dev/github.com/lyft/flyteplugins/go/tasks/config#Config). Enable sagemaker*, athena if you install the backend plugins |
| configmap.k8s | object | `{"plugins":{"k8s":{"default-cpus":"100m","default-env-vars":[],"default-memory":"100Mi"}}}` | Kubernetes specific Flyte configuration |
| configmap.k8s.plugins.k8s | object | `{"default-cpus":"100m","default-env-vars":[],"default-memory":"100Mi"}` | Configuration section for all K8s specific plugins [Configuration structure](https://pkg.go.dev/github.com/lyft/flyteplugins/go/tasks/pluginmachinery/flytek8s/config) |
| configmap.project.projects | list | `[{ "name": "flytenacks", "description": "flytesnacks project" }, { "name": "flytetester", "description": "flytetester project" }, { "name": "flyteexamples", "description": "flyteexamples project" }]` | Flyte projects to be set up |
| configmap.project | object | `{"projects":[{"description":"flytesnacks project","name":"flytesnacks"},{"description":"flytetester project","name":"flytetester"},{"description":"flyteexamples project","name":"flyteexamples"}]}` | Projects configuration for Flyte |
| configmap.remoteData.remoteData.region | string | `"us-east-1"` | |
| configmap.remoteData.remoteData.scheme | string | `"local"` | |
| configmap.remoteData.remoteData.signedUrls.durationMinutes | int | `3` | |
Expand Down
13 changes: 9 additions & 4 deletions deployment/eks/flyte_aws_scheduler_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ data:
passwordPath: /etc/db/pass.txt
port: 5432
username: flyteadmin
project.yaml: |
projects:
- description: flytesnacks project
name: flytesnacks
- description: flytetester project
name: flytetester
- description: flyteexamples project
name: flyteexamples
domain.yaml: |
domains:
- id: development
Expand Down Expand Up @@ -856,7 +864,7 @@ spec:
template:
metadata:
annotations:
configChecksum: "618a516ca42e8bbe5222a76f7865a0a444b6048002d7fcc06144c9188f3fd3d"
configChecksum: "b85b74c90dc2cb5aaf99f156a1f9c218473ae9307a97ed163a49967bdcab8dd"
labels:
app.kubernetes.io/name: flyteadmin
app.kubernetes.io/instance: flyte
Expand Down Expand Up @@ -895,9 +903,6 @@ spec:
- /etc/flyte/config/*.yaml
- migrate
- seed-projects
- flytesnacks
- flytetester
- flyteexamples
image: "cr.flyte.org/flyteorg/flyteadmin:v1.13.1"
imagePullPolicy: "IfNotPresent"
name: seed-projects
Expand Down
15 changes: 10 additions & 5 deletions deployment/eks/flyte_helm_controlplane_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ data:
passwordPath: /etc/db/pass.txt
port: 5432
username: flyteadmin
project.yaml: |
projects:
- description: flytesnacks project
name: flytesnacks
- description: flytetester project
name: flytetester
- description: flyteexamples project
name: flyteexamples
domain.yaml: |
domains:
- id: development
Expand Down Expand Up @@ -560,7 +568,7 @@ spec:
template:
metadata:
annotations:
configChecksum: "5ce6f593fb92c9a6fd183825231d187471b5f10fe948f601f6d5b56edd02b51"
configChecksum: "13111cf923cfdd2c267f84664b85b4979608a04b41381f917478387c241d676"
labels:
app.kubernetes.io/name: flyteadmin
app.kubernetes.io/instance: flyte
Expand Down Expand Up @@ -599,9 +607,6 @@ spec:
- /etc/flyte/config/*.yaml
- migrate
- seed-projects
- flytesnacks
- flytetester
- flyteexamples
image: "cr.flyte.org/flyteorg/flyteadmin:v1.13.1"
imagePullPolicy: "IfNotPresent"
name: seed-projects
Expand Down Expand Up @@ -982,7 +987,7 @@ spec:
template:
metadata:
annotations:
configChecksum: "5ce6f593fb92c9a6fd183825231d187471b5f10fe948f601f6d5b56edd02b51"
configChecksum: "13111cf923cfdd2c267f84664b85b4979608a04b41381f917478387c241d676"
labels:
app.kubernetes.io/name: flytescheduler
app.kubernetes.io/instance: flyte
Expand Down
15 changes: 10 additions & 5 deletions deployment/eks/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,14 @@ data:
passwordPath: /etc/db/pass.txt
port: 5432
username: flyteadmin
project.yaml: |
projects:
- description: flytesnacks project
name: flytesnacks
- description: flytetester project
name: flytetester
- description: flyteexamples project
name: flyteexamples
domain.yaml: |
domains:
- id: development
Expand Down Expand Up @@ -887,7 +895,7 @@ spec:
template:
metadata:
annotations:
configChecksum: "5ce6f593fb92c9a6fd183825231d187471b5f10fe948f601f6d5b56edd02b51"
configChecksum: "13111cf923cfdd2c267f84664b85b4979608a04b41381f917478387c241d676"
labels:
app.kubernetes.io/name: flyteadmin
app.kubernetes.io/instance: flyte
Expand Down Expand Up @@ -926,9 +934,6 @@ spec:
- /etc/flyte/config/*.yaml
- migrate
- seed-projects
- flytesnacks
- flytetester
- flyteexamples
image: "cr.flyte.org/flyteorg/flyteadmin:v1.13.1"
imagePullPolicy: "IfNotPresent"
name: seed-projects
Expand Down Expand Up @@ -1309,7 +1314,7 @@ spec:
template:
metadata:
annotations:
configChecksum: "5ce6f593fb92c9a6fd183825231d187471b5f10fe948f601f6d5b56edd02b51"
configChecksum: "13111cf923cfdd2c267f84664b85b4979608a04b41381f917478387c241d676"
labels:
app.kubernetes.io/name: flytescheduler
app.kubernetes.io/instance: flyte
Expand Down
15 changes: 10 additions & 5 deletions deployment/gcp/flyte_helm_controlplane_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ data:
passwordPath: /etc/db/pass.txt
port: 5432
username: flyteadmin
project.yaml: |
projects:
- description: flytesnacks project
name: flytesnacks
- description: flytetester project
name: flytetester
- description: flyteexamples project
name: flyteexamples
domain.yaml: |
domains:
- id: development
Expand Down Expand Up @@ -575,7 +583,7 @@ spec:
template:
metadata:
annotations:
configChecksum: "0705f122f2535babec96a6083827c3e6d27e6e9b0e460b4d07292c858079ac7"
configChecksum: "49328935d0a8f645797a3ca0af72c8cdf016de786e45da41e07774f2164e9c7"
labels:
app.kubernetes.io/name: flyteadmin
app.kubernetes.io/instance: flyte
Expand Down Expand Up @@ -614,9 +622,6 @@ spec:
- /etc/flyte/config/*.yaml
- migrate
- seed-projects
- flytesnacks
- flytetester
- flyteexamples
image: "cr.flyte.org/flyteorg/flyteadmin:v1.13.1"
imagePullPolicy: "IfNotPresent"
name: seed-projects
Expand Down Expand Up @@ -997,7 +1002,7 @@ spec:
template:
metadata:
annotations:
configChecksum: "0705f122f2535babec96a6083827c3e6d27e6e9b0e460b4d07292c858079ac7"
configChecksum: "49328935d0a8f645797a3ca0af72c8cdf016de786e45da41e07774f2164e9c7"
labels:
app.kubernetes.io/name: flytescheduler
app.kubernetes.io/instance: flyte
Expand Down
15 changes: 10 additions & 5 deletions deployment/gcp/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,14 @@ data:
passwordPath: /etc/db/pass.txt
port: 5432
username: flyteadmin
project.yaml: |
projects:
- description: flytesnacks project
name: flytesnacks
- description: flytetester project
name: flytetester
- description: flyteexamples project
name: flyteexamples
domain.yaml: |
domains:
- id: development
Expand Down Expand Up @@ -910,7 +918,7 @@ spec:
template:
metadata:
annotations:
configChecksum: "0705f122f2535babec96a6083827c3e6d27e6e9b0e460b4d07292c858079ac7"
configChecksum: "49328935d0a8f645797a3ca0af72c8cdf016de786e45da41e07774f2164e9c7"
labels:
app.kubernetes.io/name: flyteadmin
app.kubernetes.io/instance: flyte
Expand Down Expand Up @@ -949,9 +957,6 @@ spec:
- /etc/flyte/config/*.yaml
- migrate
- seed-projects
- flytesnacks
- flytetester
- flyteexamples
image: "cr.flyte.org/flyteorg/flyteadmin:v1.13.1"
imagePullPolicy: "IfNotPresent"
name: seed-projects
Expand Down Expand Up @@ -1332,7 +1337,7 @@ spec:
template:
metadata:
annotations:
configChecksum: "0705f122f2535babec96a6083827c3e6d27e6e9b0e460b4d07292c858079ac7"
configChecksum: "49328935d0a8f645797a3ca0af72c8cdf016de786e45da41e07774f2164e9c7"
labels:
app.kubernetes.io/name: flytescheduler
app.kubernetes.io/instance: flyte
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ data:
disableScheduler: false
disabled: false
seedProjects:
- flytesnacks
- description: flytesnacks project
name: flytesnacks
dataCatalog:
disabled: false
propeller:
Expand Down Expand Up @@ -360,7 +361,7 @@ spec:
app.kubernetes.io/instance: flyte
app.kubernetes.io/component: flyte-binary
annotations:
checksum/configuration: 1dd761465a57869e165697d10e35a81beeb988253055d6a74ed80aa5e3e5e106
checksum/configuration: 63b53dc1e5c5ee68d2b80d66b0a1613bf736840a2cbd5162704e6f91a09787ae
checksum/configuration-secret: d5d93f4e67780b21593dc3799f0f6682aab0765e708e4020939975d14d44f929
checksum/cluster-resource-templates: 7dfa59f3d447e9c099b8f8ffad3af466fecbc9cf9f8c97295d9634254a55d4ae
spec:
Expand Down
15 changes: 10 additions & 5 deletions deployment/sandbox/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,14 @@ data:
host: postgres
port: 5432
username: postgres
project.yaml: |
projects:
- description: flytesnacks project
name: flytesnacks
- description: flytetester project
name: flytetester
- description: flyteexamples project
name: flyteexamples
domain.yaml: |
domains:
- id: development
Expand Down Expand Up @@ -6694,7 +6702,7 @@ spec:
template:
metadata:
annotations:
configChecksum: "88625d852360c42642190e21751f32f7dd9501ce3d479fa68b86478995ff689"
configChecksum: "ba74dfe6e456ae24299dbd52dda023e9a0f29da0e88ec1efad9bc13e92770f3"
labels:
app.kubernetes.io/name: flyteadmin
app.kubernetes.io/instance: flyte
Expand Down Expand Up @@ -6732,9 +6740,6 @@ spec:
- /etc/flyte/config/*.yaml
- migrate
- seed-projects
- flytesnacks
- flytetester
- flyteexamples
image: "cr.flyte.org/flyteorg/flyteadmin:v1.13.1"
imagePullPolicy: "IfNotPresent"
name: seed-projects
Expand Down Expand Up @@ -7087,7 +7092,7 @@ spec:
template:
metadata:
annotations:
configChecksum: "88625d852360c42642190e21751f32f7dd9501ce3d479fa68b86478995ff689"
configChecksum: "ba74dfe6e456ae24299dbd52dda023e9a0f29da0e88ec1efad9bc13e92770f3"
labels:
app.kubernetes.io/name: flytescheduler
app.kubernetes.io/instance: flyte
Expand Down
9 changes: 5 additions & 4 deletions docker/sandbox-bundled/manifests/complete-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ data:
disableScheduler: false
disabled: false
seedProjects:
- flytesnacks
- description: flytesnacks project
name: flytesnacks
dataCatalog:
disabled: false
propeller:
Expand Down Expand Up @@ -816,7 +817,7 @@ type: Opaque
---
apiVersion: v1
data:
haSharedSecret: bTM0eldMZ3IxWE1jZXZ3cg==
haSharedSecret: Y1N6M1Q0bFpaTUlpb0RjVw==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -1247,7 +1248,7 @@ spec:
metadata:
annotations:
checksum/cluster-resource-templates: 6fd9b172465e3089fcc59f738b92b8dc4d8939360c19de8ee65f68b0e7422035
checksum/configuration: f746817691b502fb50f04992e148847f89c0a32d7df822dbda7f1f5fdf84f420
checksum/configuration: e3c4498727bec2b64c46290218557a50ba52cb4016d2b0e147653abfa84bf2cb
checksum/configuration-secret: 09216ffaa3d29e14f88b1f30af580d02a2a5e014de4d750b7f275cc07ed4e914
labels:
app.kubernetes.io/component: flyte-binary
Expand Down Expand Up @@ -1413,7 +1414,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: f6b8f4ae413528aa882ed401dca20e11f8947e1ca829df6bedbf16698de03cdf
checksum/secret: 23128abf5b2f3818200be3813571237b349ec1e18efaa2ac18d383430d295c31
labels:
app: docker-registry
release: flyte-sandbox
Expand Down
9 changes: 5 additions & 4 deletions docker/sandbox-bundled/manifests/complete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,8 @@ data:
disableScheduler: false
disabled: false
seedProjects:
- flytesnacks
- description: flytesnacks project
name: flytesnacks
dataCatalog:
disabled: false
propeller:
Expand Down Expand Up @@ -798,7 +799,7 @@ type: Opaque
---
apiVersion: v1
data:
haSharedSecret: Wkl6V2diWk50S1Ftd1R3Nw==
haSharedSecret: blRGSVdhMW1XMktPRXdNMg==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -1196,7 +1197,7 @@ spec:
metadata:
annotations:
checksum/cluster-resource-templates: 6fd9b172465e3089fcc59f738b92b8dc4d8939360c19de8ee65f68b0e7422035
checksum/configuration: 967349c227efb6765bb7509d14dc7b0d62b07904a337dd70c8682d52d870590a
checksum/configuration: 58860be639f08ba58fbbe57b3466bf9a435c378986ede3db4bd96b732d6edc6e
checksum/configuration-secret: 09216ffaa3d29e14f88b1f30af580d02a2a5e014de4d750b7f275cc07ed4e914
labels:
app.kubernetes.io/component: flyte-binary
Expand Down Expand Up @@ -1362,7 +1363,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: ab69c0935db6eb0dd11b9df6716336d8f993cb949d112fd0417d1133a88000cc
checksum/secret: bb7cf4a3936a88ae01743b6ee521faf8409839cc9687e41b9c57ec6b09405f78
labels:
app: docker-registry
release: flyte-sandbox
Expand Down
4 changes: 2 additions & 2 deletions docker/sandbox-bundled/manifests/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ metadata:
---
apiVersion: v1
data:
haSharedSecret: Z1BQdzNCck9SbGF2bFBNcg==
haSharedSecret: OHB5OGxJUWxCQVZzMEVqVA==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -934,7 +934,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: 42de0a9877ccf019375a303e7a813c44ec6dc92758e3af6c0f10aeb4c3a1071c
checksum/secret: ae77336feaf6d074c7443bdc602ed72c58a0b8749e8032875c8de5945b2f8818
labels:
app: docker-registry
release: flyte-sandbox
Expand Down

0 comments on commit 6c308f7

Please sign in to comment.