Skip to content

Commit f98518f

Browse files
nauxliubarryib
authored andcommitted
Update badges (#542)
1 parent 18748a5 commit f98518f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
# terraform-aws-eks
1+
# terraform-aws-eks
2+
3+
[![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)
4+
[![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)
25

36
A terraform module to create a managed Kubernetes cluster on AWS EKS. Available
47
through the [Terraform registry](https://registry.terraform.io/modules/terraform-aws-modules/eks/aws).
58
Inspired by and adapted from [this doc](https://www.terraform.io/docs/providers/aws/guides/eks-getting-started.html)
69
and its [source code](https://github.com/terraform-providers/terraform-provider-aws/tree/master/examples/eks-getting-started).
710
Read the [AWS docs on EKS to get connected to the k8s dashboard](https://docs.aws.amazon.com/eks/latest/userguide/dashboard-tutorial.html).
811

9-
| Branch | Build status |
10-
| ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
11-
| 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) |
12-
1312
## Assumptions
1413

1514
* You want to create an EKS cluster and an autoscaling group of workers for the cluster.

0 commit comments

Comments
 (0)