|
| 1 | + |
1 | 2 | # Deis Controller |
2 | 3 |
|
3 | 4 | [](https://ci.deis.io/job/controller) |
|
7 | 8 |
|
8 | 9 | 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. |
9 | 10 |
|
10 | | -For more information about the Deis Workflow, please visit the main project page at https://github.com/deis/workflow. |
| 11 | +For more information about the Deis Workflow, please visit the main project page at https://github.com/deisthree/workflow. |
11 | 12 |
|
12 | 13 | We welcome your input! If you have feedback, please [submit an issue][issues]. If you'd like to participate in development, please read the "Development" section below and [submit a pull request][prs]. |
13 | 14 |
|
@@ -75,17 +76,9 @@ After the `make deploy` finishes, a new pod will be launched but may not be runn |
75 | 76 | kubectl get pod --namespace=deis -w | grep deis-controller |
76 | 77 | ``` |
77 | 78 |
|
78 | | -## License |
79 | | - |
80 | | -Copyright 2013, 2014, 2015, 2016 Engine Yard, Inc. |
81 | | - |
82 | | -Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0> |
83 | | - |
84 | | -Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. |
85 | | - |
86 | | - |
87 | 79 | [install-k8s]: https://kubernetes.io/docs/setup/pick-right-solution |
88 | | -[issues]: https://github.com/deis/controller/issues |
89 | | -[prs]: https://github.com/deis/controller/pulls |
90 | | -[workflow]: https://github.com/deis/workflow |
| 80 | +[issues]: https://github.com/deisthree/controller/issues |
| 81 | +[prs]: https://github.com/deisthree/controller/pulls |
| 82 | +[workflow]: https://github.com/deisthree/workflow |
91 | 83 | [Docker]: https://www.docker.com/ |
| 84 | +[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0 |
0 commit comments