Skip to content
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

No late initialize for container NodePool's node_count and initial_node_count #600

Merged

Commits on Aug 8, 2024

  1. No late initialize for node_count and initial_node_count

    Signed-off-by: Jonathan Oddy <[email protected]>
    JonathanO committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    566714c View commit details
    Browse the repository at this point in the history
  2. Ignore changes to initial_node_count

    The calculated initial_node_count can change if the node pool is resized.
    The TF docs suggest using a lifecycle block to ignore changes to this
    attribute.
    
    Signed-off-by: Jonathan Oddy <[email protected]>
    JonathanO committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    9e41cf7 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    7f87c62 View commit details
    Browse the repository at this point in the history