-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: add these to the config to prevent drift #1194
Conversation
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThe changes modify the Terraform configuration for an Azure Kubernetes Service (AKS) cluster, focusing on upgrade management and node pool configuration. The modifications introduce an Changes
Sequence DiagramsequenceDiagram
participant AKS as AKS Cluster
participant NodePool as Default Node Pool
participant SpotPool as Spot Node Pool
AKS->>NodePool: Configure Upgrade Settings
NodePool-->>AKS: Set drain timeout, max surge
AKS->>SpotPool: Apply Node Labels
SpotPool-->>AKS: Add spot priority label
AKS->>SpotPool: Configure Node Taints
SpotPool-->>AKS: Prevent scheduling without tolerations
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Terraform environment testFormat and Style 🖌
|
Context | Values |
---|---|
Pusher | @monteiro-renato |
Action | push |
Working Directory | ./infrastructure/adminservices-test/altinn-monitor-test-rg |
State File | github.com/altinn/altinn-platform/environments/test/altinn-monitor-test-rg.tfstate |
Plan File | github.com_altinn_altinn-platform_environments_test_altinn-monitor-test-rg.tfstate.tfplan |
This should prevent the Terraform plan from being polluted.
Summary by CodeRabbit