简体   繁体   中英

Deploying K8S cluster without default worker pool in IBM Cloud

Good day to you.

I am implementing VPC and K8S modules for Terraform to deploy a complete virtual datacenter including compute resources in the IBM managed cloud. I would like to have full control of the worker pools attributes, like

  • name
  • flavor
  • zone
  • size

    and therefore I would like to delete the default worker pool. This should ideally happen during the deployment by terraform.

    Does anyone know, whether it is possible?

    I tried to set the worker count to zero and define a specific worker pool, but this creates me a cluster with to worker pools and one worker in the default pool.

    Best regards. Jan

  • @Jan-Hendrik Palic unfortunately, the IBM Cloud Kubernetes Service API does not support this scenario at the moment. Because Terraform uses the API, there is no way right now to create a cluster without the default worker pool.

    The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

     
    粤ICP备18138465号  © 2020-2024 STACKOOM.COM