diff --git a/charts/flyte-sandbox/README.md b/charts/flyte-sandbox/README.md index dd4ef526af..dcbcf11003 100644 --- a/charts/flyte-sandbox/README.md +++ b/charts/flyte-sandbox/README.md @@ -31,6 +31,11 @@ A Helm chart for the Flyte local sandbox | flyte-binary.configuration.inline.plugins.k8s.default-env-vars[1].FLYTE_AWS_ACCESS_KEY_ID | string | `"minio"` | | | flyte-binary.configuration.inline.plugins.k8s.default-env-vars[2].FLYTE_AWS_SECRET_ACCESS_KEY | string | `"miniostorage"` | | | flyte-binary.configuration.inline.storage.signedURL.stowConfigOverride.endpoint | string | `"http://localhost:30002"` | | +| flyte-binary.configuration.inline.task_resources.defaults.cpu | string | `"0"` | | +| flyte-binary.configuration.inline.task_resources.defaults.memory | string | `"0"` | | +| flyte-binary.configuration.inline.task_resources.limits.cpu | string | `"0"` | | +| flyte-binary.configuration.inline.task_resources.limits.gpu | string | `"0"` | | +| flyte-binary.configuration.inline.task_resources.limits.memory | string | `"0"` | | | flyte-binary.configuration.inlineConfigMap | string | `"{{ include \"flyte-sandbox.configuration.inlineConfigMap\" . }}"` | | | flyte-binary.configuration.logging.level | int | `6` | | | flyte-binary.configuration.logging.plugins.kubernetes.enabled | bool | `true` | | diff --git a/charts/flyte-sandbox/values.yaml b/charts/flyte-sandbox/values.yaml index af15ff4ef4..b524f1ce03 100644 --- a/charts/flyte-sandbox/values.yaml +++ b/charts/flyte-sandbox/values.yaml @@ -36,6 +36,14 @@ flyte-binary: templateUri: |- http://localhost:30080/kubernetes-dashboard/#/log/{{.namespace }}/{{ .podName }}/pod?namespace={{ .namespace }} inline: + task_resources: + defaults: + cpu: "0" + memory: "0" + limits: + cpu: "0" + gpu: "0" + memory: "0" storage: signedURL: stowConfigOverride: diff --git a/docker/sandbox-bundled/manifests/complete.yaml b/docker/sandbox-bundled/manifests/complete.yaml index 7945ef1cef..0eb5154223 100644 --- a/docker/sandbox-bundled/manifests/complete.yaml +++ b/docker/sandbox-bundled/manifests/complete.yaml @@ -487,6 +487,14 @@ data: signedURL: stowConfigOverride: endpoint: http://localhost:30002 + task_resources: + defaults: + cpu: "0" + memory: "0" + limits: + cpu: "0" + gpu: "0" + memory: "0" kind: ConfigMap metadata: labels: @@ -765,7 +773,7 @@ type: Opaque --- apiVersion: v1 data: - haSharedSecret: VnBOU0tUSU41Q2xCcnlQeA== + haSharedSecret: d0JFVmRTazdJOVhiQ1VQRw== proxyPassword: "" proxyUsername: "" kind: Secret @@ -1141,7 +1149,7 @@ spec: metadata: annotations: checksum/cluster-resource-templates: 6fd9b172465e3089fcc59f738b92b8dc4d8939360c19de8ee65f68b0e7422035 - checksum/configuration: cb6d3e1eda0d2913ad4a594e28137dd790892054856f74583344f7abaf00a11d + checksum/configuration: 812a428633d9c83340ee4afc9eefda37a641e6e2337cc6a1265258c9d23f4324 checksum/db-password-secret: 669e1cdf4633c6dd40085f78d1bb6b9672d8120ff1f62077a879a4d46db133e2 labels: app.kubernetes.io/instance: flyte-sandbox @@ -1249,7 +1257,7 @@ spec: metadata: annotations: checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81 - checksum/secret: 91c457e16b511b53b62ae35de8ee25922d4f6bdd9314080917d35a4371913dfe + checksum/secret: 86d4297bed78971e06091f86bacbf4529b7dce6b6683f945557f420ddeb2b35e labels: app: docker-registry release: flyte-sandbox diff --git a/docker/sandbox-bundled/manifests/dev.yaml b/docker/sandbox-bundled/manifests/dev.yaml index 5825ca4aba..1951cfad42 100644 --- a/docker/sandbox-bundled/manifests/dev.yaml +++ b/docker/sandbox-bundled/manifests/dev.yaml @@ -499,7 +499,7 @@ metadata: --- apiVersion: v1 data: - haSharedSecret: VVEybHJXNFB1dG1MOGFHMw== + haSharedSecret: QTVMS1ZLblR6bjdGeVFoSg== proxyPassword: "" proxyUsername: "" kind: Secret @@ -875,7 +875,7 @@ spec: metadata: annotations: checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81 - checksum/secret: c6c04852c5465cb16c65eece01dad679035d630a275fe214868372580cbfffc3 + checksum/secret: 3905a0dc15d9c88afd623143d35a233937174040ac0d542be387fe67847fe0ac labels: app: docker-registry release: flyte-sandbox