-
Notifications
You must be signed in to change notification settings - Fork 1
Add autopilot support #12
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
rozek1997
left a comment
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 👍 , minor comments regarding node pool configuration
| remove_default_node_pool = !var.enable_autopilot ? true : null | ||
| enable_autopilot = var.enable_autopilot | ||
| initial_node_count = 1 | ||
| node_config { |
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 think that needs to be conditional when enable_autopilot is true by using dynamic mapping. In other case it will probably throw an error during cluster creation.
3622efa to
798626c
Compare
91488d9 to
dfc74bb
Compare
dcf65ea to
14159dd
Compare
No description provided.