-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add documentation for node_pools #331
Add documentation for node_pools #331
Conversation
The PR adds a new "safer" GKE module. The module includes hardening suggestions from multiple sources.
The PR adds a new "safer" GKE module. The module includes hardening suggestions from multiple sources.
…ubernetes-engine into safer-cluster
The PR adds a new "safer" GKE module. The module includes hardening suggestions from multiple sources.
… with oauth scopes
adding commits from master
…-modules/bugfix/zonal-region Compute region output for zonal clusters
| min_count | Minimum number of nodes in the NodePool. Must be >=0 and <= max_count. Should be used when autoscaling is true | 1 | Optional | | ||
| name | The name of the node pool | | Required | | ||
| node_count | The number of nodes in the nodepool when autoscaling is false. Otherwise defaults to 1 | | Required (when autoscaling is false) | | ||
| node_locations | The list of zones in which the cluster's nodes are located. Nodes must be in the region of their regional cluster or in the same region as their cluster's zone for zonal clusters | " " | Optional | |
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.
This is only available on beta clusters, please make sure to only include beta features inside beta conditionals: https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/master/autogen/cluster.tf.tmpl#L321
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.
@neelesh9795 Please rebase on master. It looks like you merged or otherwise polluted your history incorrectly, because the diff is now extremely noisy.
Opened a new PR #368 . |
Fixes #45