English 中文(简体)
• 如何对初级工人实行可拆卸的汽车,只允许Terraform的二级工人使用
原标题:How to disable autoscaling for primary workers and enable only for secondary workers in Terraform
  • 时间:2024-01-05 12:17:47
  •  标签:
  • terraform

我正在通过Terraform(HCL)建立一个数据组。 我需要对初级工人实行可分的自治,只为二级工人提供自动升级。

是否有人希望帮助?

问题回答

为了对初级工人进行可拆卸的汽车测量,你必须对汽车政策中的主要病例数量和数量确定同样的价值。 例如:

workerConfig:
  minInstances: 10
  maxInstances: 10
secondaryWorkerConfig:
  maxInstances: 50
basicAlgorithm:
  cooldownPeriod: 4m
  yarnConfig:
    scaleUpFactor: 0.05
    scaleDownFactor: 1.0
    gracefulDecommissionTimeout: 1h

See more details in this

您可以检查Serraform的 do子。





相关问题
Terra Custom Read

我在做的是按习俗分类的提供者,对标签有选择性的投入,但我发现的挑战是,扼杀使用ValueString()从主要价值中取回。 f,不确定......

Retrieve IDs in Terraform before script execution

I m a freshman and I don t know if I have a general thinking error but how do I get around the issue that when I want to roll out a script that there are some IDs missing that I would only get with ...

The plugin.(*GRPCProvider)

I am trying to deploy a Terraform stack from a Linux EC2 and getting the following error: The plugin.(*GRPCProvider).ApplyResourceChange request was cancelled. and │ The plugin.(*GRPCProvider)....

热门标签