From cd8a9c8dcec077929fb27b9808bf4fa01b1d4cab Mon Sep 17 00:00:00 2001 From: Eytan Avisror Date: Mon, 19 Aug 2019 10:39:24 -0700 Subject: [PATCH] readme changes --- README.md | 3 +++ codecov.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c154c19d..e99e678b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Build Status](https://travis-ci.org/orkaproj/instance-manager.svg?branch=master)](https://travis-ci.org/orkaproj/instance-manager) [![codecov](https://codecov.io/gh/orkaproj/instance-manager/branch/master/graph/badge.svg)](https://codecov.io/gh/orkaproj/instance-manager) [![Go Report Card](https://goreportcard.com/badge/github.com/orkaproj/instance-manager)](https://goreportcard.com/report/github.com/orkaproj/instance-manager) +[![slack](https://img.shields.io/badge/slack-join%20the%20conversation-ff69b4.svg)][SlackUrl] +![version](https://img.shields.io/badge/version-0.3.0-blue.svg?cacheSeconds=2592000) > Create and manage instance groups with Kubernetes. instance-manager simplifies the creation of worker nodes from within a Kubernetes cluster, create `InstanceGroup` objects in your cluster and instance-manager will provision the actual machines and bootstrap them to the cluster. @@ -114,3 +116,4 @@ Please see [DEVELOPER.md](.github/DEVELOPER.md). [install]: https://github.com/orkaproj/instance-manager/blob/master/docs/README.md +[SlackUrl]: https://orkaproj.slack.com/messages/instance-manager \ No newline at end of file diff --git a/codecov.yml b/codecov.yml index e975e14c..65b81702 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,2 @@ coverage: - range: "70...90" \ No newline at end of file + range: "30...90" \ No newline at end of file