Skip to content

Commit

Permalink
Update propeller version and config (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
katrogan committed Nov 4, 2020
1 parent 34c93b5 commit 9b59ac6
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 14 deletions.
12 changes: 9 additions & 3 deletions deployment/eks/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,12 @@ data:
- spark
- k8s-array
- pytorch
default-for-task-types:
container: container
sidecar: sidecar
spark: spark
container_array: k8s-array
pytorch: pytorch
k8s.yaml: |
plugins:
k8s:
Expand Down Expand Up @@ -810,7 +816,7 @@ kind: ConfigMap
metadata:
annotations: {}
labels: {}
name: flyte-propeller-config-9fctd4tc4f
name: flyte-propeller-config-6gc52f8d7m
namespace: flyte
---
apiVersion: v1
Expand Down Expand Up @@ -1217,7 +1223,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: docker.io/lyft/flytepropeller:v0.4.2
image: docker.io/lyft/flytepropeller:v0.4.8
imagePullPolicy: IfNotPresent
name: flytepropeller
ports:
Expand All @@ -1233,7 +1239,7 @@ spec:
serviceAccountName: flytepropeller
volumes:
- configMap:
name: flyte-propeller-config-9fctd4tc4f
name: flyte-propeller-config-6gc52f8d7m
name: config-volume
---
apiVersion: apps/v1
Expand Down
12 changes: 9 additions & 3 deletions deployment/gcp/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,12 @@ data:
- spark
- k8s-array
- pytorch
default-for-task-types:
container: container
sidecar: sidecar
spark: spark
container_array: k8s-array
pytorch: pytorch
k8s.yaml: |
plugins:
k8s:
Expand Down Expand Up @@ -801,7 +807,7 @@ kind: ConfigMap
metadata:
annotations: {}
labels: {}
name: flyte-propeller-config-6tcff5htc2
name: flyte-propeller-config-d4m5hmhm8k
namespace: flyte
---
apiVersion: v1
Expand Down Expand Up @@ -1285,7 +1291,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: docker.io/lyft/flytepropeller:v0.4.2
image: docker.io/lyft/flytepropeller:v0.4.8
imagePullPolicy: IfNotPresent
name: flytepropeller
ports:
Expand All @@ -1301,7 +1307,7 @@ spec:
serviceAccountName: flytepropeller
volumes:
- configMap:
name: flyte-propeller-config-6tcff5htc2
name: flyte-propeller-config-d4m5hmhm8k
name: config-volume
---
apiVersion: apps/v1
Expand Down
12 changes: 9 additions & 3 deletions deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,12 @@ data:
- spark
- k8s-array
- pytorch
default-for-task-types:
container: container
sidecar: sidecar
spark: spark
container_array: k8s-array
pytorch: pytorch
k8s.yaml: |
plugins:
k8s:
Expand Down Expand Up @@ -963,7 +969,7 @@ kind: ConfigMap
metadata:
annotations: {}
labels: {}
name: flyte-propeller-config-88kbgkkfbd
name: flyte-propeller-config-57md596t6f
namespace: flyte
---
apiVersion: v1
Expand Down Expand Up @@ -1512,7 +1518,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: docker.io/lyft/flytepropeller:v0.4.2
image: docker.io/lyft/flytepropeller:v0.4.8
imagePullPolicy: IfNotPresent
name: flytepropeller
ports:
Expand All @@ -1523,7 +1529,7 @@ spec:
serviceAccountName: flytepropeller
volumes:
- configMap:
name: flyte-propeller-config-88kbgkkfbd
name: flyte-propeller-config-57md596t6f
name: config-volume
---
apiVersion: apps/v1
Expand Down
2 changes: 1 addition & 1 deletion deployment/test/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: docker.io/lyft/flytepropeller:v0.4.2
image: docker.io/lyft/flytepropeller:v0.4.8
imagePullPolicy: IfNotPresent
name: flytepropeller
ports:
Expand Down
6 changes: 6 additions & 0 deletions kustomize/overlays/eks/config/propeller/enabled_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ tasks:
- spark
- k8s-array
- pytorch
default-for-task-types:
container: container
sidecar: sidecar
spark: spark
container_array: k8s-array
pytorch: pytorch
2 changes: 1 addition & 1 deletion kustomize/overlays/eks/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ images:
newName: docker.io/lyft/datacatalog # override the name
# FlytePropeller
- name: flytepropeller # match images with this name
newTag: v0.4.2 # override the tag
newTag: v0.4.8 # override the tag
newName: docker.io/lyft/flytepropeller # override the name
6 changes: 6 additions & 0 deletions kustomize/overlays/gcp/config/propeller/enabled_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ tasks:
- spark
- k8s-array
- pytorch
default-for-task-types:
container: container
sidecar: sidecar
spark: spark
container_array: k8s-array
pytorch: pytorch
2 changes: 1 addition & 1 deletion kustomize/overlays/gcp/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ images:
newName: docker.io/lyft/datacatalog # override the name
# FlytePropeller
- name: flytepropeller # match images with this name
newTag: v0.4.2 # override the tag
newTag: v0.4.8 # override the tag
newName: docker.io/lyft/flytepropeller # override the name
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ tasks:
- spark
- k8s-array
- pytorch
default-for-task-types:
container: container
sidecar: sidecar
spark: spark
container_array: k8s-array
pytorch: pytorch
2 changes: 1 addition & 1 deletion kustomize/overlays/sandbox/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ images:
newName: docker.io/lyft/datacatalog # override the name
# FlytePropeller
- name: flytepropeller # match images with this name
newTag: v0.4.2 # override the tag
newTag: v0.4.8 # override the tag
newName: docker.io/lyft/flytepropeller # override the name
2 changes: 1 addition & 1 deletion kustomize/overlays/test/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ images:
newName: docker.io/lyft/datacatalog # override the name
# FlytePropeller
- name: flytepropeller # match images with this name
newTag: v0.4.2 # override the tag
newTag: v0.4.8 # override the tag
newName: docker.io/lyft/flytepropeller # override the name

0 comments on commit 9b59ac6

Please sign in to comment.