-
Notifications
You must be signed in to change notification settings - Fork 282
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The tests are failing ATM due to CircleCI machine user cannot pull the network module. Once that's fixed, the tests should pass. |
Use the network -module in the other examples. Improved documentation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM- just a couple typos / inconsistencies.
@@ -42,7 +42,20 @@ Currently, you cannot use a proxy to reach the cluster master of a regional clus | |||
1. Run `terraform get`. | |||
1. Run `terraform plan`. | |||
1. If the plan looks good, run `terraform apply`. | |||
|
|||
#### Optional: Deploy a sample application |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👍
@@ -65,17 +65,22 @@ provider "helm" { | |||
module "gke_cluster" { | |||
# When using these modules in your own templates, you will need to use a Git URL with a ref attribute that pins you | |||
# to a specific version of the modules, such as the following example: | |||
# source = "git::[email protected]:gruntwork-io/gke-cluster.git//modules/gke-cluster?ref=v0.0.1" | |||
# source = "git::[email protected]:gruntwork-io/terraform-google-gke.git//modules/gke-cluster?ref=v0.0.5" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# source = "git::[email protected]:gruntwork-io/terraform-google-gke.git//modules/gke-cluster?ref=v0.0.5" | |
# source = "git::[email protected]:gruntwork-io/terraform-google-gke.git//modules/gke-cluster?ref=v0.0.4" |
We're at 0.0.4
, right? I see both 4 and 5 across our references.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed all of those to point to v0.0.5
which is the upcoming release after this PR is merged.
This PR takes the Google network module into use and adds a sample deployment step in the private cluster example.
Note that merging requires resolving gruntwork-io/terraform-google-network#16