Skip to content
Discussion options

You must be logged in to vote

Thank you for your answer on this @anton-sidelnikov 🙌. For my 2nd question, is there a chance to setup the autoscaling rules also over Terraform within the opentelekomcloud_cce_addon_v3 resource?

autoscaling rules need to set in opentelekomcloud_cce_node_pool_v3

resource "opentelekomcloud_cce_node_pool_v3" "node_pool" {
  cluster_id         = data.opentelekomcloud_cce_cluster_v3.cluster.id
  name               = "opentelekomcloud-cce-node-pool"
  os                 = "EulerOS 2.9"
  flavor             = "s2.large.2"
  initial_node_count = 1
  availability_zone  = "az"
  key_pair           = "kp"
  runtime            = "containerd"

  scale_enable             = false
  min_node_count    …

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@anton-sidelnikov
Comment options

Answer selected by rb090
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants