Skip to content

Commit a2b8bf2

Browse files
committed
Merge pull request #75 from arschles/readme-beta
doc(README.md): add indicators of beta status to the Readme
2 parents 6bbb15c + 5f26eeb commit a2b8bf2

1 file changed

Lines changed: 17 additions & 7 deletions

File tree

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
# Deis Monitor
1+
# Deis Monitor v2
22

3-
Deis (pronounced DAY-iss) is an open source PaaS that makes it easy to deploy and manage
4-
applications on your own servers. Deis builds on [Kubernetes](http://kubernetes.io/) to provide
5-
a lightweight, [Heroku-inspired](http://heroku.com) workflow.
3+
[![Build Status](https://travis-ci.org/deis/monitor.svg?branch=master)](https://travis-ci.org/deis/monitor)
4+
[![Docker Repository on Quay](https://quay.io/repository/deisci/monitor/status "Docker Repository on Quay")](https://quay.io/repository/deisci/monitor)
65

7-
![Deis Graphic](https://s3-us-west-2.amazonaws.com/get-deis/deis-graphic-small.png)
6+
Deis (pronounced DAY-iss) is an open source PaaS that makes it easy to deploy and manage applications on your own servers. Deis builds on [Kubernetes][k8s-home] to provide a lightweight, easy and secure way to deploy your code to production.
87

9-
## Description
8+
For more information about the Deis workflow, please visit the main project page at https://github.com/deis/workflow.
9+
10+
## Beta Status
11+
12+
This Deis component is currently in beta status, and 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+
15+
# About
1016
This repository aims to contain all the necessary components for a production quality monitoring solution that runs on top of the kubernetes cluster scheduler. It provides the [TICK](https://influxdata.com/time-series-platform/) stack which is produced by the influxdata team.
1117

1218
## Current State
@@ -27,4 +33,8 @@ Unless required by applicable law or agreed to in writing, software
2733
distributed under the License is distributed on an "AS IS" BASIS,
2834
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2935
See the License for the specific language governing permissions and
30-
limitations under the License.
36+
limitations under the License.
37+
38+
[k8s-home]: http://kubernetes.io/
39+
[issues]: https://github.com/deis/monitor/issues
40+
[prs]: https://github.com/deis/monitor/pulls

0 commit comments

Comments
 (0)