Skip to content

Commit

Permalink
Merge branch 'master' into update-docs-process
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketan Umare committed Apr 16, 2020
2 parents ebb9935 + e6c5847 commit f14b249
Show file tree
Hide file tree
Showing 11 changed files with 4,478 additions and 227 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ Resources that would help you get a better understanding of Flyte.
# Changelogs
[Changelogs](CHANGELOG/README.md)

# Biweekly Community Sync
Starting April 21 2020, the Flyte community meets every other Tuesday at 9:00 AM.
You can join the [hangouts](https://hangouts.google.com/hangouts/_/calendar/a2V0YW4udW1hcmVAZ21haWwuY29t.5km2218c99820cggkefdb5549e?authuser=0)
Meeting notes are captured in [Doc](https://docs.google.com/document/d/1Jb6eOPOzvTaHjtPEVy7OR2O5qK1MhEs3vv56DX2dacM/edit#heading=h.c5ha25xc546e)
- We will soon have a demo signup sheet

# Component Repos
Repo | Language | Purpose
--- | --- | ---
Expand Down
12 changes: 6 additions & 6 deletions deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ spec:
labels:
app: flyteadmin
app.kubernetes.io/name: flyteadmin
app.kubernetes.io/version: 0.2.4
app.kubernetes.io/version: 0.2.5
spec:
containers:
- command:
Expand All @@ -969,7 +969,7 @@ spec:
- --config
- /etc/flyte/config/flyteadmin_config.yaml
- serve
image: docker.io/lyft/flyteadmin:v0.2.4
image: docker.io/lyft/flyteadmin:v0.2.5
imagePullPolicy: IfNotPresent
name: flyteadmin
ports:
Expand Down Expand Up @@ -1020,7 +1020,7 @@ spec:
- /etc/flyte/config/flyteadmin_config.yaml
- migrate
- run
image: docker.io/lyft/flyteadmin:v0.2.4
image: docker.io/lyft/flyteadmin:v0.2.5
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand All @@ -1036,7 +1036,7 @@ spec:
- flytesnacks
- flytetester
- flyteexamples
image: docker.io/lyft/flyteadmin:v0.2.4
image: docker.io/lyft/flyteadmin:v0.2.5
imagePullPolicy: IfNotPresent
name: seed-projects
volumeMounts:
Expand All @@ -1049,7 +1049,7 @@ spec:
- /etc/flyte/config/flyteadmin_config.yaml
- clusterresource
- sync
image: docker.io/lyft/flyteadmin:v0.2.4
image: docker.io/lyft/flyteadmin:v0.2.5
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down Expand Up @@ -1447,7 +1447,7 @@ spec:
- /etc/flyte/config/flyteadmin_config.yaml
- clusterresource
- sync
image: docker.io/lyft/flyteadmin:v0.2.4
image: docker.io/lyft/flyteadmin:v0.2.5
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down
12 changes: 6 additions & 6 deletions deployment/test/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ spec:
labels:
app: flyteadmin
app.kubernetes.io/name: flyteadmin
app.kubernetes.io/version: 0.2.4
app.kubernetes.io/version: 0.2.5
spec:
containers:
- command:
Expand All @@ -636,7 +636,7 @@ spec:
- --config
- /etc/flyte/config/flyteadmin_config.yaml
- serve
image: docker.io/lyft/flyteadmin:v0.2.4
image: docker.io/lyft/flyteadmin:v0.2.5
imagePullPolicy: IfNotPresent
name: flyteadmin
ports:
Expand Down Expand Up @@ -687,7 +687,7 @@ spec:
- /etc/flyte/config/flyteadmin_config.yaml
- migrate
- run
image: docker.io/lyft/flyteadmin:v0.2.4
image: docker.io/lyft/flyteadmin:v0.2.5
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand All @@ -703,7 +703,7 @@ spec:
- flytesnacks
- flytetester
- flyteexamples
image: docker.io/lyft/flyteadmin:v0.2.4
image: docker.io/lyft/flyteadmin:v0.2.5
imagePullPolicy: IfNotPresent
name: seed-projects
volumeMounts:
Expand All @@ -716,7 +716,7 @@ spec:
- /etc/flyte/config/flyteadmin_config.yaml
- clusterresource
- sync
image: docker.io/lyft/flyteadmin:v0.2.4
image: docker.io/lyft/flyteadmin:v0.2.5
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down Expand Up @@ -1014,7 +1014,7 @@ spec:
- /etc/flyte/config/flyteadmin_config.yaml
- clusterresource
- sync
image: docker.io/lyft/flyteadmin:v0.2.4
image: docker.io/lyft/flyteadmin:v0.2.5
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down
6 changes: 3 additions & 3 deletions kustomize/base/admindeployment/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
labels:
app: flyteadmin
app.kubernetes.io/name: flyteadmin
app.kubernetes.io/version: 0.2.4
app.kubernetes.io/version: 0.2.5
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "10254"
Expand All @@ -31,15 +31,15 @@ spec:
name: flyte-admin-config
initContainers:
- name: run-migrations
image: docker.io/lyft/flyteadmin:v0.2.4
image: docker.io/lyft/flyteadmin:v0.2.5
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.4
image: docker.io/lyft/flyteadmin:v0.2.5
imagePullPolicy: IfNotPresent
command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "serve"]
ports:
Expand Down
Loading

0 comments on commit f14b249

Please sign in to comment.