Skip to content

Commit

Permalink
Add make helm results
Browse files Browse the repository at this point in the history
Signed-off-by: davidmirror-ops <[email protected]>
  • Loading branch information
davidmirror-ops committed Jan 5, 2024
1 parent 5c4a62d commit 547294e
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 15 deletions.
4 changes: 2 additions & 2 deletions charts/flyte-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ helm install gateway bitnami/contour -n flyte
| configmap.clusters.clusterConfigs | list | `[]` | |
| configmap.clusters.labelClusterMap | object | `{}` | |
| configmap.console | object | `{"BASE_URL":"/console","CONFIG_DIR":"/etc/flyte/config"}` | Configuration for Flyte console UI |
| configmap.copilot | object | `{"plugins":{"k8s":{"co-pilot":{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.9.37","name":"flyte-copilot-","start-timeout":"30s"}}}}` | Copilot configuration |
| configmap.copilot.plugins.k8s.co-pilot | object | `{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.9.37","name":"flyte-copilot-","start-timeout":"30s"}` | Structure documented [here](https://pkg.go.dev/github.com/lyft/[email protected]/go/tasks/pluginmachinery/flytek8s/config#FlyteCoPilotConfig) |
| configmap.copilot | object | `{"plugins":{"k8s":{"co-pilot":{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.10.6","name":"flyte-copilot-","start-timeout":"30s"}}}}` | Copilot configuration |
| configmap.copilot.plugins.k8s.co-pilot | object | `{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.10.6","name":"flyte-copilot-","start-timeout":"30s"}` | Structure documented [here](https://pkg.go.dev/github.com/lyft/[email protected]/go/tasks/pluginmachinery/flytek8s/config#FlyteCoPilotConfig) |
| configmap.core | object | `{"manager":{"pod-application":"flytepropeller","pod-template-container-name":"flytepropeller","pod-template-name":"flytepropeller-template"},"propeller":{"downstream-eval-duration":"30s","enable-admin-launcher":true,"leader-election":{"enabled":true,"lease-duration":"15s","lock-config-map":{"name":"propeller-leader","namespace":"flyte"},"renew-deadline":"10s","retry-period":"2s"},"limit-namespace":"all","max-workflow-retries":30,"metadata-prefix":"metadata/propeller","metrics-prefix":"flyte","prof-port":10254,"queue":{"batch-size":-1,"batching-interval":"2s","queue":{"base-delay":"5s","capacity":1000,"max-delay":"120s","rate":100,"type":"maxof"},"sub-queue":{"capacity":100,"rate":10,"type":"bucket"},"type":"batch"},"workers":4,"workflow-reeval-duration":"30s"},"webhook":{"certDir":"/etc/webhook/certs","serviceName":"flyte-pod-webhook"}}` | Core propeller configuration |
| configmap.core.manager | object | `{"pod-application":"flytepropeller","pod-template-container-name":"flytepropeller","pod-template-name":"flytepropeller-template"}` | follows the structure specified [here](https://pkg.go.dev/github.com/flyteorg/flytepropeller/manager/config#Config). |
| configmap.core.propeller | object | `{"downstream-eval-duration":"30s","enable-admin-launcher":true,"leader-election":{"enabled":true,"lease-duration":"15s","lock-config-map":{"name":"propeller-leader","namespace":"flyte"},"renew-deadline":"10s","retry-period":"2s"},"limit-namespace":"all","max-workflow-retries":30,"metadata-prefix":"metadata/propeller","metrics-prefix":"flyte","prof-port":10254,"queue":{"batch-size":-1,"batching-interval":"2s","queue":{"base-delay":"5s","capacity":1000,"max-delay":"120s","rate":100,"type":"maxof"},"sub-queue":{"capacity":100,"rate":10,"type":"bucket"},"type":"batch"},"workers":4,"workflow-reeval-duration":"30s"}` | follows the structure specified [here](https://pkg.go.dev/github.com/flyteorg/flytepropeller/pkg/controller/config). |
Expand Down
1 change: 0 additions & 1 deletion charts/flyte-core/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
{{- default .Release.Namespace .Values.forceNamespace | trunc 63 | trimSuffix "-" -}}
{{- end -}}


{{- define "flyteadmin.name" -}}
flyteadmin
{{- end -}}
Expand Down
4 changes: 2 additions & 2 deletions deployment/eks/flyte_aws_scheduler_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ spec:
template:
metadata:
annotations:
configChecksum: "53ae6f8b339143223bf6404ac2ab34cfbbcb7db22ad855f819c273af11ec082"
configChecksum: "90cbb264b40c626ef7015afd66333240c9a1556d10f2c9aa81e45a0984f7bbf"
labels:
app.kubernetes.io/name: flytepropeller
app.kubernetes.io/instance: flyte
Expand Down Expand Up @@ -1314,7 +1314,7 @@ spec:
app.kubernetes.io/name: flyte-pod-webhook
app.kubernetes.io/version: v1.10.6
annotations:
configChecksum: "53ae6f8b339143223bf6404ac2ab34cfbbcb7db22ad855f819c273af11ec082"
configChecksum: "90cbb264b40c626ef7015afd66333240c9a1556d10f2c9aa81e45a0984f7bbf"
spec:
securityContext:
fsGroup: 65534
Expand Down
4 changes: 2 additions & 2 deletions deployment/eks/flyte_helm_dataplane_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ spec:
template:
metadata:
annotations:
configChecksum: "53ae6f8b339143223bf6404ac2ab34cfbbcb7db22ad855f819c273af11ec082"
configChecksum: "90cbb264b40c626ef7015afd66333240c9a1556d10f2c9aa81e45a0984f7bbf"
labels:
app.kubernetes.io/name: flytepropeller
app.kubernetes.io/instance: flyte
Expand Down Expand Up @@ -511,7 +511,7 @@ spec:
app.kubernetes.io/name: flyte-pod-webhook
app.kubernetes.io/version: v1.10.6
annotations:
configChecksum: "53ae6f8b339143223bf6404ac2ab34cfbbcb7db22ad855f819c273af11ec082"
configChecksum: "90cbb264b40c626ef7015afd66333240c9a1556d10f2c9aa81e45a0984f7bbf"
spec:
securityContext:
fsGroup: 65534
Expand Down
4 changes: 2 additions & 2 deletions deployment/eks/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@ spec:
template:
metadata:
annotations:
configChecksum: "53ae6f8b339143223bf6404ac2ab34cfbbcb7db22ad855f819c273af11ec082"
configChecksum: "90cbb264b40c626ef7015afd66333240c9a1556d10f2c9aa81e45a0984f7bbf"
labels:
app.kubernetes.io/name: flytepropeller
app.kubernetes.io/instance: flyte
Expand Down Expand Up @@ -1433,7 +1433,7 @@ spec:
app.kubernetes.io/name: flyte-pod-webhook
app.kubernetes.io/version: v1.10.6
annotations:
configChecksum: "53ae6f8b339143223bf6404ac2ab34cfbbcb7db22ad855f819c273af11ec082"
configChecksum: "90cbb264b40c626ef7015afd66333240c9a1556d10f2c9aa81e45a0984f7bbf"
spec:
securityContext:
fsGroup: 65534
Expand Down
4 changes: 2 additions & 2 deletions deployment/gcp/flyte_helm_dataplane_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ spec:
template:
metadata:
annotations:
configChecksum: "600d4f0d38961f98f5c66875315205e519ae890daf402c7a648a415cb4a5f2a"
configChecksum: "7e64a167b2a0dadede220ef863199e813a0bc89f964df25fd05e7fb0184552f"
labels:
app.kubernetes.io/name: flytepropeller
app.kubernetes.io/instance: flyte
Expand Down Expand Up @@ -518,7 +518,7 @@ spec:
app.kubernetes.io/name: flyte-pod-webhook
app.kubernetes.io/version: v1.10.6
annotations:
configChecksum: "600d4f0d38961f98f5c66875315205e519ae890daf402c7a648a415cb4a5f2a"
configChecksum: "7e64a167b2a0dadede220ef863199e813a0bc89f964df25fd05e7fb0184552f"
spec:
securityContext:
fsGroup: 65534
Expand Down
4 changes: 2 additions & 2 deletions deployment/gcp/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ spec:
template:
metadata:
annotations:
configChecksum: "600d4f0d38961f98f5c66875315205e519ae890daf402c7a648a415cb4a5f2a"
configChecksum: "7e64a167b2a0dadede220ef863199e813a0bc89f964df25fd05e7fb0184552f"
labels:
app.kubernetes.io/name: flytepropeller
app.kubernetes.io/instance: flyte
Expand Down Expand Up @@ -1455,7 +1455,7 @@ spec:
app.kubernetes.io/name: flyte-pod-webhook
app.kubernetes.io/version: v1.10.6
annotations:
configChecksum: "600d4f0d38961f98f5c66875315205e519ae890daf402c7a648a415cb4a5f2a"
configChecksum: "7e64a167b2a0dadede220ef863199e813a0bc89f964df25fd05e7fb0184552f"
spec:
securityContext:
fsGroup: 65534
Expand Down
4 changes: 2 additions & 2 deletions deployment/sandbox/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7130,7 +7130,7 @@ spec:
template:
metadata:
annotations:
configChecksum: "e7929ed61c9c1a4af66f64529a657fd7b7a69b4914b39fc8821528beb8186eb"
configChecksum: "9c18e732adcc35cea4cbd052b6b84e952cc2b20217460cefbf23634ce687c1f"
labels:
app.kubernetes.io/name: flytepropeller
app.kubernetes.io/instance: flyte
Expand Down Expand Up @@ -7204,7 +7204,7 @@ spec:
app.kubernetes.io/name: flyte-pod-webhook
app.kubernetes.io/version: v1.10.6
annotations:
configChecksum: "e7929ed61c9c1a4af66f64529a657fd7b7a69b4914b39fc8821528beb8186eb"
configChecksum: "9c18e732adcc35cea4cbd052b6b84e952cc2b20217460cefbf23634ce687c1f"
spec:
securityContext:
fsGroup: 65534
Expand Down

0 comments on commit 547294e

Please sign in to comment.