From 70d9a49c15056385bcb3d66b00ec6594b5b7559e Mon Sep 17 00:00:00 2001 From: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com> Date: Wed, 8 May 2019 05:57:21 -0700 Subject: [PATCH 1/3] Update README to better highlight usage across kube clusters --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7dafa24..2189141 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ Some of the features of `kubergrunt` include: * configuring `kubectl` to authenticate with a given EKS cluster. Learn more about authenticating `kubectl` to EKS in the [eks-cluster module README](../eks-cluster/README.md#how-to-authenticate-kubectl). -* managing Helm and associated TLS certificates. -* setting up Helm client with TLS certificates. +* managing Helm and associated TLS certificates on any Kubernetes cluster. +* setting up Helm client with TLS certificates on any Kubernetes cluster. +* Generating TLS certificate key pairs and storing them as Kubernets `Secrets` on any Kubernetes cluster. ## Installation @@ -516,10 +517,10 @@ send an email to [support@gruntwork.io](mailto:support@gruntwork.io?Subject=kube Gruntwork can help with: * Setup, customization, and support for this project. -* Modules and submodules for other types of infrastructure, such as VPCs, Docker clusters, databases, and continuous - integration. +* Modules and submodules for other types of infrastructure in major cloud providers, such as VPCs, Docker clusters, + databases, and continuous integration. * Modules and Submodules that meet compliance requirements, such as HIPAA. -* Consulting & Training on AWS, Terraform, and DevOps. +* Consulting & Training on AWS, GCP, Terraform, and DevOps. ## How do I contribute? From 3bf6e19962ba08bd323dd588fa69f069d6d49863 Mon Sep 17 00:00:00 2001 From: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com> Date: Wed, 8 May 2019 05:58:25 -0700 Subject: [PATCH 2/3] Consistent capitals --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2189141..852a0b6 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ Helm, and Kubectl for managing a Kubernetes Cluster. Some of the features of `kubergrunt` include: -* configuring `kubectl` to authenticate with a given EKS cluster. Learn more about authenticating `kubectl` to EKS +* Configuring `kubectl` to authenticate with a given EKS cluster. Learn more about authenticating `kubectl` to EKS in the [eks-cluster module README](../eks-cluster/README.md#how-to-authenticate-kubectl). -* managing Helm and associated TLS certificates on any Kubernetes cluster. -* setting up Helm client with TLS certificates on any Kubernetes cluster. +* Managing Helm and associated TLS certificates on any Kubernetes cluster. +* Setting up Helm client with TLS certificates on any Kubernetes cluster. * Generating TLS certificate key pairs and storing them as Kubernets `Secrets` on any Kubernetes cluster. From 6ba1eddf6c2546954d0b8bb7db9f7f2e43d529bd Mon Sep 17 00:00:00 2001 From: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com> Date: Wed, 8 May 2019 10:14:22 -0700 Subject: [PATCH 3/3] [skip ci] add shield for latest version --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 852a0b6..9dfe1d3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Maintained by Gruntwork.io](https://img.shields.io/badge/maintained%20by-gruntwork.io-%235849a6.svg)](https://gruntwork.io/?ref=repo_kubergrunt) +[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/gruntwork-io/kubergrunt.svg?label=latest)](https://github.com/gruntwork-io/kubergrunt/releases/latest) # kubergrunt