You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://quay.io/repository/deisci/controller)
6
6
7
-
Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own servers.
7
+
The Controller is the central API server for [Deis Workflow][workflow]. It is installed on a [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own cluster. Below is a non-exhaustive list of things it can do:
8
8
9
-
For more information about the Deis Workflow, please visit the main project page at https://github.com/deis/workflow.
9
+
* Create a new application
10
+
* Delete an application
11
+
* Scale an application
12
+
* Configure an application
13
+
* Create a new user
10
14
11
15
## Beta Status
12
16
@@ -18,16 +22,6 @@ The following features are not ready in Beta, but will be coming soon.
18
22
- Backup and restore features
19
23
- Persistent storage (though it can be manually configured)
20
24
21
-
# About
22
-
23
-
The controller is the central API for the entire Deis Platform. Below is a non-exhaustive list of things it can do:
24
-
25
-
* Create a new application
26
-
* Delete an application
27
-
* Scale an application
28
-
* Configure an application
29
-
* Create a new user
30
-
31
25
# Development
32
26
33
27
The Deis project welcomes contributions from all developers. The high level process for development matches many other open source projects. See below for an outline.
@@ -38,11 +32,11 @@ The Deis project welcomes contributions from all developers. The high level proc
38
32
* If your PR fixes any [issues][issues], make sure you write Fixes #1234 in your PR description (where #1234 is the number of the issue you're closing)
39
33
* The Deis core contributors will review your code. After each of them sign off on your code, they'll label your PR with LGTM1 and LGTM2 (respectively). Once that happens, the contributors will merge it
40
34
41
-
## Prerequisities
35
+
## Prerequisites
42
36
43
37
### Kubernetes
44
38
45
-
In order to do development on this component, you'll need a working Kubernetes cluster. If you don't have one, follow the [installation instructions][install-k8s] and note that Workflow currently targets version 1.1 with the following requirements:
39
+
In order to do development on this component, you'll need a working Kubernetes cluster. If you don't have one, follow the [installation instructions][install-k8s] and note that Controller currently targets version 1.1 with the following requirements:
46
40
47
41
* Docker's `insecure-registry` parameter must include the subnets used by your Kubernetes installation
48
42
* If you are testing the logger components, you must enable `DaemonSet` experimental APIs via `--runtime-config=extensions/v1beta1/daemonsets=true`
@@ -105,5 +99,6 @@ Unless required by applicable law or agreed to in writing, software distributed
0 commit comments