Skip to content

Document update variants #386

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

kopachevsky
Copy link
Contributor

@kopachevsky kopachevsky force-pushed the issue/317/document_update branch 2 times, most recently from a08bb78 to c996e5c Compare December 30, 2019 18:15
@kopachevsky kopachevsky marked this pull request as ready for review December 31, 2019 13:05
nick4fake
nick4fake previously approved these changes Dec 31, 2019
@@ -25,6 +25,27 @@ If you are using these features with a private cluster, you will need to either:
3. Include the external IP of your Terraform deployer in the `master_authorized_networks` configuration. Note that only IP addresses reserved in Google Cloud (such as in other VPCs) can be whitelisted.
4. Deploy a [bastion host](https://github.com/terraform-google-modules/terraform-google-bastion-host) or [proxy](https://cloud.google.com/solutions/creating-kubernetes-engine-private-clusters-with-net-proxies) in the same VPC as your GKE cluster.

## Private Cluster Update
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update variants are not specific to private clusters. Rather, this should be conditional based on whether update variant is true.

@kopachevsky kopachevsky force-pushed the issue/317/document_update branch 2 times, most recently from 681214e to d0780e5 Compare January 9, 2020 14:34
@@ -28,7 +28,30 @@ If you are using these features with a private cluster, you will need to either:
If you are going to isolate your GKE private clusters from internet access you could check [guide](https://medium.com/google-cloud/completely-private-gke-clusters-with-no-internet-connectivity-945fffae1ccd) and [repo](https://github.com/andreyk-code/no-inet-gke-cluster)

{% endif %}
{% if update_variant %}
## Private Cluster Update
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Private Cluster Update
## Node Pool Update Variant

@kopachevsky kopachevsky force-pushed the issue/317/document_update branch from d0780e5 to 89d5f45 Compare January 10, 2020 09:56
@kopachevsky kopachevsky requested review from morgante and removed request for aaron-lane January 14, 2020 10:13
@morgante morgante merged commit 7cc2792 into terraform-google-modules:master Jan 22, 2020
kri5 pushed a commit to kri5/terraform-google-kubernetes-engine that referenced this pull request Jan 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document update variants
3 participants