oracle / terraform-provider-oci

Terraform Oracle Cloud Infrastructure provider
https://www.terraform.io/docs/providers/oci/
Mozilla Public License 2.0
760 stars 685 forks source link

Container Engine (OKE) essential Add-ons CoreDNS/Flannel/KubeProxy not configurable? #2053

Open aleksandrsaks opened 9 months ago

aleksandrsaks commented 9 months ago

Hi, When creating an OKE cluster, some essential add-ons, like CoreDNS, are created by default. Enhanced clusters allow the possibility to manage these add-ons.

But, when we are creating the enhanced cluster with terraform, it seems, that there is no option to configure them. Using oci_containerengine_addon results in a conflict, that addon already exist.

How can we configure essential add-ons with terraform?

nirpai commented 3 months ago

@aleksandrsaks Currently the work around is to manually import the terraform resource state and update. We are working on a fix for this.