Skip to content

Commit 34f2a5b

Browse files
committed
chore(maintenance): remove maintenance support
1 parent 3dd1e13 commit 34f2a5b

3 files changed

Lines changed: 0 additions & 20 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Please see below for links and descriptions of each component:
2222
- [monitor](https://github.com/drycc/monitor) - The platform monitoring components
2323
- [minio](https://github.com/drycc/minio) - The in-cluster, ephemeral, development-only object storage system
2424
- [nsq](https://github.com/drycc/nsq) - Realtime distributed messaging platform
25-
- [maintenance-proxy](https://github.com/drycc/maintenance-proxy) - Workflow maintenance proxy
2625
- [workflow-cli](https://github.com/drycc/workflow-cli) - Workflow CLI `drycc`
2726

2827
We welcome your input! If you have feedback, please [submit an issue][issues]. If you'd like to participate in development, please read the "Working on Documentation" section below and [submit a pull request][prs].

charts/workflow/requirements.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,3 @@ dependencies:
4141
- name: registry-proxy
4242
version: <registry-proxy-tag>
4343
repository: https://charts.drycc.cc/stable/registry-proxy
44-
- name: maintenance-proxy
45-
version: <maintenance-proxy-tag>
46-
repository: https://charts.drycc.cc/stable/maintenance-proxy

src/applications/managing-app-lifecycle.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -98,22 +98,6 @@ From drycc-controller.local:peachy-waxworks
9898
* [new branch] master -> drycc/master
9999
```
100100

101-
102-
## Application Maintenance
103-
104-
Maintenance mode for applications is useful to perform certain migrations or upgrades during which we don't want to serve client requests. Drycc Workflow supports maintenance mode for an app during which the access to the app is blocked. Blocking access to the application means all the requests to the app are served with an error code of `503` and a static maintenance page by the router but the app will still be running and one-off commands can still be run. Currently the maintenance page is not configurable and is present as part of the router component.
105-
106-
To enable maintenance mode for app, use `drycc maintenance`:
107-
108-
$ drycc maintenance:on
109-
Enabling maintenance for drafty-zaniness... done
110-
111-
This will make the [router][] answer all requests to the application with a 503, although the app is still running. To disable maintenance mode:
112-
113-
$ drycc maintenance:off
114-
Disabling maintenance for drafty-zaniness... done
115-
116-
117101
## Application Troubleshooting
118102

119103
Applications deployed on Drycc Workflow [treat logs as event streams][]. Drycc Workflow aggregates `stdout` and `stderr`

0 commit comments

Comments
 (0)