shipyard/charts/shipyard/templates
Anthony Lin 7219519135 Add Airflow Worker Upgrade Workflow
This patch set is meant to create a workflow that will allow us
to upgrade the airflow worker without causing disruption to the
current running workflow.

Note that we will set the update strategy for airflow worker
to 'OnDelete'. The 'OnDelete' update strategy implements the legacy
(1.6 and prior) behavior. When we select this update strategy, the
statefulSet controller will not automatically update Pods when a
modification is made to the StatefulSet’s '.spec.template field'.
This strategy can be selected by setting the '.spec.template.updateStrategy.type'
to 'OnDelete'. Refer to [0] for more information.

[0] https://kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/#creating-a-statefulset

Change-Id: I1f6c3564b7fba6abe422b86e36818eb2cd3454ea
2018-03-16 10:18:43 -04:00
..
bin Change banners to restore attribution 2018-03-15 16:57:20 -05:00
tests [383710] Add helm test to Shipyard 2018-03-07 22:08:51 -05:00
configmap-airflow-bin.yaml Change banners to restore attribution 2018-03-15 16:57:20 -05:00
configmap-airflow-etc.yaml Change banners to restore attribution 2018-03-15 16:57:20 -05:00
configmap-shipyard-bin.yaml Update Shipyard/Airflow Chart - Database Configurability 2018-01-30 10:26:50 -05:00
configmap-shipyard-etc.yaml Change banners to restore attribution 2018-03-15 16:57:20 -05:00
deployment-airflow-flower.yaml Change banners to restore attribution 2018-03-15 16:57:20 -05:00
deployment-airflow-scheduler.yaml Change banners to restore attribution 2018-03-15 16:57:20 -05:00
deployment-airflow-web.yaml Change banners to restore attribution 2018-03-15 16:57:20 -05:00
deployment-shipyard.yaml Change banners to restore attribution 2018-03-15 16:57:20 -05:00
ingress-airflow-api.yaml Change banners to restore attribution 2018-03-15 16:57:20 -05:00
ingress-shipyard-api.yaml Change banners to restore attribution 2018-03-15 16:57:20 -05:00
job-airflow-db-init.yaml Change banners to restore attribution 2018-03-15 16:57:20 -05:00
job-airflow-db-sync.yaml Change banners to restore attribution 2018-03-15 16:57:20 -05:00
job-ks-endpoints.yaml Update Shipyard/Airflow Chart - Database Configurability 2018-01-30 10:26:50 -05:00
job-ks-service.yaml Update Shipyard/Airflow Chart - Database Configurability 2018-01-30 10:26:50 -05:00
job-ks-user.yaml Update Shipyard/Airflow Chart - Database Configurability 2018-01-30 10:26:50 -05:00
job-shipyard-db-init.yaml Change banners to restore attribution 2018-03-15 16:57:20 -05:00
job-shipyard-db-sync.yaml Change banners to restore attribution 2018-03-15 16:57:20 -05:00
secret-airflow-db.yaml Change banners to restore attribution 2018-03-15 16:57:20 -05:00
secret-keystone-env.yaml Update Shipyard/Airflow Chart - Database Configurability 2018-01-30 10:26:50 -05:00
secret-shipyard-db.yaml Change banners to restore attribution 2018-03-15 16:57:20 -05:00
service-airflow-flower.yaml Change banners to restore attribution 2018-03-15 16:57:20 -05:00
service-airflow-ingress.yaml Change banners to restore attribution 2018-03-15 16:57:20 -05:00
service-airflow-web.yaml Change banners to restore attribution 2018-03-15 16:57:20 -05:00
service-airflow-worker.yaml Make Airflow Worker Stateful Set 2018-02-21 14:59:59 +00:00
service-discovery-airflow-worker.yaml Make Airflow Worker Stateful Set 2018-02-21 14:59:59 +00:00
service-shipyard-ingress.yaml Change banners to restore attribution 2018-03-15 16:57:20 -05:00
service-shipyard.yaml Change banners to restore attribution 2018-03-15 16:57:20 -05:00
statefulset-airflow-worker.yaml Add Airflow Worker Upgrade Workflow 2018-03-16 10:18:43 -04:00