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

auto_upgrade / auto_repair not updated in cluster_autoscaling of Node Auto-Provisioning #1504

Closed
mykhailoguk opened this issue Dec 16, 2022 · 1 comment · Fixed by #1530
Closed
Labels
bug Something isn't working

Comments

@mykhailoguk
Copy link

mykhailoguk commented Dec 16, 2022

TL;DR

Enabling auto_upgrade/auto_repair doesn't update NAP configuration.

Expected behavior

Cluster with NAP has auto_upgrade/auto_repair enabled.

Observed behavior

auto_upgrade/auto_repair not enabled for NAP
Screenshot 2022-12-16 at 12 41 19

Terraform Configuration

cluster_autoscaling = {
    enabled             = true
    autoscaling_profile = "BALANCED"
    max_cpu_cores       = 40
    min_cpu_cores       = 1
    max_memory_gb       = 200
    min_memory_gb       = 4
    gpu_resources       = []
    auto_upgrade        = true
    auto_repair         = true
  }

Terraform Version

$ terraform version
Terraform v1.3.6

Additional information

No response

@mykhailoguk mykhailoguk added the bug Something isn't working label Dec 16, 2022
@mykhailoguk
Copy link
Author

Only after manually disabling/enabling NAP with auto_upgrade/auto_repair works as expected.

Screenshot 2022-12-16 at 17 19 28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant