Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracker branch for Milestone v0.2.0 #230

Merged
merged 19 commits into from
Apr 1, 2020
26 changes: 16 additions & 10 deletions deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,8 @@ spec:
prometheus.io/scrape: "true"
labels:
app: datacatalog
app.kubernetes.io/name: datacatalog
app.kubernetes.io/version: 0.2.1
spec:
containers:
- command:
Expand All @@ -891,7 +893,7 @@ spec:
- --config
- /etc/datacatalog/config/datacatalog_config.yaml
- serve
image: docker.io/lyft/datacatalog:v0.1.2
image: docker.io/lyft/datacatalog:v0.2.1
imagePullPolicy: IfNotPresent
name: datacatalog
ports:
Expand Down Expand Up @@ -923,7 +925,7 @@ spec:
- /etc/datacatalog/config/datacatalog_config.yaml
- migrate
- run
image: docker.io/lyft/datacatalog:v0.1.2
image: docker.io/lyft/datacatalog:v0.2.1
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand Down Expand Up @@ -957,6 +959,8 @@ spec:
prometheus.io/scrape: "true"
labels:
app: flyteadmin
app.kubernetes.io/name: flyteadmin
app.kubernetes.io/version: 0.2.4
spec:
containers:
- command:
Expand All @@ -965,7 +969,7 @@ spec:
- --config
- /etc/flyte/config/flyteadmin_config.yaml
- serve
image: docker.io/lyft/flyteadmin:v0.2.3
image: docker.io/lyft/flyteadmin:v0.2.4
imagePullPolicy: IfNotPresent
name: flyteadmin
ports:
Expand Down Expand Up @@ -1016,7 +1020,7 @@ spec:
- /etc/flyte/config/flyteadmin_config.yaml
- migrate
- run
image: docker.io/lyft/flyteadmin:v0.2.3
image: docker.io/lyft/flyteadmin:v0.2.4
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand All @@ -1032,7 +1036,7 @@ spec:
- flytesnacks
- flytetester
- flyteexamples
image: docker.io/lyft/flyteadmin:v0.2.3
image: docker.io/lyft/flyteadmin:v0.2.4
imagePullPolicy: IfNotPresent
name: seed-projects
volumeMounts:
Expand All @@ -1045,7 +1049,7 @@ spec:
- /etc/flyte/config/flyteadmin_config.yaml
- clusterresource
- sync
image: docker.io/lyft/flyteadmin:v0.2.3
image: docker.io/lyft/flyteadmin:v0.2.4
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down Expand Up @@ -1080,12 +1084,14 @@ spec:
metadata:
labels:
app: flyteconsole
app.kubernetes.io/name: flyteconsole
app.kubernetes.io/version: 0.4.0
spec:
containers:
- envFrom:
- configMapRef:
name: flyte-console-config
image: docker.io/lyft/flyteconsole:v0.3.2
image: docker.io/lyft/flyteconsole:v0.4.0
name: flyteconsole
ports:
- containerPort: 8080
Expand Down Expand Up @@ -1121,7 +1127,7 @@ spec:
labels:
app: flytepropeller
app.kubernetes.io/name: flytepropeller
app.kubernetes.io/version: 0.2.13
app.kubernetes.io/version: 0.2.20
spec:
containers:
- args:
Expand All @@ -1136,7 +1142,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: docker.io/lyft/flytepropeller:v0.2.13
image: docker.io/lyft/flytepropeller:v0.2.20
imagePullPolicy: IfNotPresent
name: flytepropeller
ports:
Expand Down Expand Up @@ -1441,7 +1447,7 @@ spec:
- /etc/flyte/config/flyteadmin_config.yaml
- clusterresource
- sync
image: docker.io/lyft/flyteadmin:v0.2.1
image: docker.io/lyft/flyteadmin:v0.2.4
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down
16 changes: 9 additions & 7 deletions deployment/test/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,8 @@ spec:
prometheus.io/scrape: "true"
labels:
app: flyteadmin
app.kubernetes.io/name: flyteadmin
app.kubernetes.io/version: 0.2.4
spec:
containers:
- command:
Expand All @@ -634,7 +636,7 @@ spec:
- --config
- /etc/flyte/config/flyteadmin_config.yaml
- serve
image: docker.io/lyft/flyteadmin:v0.2.3
image: docker.io/lyft/flyteadmin:v0.2.4
imagePullPolicy: IfNotPresent
name: flyteadmin
ports:
Expand Down Expand Up @@ -685,7 +687,7 @@ spec:
- /etc/flyte/config/flyteadmin_config.yaml
- migrate
- run
image: docker.io/lyft/flyteadmin:v0.2.3
image: docker.io/lyft/flyteadmin:v0.2.4
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand All @@ -701,7 +703,7 @@ spec:
- flytesnacks
- flytetester
- flyteexamples
image: docker.io/lyft/flyteadmin:v0.2.3
image: docker.io/lyft/flyteadmin:v0.2.4
imagePullPolicy: IfNotPresent
name: seed-projects
volumeMounts:
Expand All @@ -714,7 +716,7 @@ spec:
- /etc/flyte/config/flyteadmin_config.yaml
- clusterresource
- sync
image: docker.io/lyft/flyteadmin:v0.2.3
image: docker.io/lyft/flyteadmin:v0.2.4
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down Expand Up @@ -753,7 +755,7 @@ spec:
labels:
app: flytepropeller
app.kubernetes.io/name: flytepropeller
app.kubernetes.io/version: 0.2.13
app.kubernetes.io/version: 0.2.20
spec:
containers:
- args:
Expand All @@ -766,7 +768,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: docker.io/lyft/flytepropeller:v0.2.13
image: docker.io/lyft/flytepropeller:v0.2.20
imagePullPolicy: IfNotPresent
name: flytepropeller
ports:
Expand Down Expand Up @@ -1012,7 +1014,7 @@ spec:
- /etc/flyte/config/flyteadmin_config.yaml
- clusterresource
- sync
image: docker.io/lyft/flyteadmin:v0.2.1
image: docker.io/lyft/flyteadmin:v0.2.4
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion end2end/tests/endtoend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
command:
- bash
- -c
image: docker.io/lyft/flytetester:v0.1.2_flytekitv0.6.0b1
image: docker.io/lyft/flytetester:v0.1.4_flytekitv0.6.0
imagePullPolicy: IfNotPresent
name: flytetester
resources:
Expand Down
6 changes: 4 additions & 2 deletions kustomize/base/admindeployment/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spec:
metadata:
labels:
app: flyteadmin
app.kubernetes.io/name: flyteadmin
app.kubernetes.io/version: 0.2.4
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "10254"
Expand All @@ -29,15 +31,15 @@ spec:
name: flyte-admin-config
initContainers:
- name: run-migrations
image: docker.io/lyft/flyteadmin:v0.2.3
image: docker.io/lyft/flyteadmin:v0.2.4
imagePullPolicy: IfNotPresent
command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "migrate", "run"]
volumeMounts:
- name: config-volume
mountPath: /etc/flyte/config
containers:
- name: flyteadmin
image: docker.io/lyft/flyteadmin:v0.2.3
image: docker.io/lyft/flyteadmin:v0.2.4
imagePullPolicy: IfNotPresent
command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "serve"]
ports:
Expand Down
4 changes: 3 additions & 1 deletion kustomize/base/console/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ spec:
metadata:
labels:
app: flyteconsole
app.kubernetes.io/name: flyteconsole
app.kubernetes.io/version: 0.4.0
spec:
volumes:
- name: shared-data
emptyDir: {}
containers:
- name: flyteconsole
image: docker.io/lyft/flyteconsole:v0.3.2
image: docker.io/lyft/flyteconsole:v0.4.0
# args: []
ports:
- containerPort: 8080
Expand Down
6 changes: 4 additions & 2 deletions kustomize/base/datacatalog/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spec:
metadata:
labels:
app: datacatalog
app.kubernetes.io/name: datacatalog
app.kubernetes.io/version: 0.2.1
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "10254"
Expand All @@ -28,15 +30,15 @@ spec:
name: datacatalog-config
initContainers:
- name: run-migrations
image: docker.io/lyft/datacatalog:v0.1.2
image: docker.io/lyft/datacatalog:v0.2.1
imagePullPolicy: IfNotPresent
command: ["datacatalog", "--logtostderr", "--config", "/etc/datacatalog/config/datacatalog_config.yaml", "migrate", "run"]
volumeMounts:
- name: config-volume
mountPath: /etc/datacatalog/config
containers:
- name: datacatalog
image: docker.io/lyft/datacatalog:v0.1.2
image: docker.io/lyft/datacatalog:v0.2.1
imagePullPolicy: IfNotPresent
command: ["datacatalog", "--logtostderr", "--config", "/etc/datacatalog/config/datacatalog_config.yaml", "serve"]
ports:
Expand Down
4 changes: 2 additions & 2 deletions kustomize/base/propeller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
labels:
app: flytepropeller
app.kubernetes.io/name: flytepropeller
app.kubernetes.io/version: 0.2.13
app.kubernetes.io/version: 0.2.20
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "10254"
Expand All @@ -31,7 +31,7 @@ spec:
name: flyte-plugin-config
containers:
- name: flytepropeller
image: docker.io/lyft/flytepropeller:v0.2.13
image: docker.io/lyft/flytepropeller:v0.2.20
command:
- flytepropeller
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ spec:
'until pg_isready -h postgres -p 5432;
do echo waiting for database; sleep 2; done;']
- name: run-migrations
image: docker.io/lyft/flyteadmin:v0.2.3
image: docker.io/lyft/flyteadmin:v0.2.4
imagePullPolicy: IfNotPresent
command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml",
"migrate", "run"]
volumeMounts:
- name: config-volume
mountPath: /etc/flyte/config
- name: seed-projects
image: docker.io/lyft/flyteadmin:v0.2.3
image: docker.io/lyft/flyteadmin:v0.2.4
imagePullPolicy: IfNotPresent
command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml",
"migrate", "seed-projects", "flytesnacks", "flytetester", "flyteexamples"]
volumeMounts:
- name: config-volume
mountPath: /etc/flyte/config
- name: sync-cluster-resources
image: docker.io/lyft/flyteadmin:v0.2.3
image: docker.io/lyft/flyteadmin:v0.2.4
imagePullPolicy: IfNotPresent
command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "clusterresource", "sync"]
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/sandbox/admindeployment/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
serviceAccountName: flyteadmin
containers:
- name: sync-cluster-resources
image: docker.io/lyft/flyteadmin:v0.2.1
image: docker.io/lyft/flyteadmin:v0.2.4
imagePullPolicy: IfNotPresent
command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "clusterresource", "sync"]
volumeMounts:
Expand Down