Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
Add root example to README (#31)
Browse files Browse the repository at this point in the history
* Add root example to README

* [skip ci] Remove example in examples/ folder
  • Loading branch information
rileykarson authored May 7, 2019
1 parent d4d2c46 commit 05d0077
Show file tree
Hide file tree
Showing 8 changed files with 543 additions and 573 deletions.
9 changes: 3 additions & 6 deletions examples/gke-private-tiller/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# GKE Private Helm Example

This example shows how to use Terraform to launch a GKE private cluster with Helm configured and installed. We achieve
this by utilizing the [k8s-tiller module in the terraform-kubernetes-helm
repository](https://github.com/gruntwork-io/terraform-kubernetes-helm/tree/master/modules/k8s-tiller). Note that we
The root folder of this repo shows an example of Terraform code that launches a GKE private cluster with Helm configured
and Tiller installed. We achieve this by utilizing the [k8s-tiller module in the terraform-kubernetes-helm repository](https://github.com/gruntwork-io/terraform-kubernetes-helm/tree/master/modules/k8s-tiller). Note that we
utilize our `kubergrunt` utility to securely manage TLS certificate key pairs used by Tiller - the server component of
Helm.


## Background

We strongly recommend reading [our guide on Helm](https://github.com/gruntwork-io/kubergrunt/blob/master/HELM_GUIDE.md)
Expand Down Expand Up @@ -50,8 +48,7 @@ Now that all the prerequisite tools are installed, we are ready to deploy the GK

1. If you haven't already, clone this repo:
- `git clone https://github.com/gruntwork-io/terraform-google-gke.git`
1. Make sure you are in the `gke-basic-tiller` example folder:
- `cd examples/gke-basic-tiller`
1. Make sure you are in the root folder of the repo
1. Initialize terraform:
- `terraform init`
1. Check the terraform plan:
Expand Down
24 changes: 0 additions & 24 deletions examples/gke-private-tiller/example-app/nginx.yml

This file was deleted.

Loading

0 comments on commit 05d0077

Please sign in to comment.