From f98518f050e0f2206f7f46ad84469b12154a37f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=9B=B8=E8=BD=A9?= <9570112+nauxliu@users.noreply.github.com> Date: Tue, 1 Oct 2019 01:03:52 +0800 Subject: [PATCH] Update badges (#542) --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c79b595..9d2b3d2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# terraform-aws-eks +# terraform-aws-eks + +[![Lint Status](https://github.com/terraform-aws-modules/terraform-aws-eks/workflows/Lint/badge.svg)](https://github.com/terraform-aws-modules/terraform-aws-eks/actions) +[![LICENSE](https://img.shields.io/github/license/terraform-aws-modules/terraform-aws-eks)](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/LICENSE) A terraform module to create a managed Kubernetes cluster on AWS EKS. Available through the [Terraform registry](https://registry.terraform.io/modules/terraform-aws-modules/eks/aws). @@ -6,10 +9,6 @@ Inspired by and adapted from [this doc](https://www.terraform.io/docs/providers/ and its [source code](https://github.com/terraform-providers/terraform-provider-aws/tree/master/examples/eks-getting-started). Read the [AWS docs on EKS to get connected to the k8s dashboard](https://docs.aws.amazon.com/eks/latest/userguide/dashboard-tutorial.html). -| Branch | Build status | -| ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| master | [![build Status](https://travis-ci.org/terraform-aws-modules/terraform-aws-eks.svg?branch=master)](https://travis-ci.org/terraform-aws-modules/terraform-aws-eks) | - ## Assumptions * You want to create an EKS cluster and an autoscaling group of workers for the cluster.