-
Notifications
You must be signed in to change notification settings - Fork 693
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry pick agents protocol refactor (#126)
* Agents protocol refactor (#4874) Signed-off-by: Haytham Abuelfutuh <[email protected]> Signed-off-by: Kevin Su <[email protected]> Signed-off-by: Kevin Su <[email protected]> Signed-off-by: Eduardo Apolinario <[email protected]> Co-authored-by: Haytham Abuelfutuh <[email protected]> Co-authored-by: Flyte Bot <[email protected]> Co-authored-by: Eduardo Apolinario <[email protected]> Co-authored-by: Eduardo Apolinario <[email protected]>
- Loading branch information
1 parent
036d020
commit 8535a62
Showing
70 changed files
with
9,410 additions
and
1,917 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Flyte v1.11.0-b1 | ||
|
||
Second beta release for 1.11.0. |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ flyteadmin: | |
image: | ||
# -- Docker image for Flyteadmin deployment | ||
repository: cr.flyte.org/flyteorg/flyteadmin # FLYTEADMIN_IMAGE | ||
tag: v1.10.7 # FLYTEADMIN_TAG | ||
tag: v1.11.0-b1 # FLYTEADMIN_TAG | ||
pullPolicy: IfNotPresent | ||
# -- Additional flyteadmin container environment variables | ||
# | ||
|
@@ -111,6 +111,14 @@ flyteadmin: | |
extraArgs: {} | ||
# -- Sets priorityClassName for flyteadmin pod(s). | ||
priorityClassName: "" | ||
# -- Sets securityContext for flyteadmin pod(s). | ||
securityContext: | ||
runAsNonRoot: true | ||
fsGroup: 65534 | ||
runAsUser: 1001 | ||
fsGroupChangePolicy: "Always" | ||
seLinuxOptions: | ||
type: spc_t | ||
|
||
# -- Settings for flyteadmin service monitor | ||
serviceMonitor: | ||
|
@@ -134,7 +142,7 @@ flytescheduler: | |
# -- Docker image for Flytescheduler deployment | ||
repository: cr.flyte.org/flyteorg/flytescheduler # FLYTESCHEDULER_IMAGE | ||
# -- Docker image tag | ||
tag: v1.10.7 # FLYTESCHEDULER_TAG | ||
tag: v1.11.0-b1 # FLYTESCHEDULER_TAG | ||
# -- Docker image pull policy | ||
pullPolicy: IfNotPresent | ||
# -- Default resources requests and limits for Flytescheduler deployment | ||
|
@@ -179,6 +187,14 @@ flytescheduler: | |
additionalContainers: [] | ||
# -- Sets priorityClassName for flyte scheduler pod(s). | ||
priorityClassName: "" | ||
# -- Sets securityContext for flytescheduler pod(s). | ||
securityContext: | ||
runAsNonRoot: true | ||
fsGroup: 65534 | ||
runAsUser: 1001 | ||
fsGroupChangePolicy: "Always" | ||
seLinuxOptions: | ||
type: spc_t | ||
|
||
# | ||
# DATACATALOG SETTINGS | ||
|
@@ -192,7 +208,7 @@ datacatalog: | |
# -- Docker image for Datacatalog deployment | ||
repository: cr.flyte.org/flyteorg/datacatalog # DATACATALOG_IMAGE | ||
# -- Docker image tag | ||
tag: v1.10.7 # DATACATALOG_TAG | ||
tag: v1.11.0-b1 # DATACATALOG_TAG | ||
# -- Docker image pull policy | ||
pullPolicy: IfNotPresent | ||
# -- Default resources requests and limits for Datacatalog deployment | ||
|
@@ -242,6 +258,14 @@ datacatalog: | |
extraArgs: {} | ||
# -- Sets priorityClassName for datacatalog pod(s). | ||
priorityClassName: "" | ||
# -- Sets securityContext for datacatalog pod(s). | ||
securityContext: | ||
runAsNonRoot: true | ||
fsGroup: 1001 | ||
runAsUser: 1001 | ||
fsGroupChangePolicy: "OnRootMismatch" | ||
seLinuxOptions: | ||
type: spc_t | ||
|
||
# | ||
# FLYTE_AGENT SETTINGS | ||
|
@@ -255,6 +279,8 @@ flyteagent: | |
defaultAgent: | ||
endpoint: "dns:///flyteagent.flyte.svc.cluster.local:8000" | ||
insecure: true | ||
# -- Labels for flyteagent pods | ||
podLabels: {} | ||
|
||
# | ||
# FLYTEPROPELLER SETTINGS | ||
|
@@ -270,7 +296,7 @@ flytepropeller: | |
image: | ||
# -- Docker image for Flytepropeller deployment | ||
repository: cr.flyte.org/flyteorg/flytepropeller # FLYTEPROPELLER_IMAGE | ||
tag: v1.10.7 # FLYTEPROPELLER_TAG | ||
tag: v1.11.0-b1 # FLYTEPROPELLER_TAG | ||
pullPolicy: IfNotPresent | ||
# -- Default resources requests and limits for Flytepropeller deployment | ||
resources: | ||
|
@@ -320,6 +346,11 @@ flytepropeller: | |
clusterName: "" | ||
# -- Sets priorityClassName for propeller pod(s). | ||
priorityClassName: "" | ||
# -- Sets securityContext for flytepropeller pod(s). | ||
securityContext: | ||
fsGroup: 65534 | ||
runAsUser: 1001 | ||
fsGroupChangePolicy: "Always" | ||
|
||
# -- Settings for flytepropeller service | ||
service: | ||
|
@@ -348,7 +379,7 @@ flyteconsole: | |
image: | ||
# -- Docker image for Flyteconsole deployment | ||
repository: cr.flyte.org/flyteorg/flyteconsole # FLYTECONSOLE_IMAGE | ||
tag: v1.10.2 # FLYTECONSOLE_TAG | ||
tag: v1.11.0 # FLYTECONSOLE_TAG | ||
pullPolicy: IfNotPresent | ||
# -- Default resources requests and limits for Flyteconsole deployment | ||
resources: | ||
|
@@ -382,6 +413,13 @@ flyteconsole: | |
priorityClassName: "" | ||
# -- ImagePullSecrets to assign to the Flyteconsole deployment | ||
imagePullSecrets: [] | ||
# -- Sets securityContext for flyteconsole pod(s). | ||
securityContext: | ||
runAsNonRoot: true | ||
runAsUser: 1000 | ||
fsGroupChangePolicy: "OnRootMismatch" | ||
seLinuxOptions: | ||
type: spc_t | ||
|
||
# It will enable the redoc route in ingress | ||
deployRedoc: false | ||
|
@@ -419,6 +457,20 @@ webhook: | |
annotations: | ||
projectcontour.io/upstream-protocol.h2c: grpc | ||
type: ClusterIP | ||
# -- Sets securityContext for webhook pod(s). | ||
securityContext: | ||
fsGroup: 65534 | ||
runAsNonRoot: true | ||
runAsUser: 1001 | ||
fsGroupChangePolicy: "Always" | ||
seLinuxOptions: | ||
type: spc_t | ||
|
||
resources: | ||
requests: | ||
cpu: 200m | ||
ephemeral-storage: 500Mi | ||
memory: 500Mi | ||
|
||
# ------------------------------------------------ | ||
# | ||
|
@@ -679,7 +731,7 @@ configmap: | |
# -- Structure documented [here](https://pkg.go.dev/github.com/lyft/[email protected]/go/tasks/pluginmachinery/flytek8s/config#FlyteCoPilotConfig) | ||
co-pilot: | ||
name: flyte-copilot- | ||
image: cr.flyte.org/flyteorg/flytecopilot:v1.10.7 # FLYTECOPILOT_IMAGE | ||
image: cr.flyte.org/flyteorg/flytecopilot:v1.11.0-b1 # FLYTECOPILOT_IMAGE | ||
start-timeout: 30s | ||
|
||
# -- Core propeller configuration | ||
|
@@ -850,6 +902,8 @@ cluster_resource_manager: | |
podLabels: {} | ||
# -- nodeSelector for ClusterResource deployment | ||
nodeSelector: {} | ||
# -- Resources for ClusterResource deployment | ||
resources: {} | ||
# -- Configmap for ClusterResource parameters | ||
config: | ||
# -- ClusterResource parameters | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ flyte: | |
# -- Docker image for Flyteadmin deployment | ||
repository: cr.flyte.org/flyteorg/flyteadmin # FLYTEADMIN_IMAGE | ||
# -- Docker image tag | ||
tag: v1.10.7 # FLYTEADMIN_TAG | ||
tag: v1.11.0-b1 # FLYTEADMIN_TAG | ||
# -- Docker image pull policy | ||
pullPolicy: IfNotPresent | ||
# -- Additional flyteadmin container environment variables | ||
|
@@ -84,7 +84,7 @@ flyte: | |
# -- Docker image for Flytescheduler deployment | ||
repository: cr.flyte.org/flyteorg/flytescheduler # FLYTESCHEDULER_IMAGE | ||
# -- Docker image tag | ||
tag: v1.10.7 # FLYTESCHEDULER_TAG | ||
tag: v1.11.0-b1 # FLYTESCHEDULER_TAG | ||
# -- Docker image pull policy | ||
pullPolicy: IfNotPresent | ||
# -- Default resources requests and limits for Flytescheduler deployment | ||
|
@@ -129,7 +129,7 @@ flyte: | |
# -- Docker image for Datacatalog deployment | ||
repository: cr.flyte.org/flyteorg/datacatalog # DATACATALOG_IMAGE | ||
# -- Docker image tag | ||
tag: v1.10.7 # DATACATALOG_TAG | ||
tag: v1.11.0-b1 # DATACATALOG_TAG | ||
# -- Docker image pull policy | ||
pullPolicy: IfNotPresent | ||
# -- Default resources requests and limits for Datacatalog deployment | ||
|
@@ -178,7 +178,7 @@ flyte: | |
# -- Docker image for Flytepropeller deployment | ||
repository: cr.flyte.org/flyteorg/flytepropeller # FLYTEPROPELLER_IMAGE | ||
# -- Docker image tag | ||
tag: v1.10.7 # FLYTEPROPELLER_TAG | ||
tag: v1.11.0-b1 # FLYTEPROPELLER_TAG | ||
# -- Docker image pull policy | ||
pullPolicy: IfNotPresent | ||
# -- Default resources requests and limits for Flytepropeller deployment | ||
|
@@ -223,7 +223,7 @@ flyte: | |
# -- Docker image for Flyteconsole deployment | ||
repository: cr.flyte.org/flyteorg/flyteconsole # FLYTECONSOLE_IMAGE | ||
# -- Docker image tag | ||
tag: v1.10.2 # FLYTECONSOLE_TAG | ||
tag: v1.11.0 # FLYTECONSOLE_TAG | ||
# -- Docker image pull policy | ||
pullPolicy: IfNotPresent | ||
# -- Default resources requests and limits for Flyteconsole deployment | ||
|
@@ -471,7 +471,7 @@ flyte: | |
# -- Structure documented [here](https://pkg.go.dev/github.com/lyft/[email protected]/go/tasks/pluginmachinery/flytek8s/config#FlyteCoPilotConfig) | ||
co-pilot: | ||
name: flyte-copilot- | ||
image: cr.flyte.org/flyteorg/flytecopilot:v1.10.7 # FLYTECOPILOT_IMAGE | ||
image: cr.flyte.org/flyteorg/flytecopilot:v1.11.0-b1 # FLYTECOPILOT_IMAGE | ||
start-timeout: 30s | ||
|
||
# -- Core propeller configuration | ||
|
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
Oops, something went wrong.