You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My requirement is during oke provisioning, i want to customize CoreDNS configuration like change minimum replica count.
My tfvars for cluster_addon variable looks
Error: 409-Conflict, addon CoreDNS exists
Suggestion: The resource is in a conflicted state. Please retry again or contact support for help with service: Containerengine Addon
Documentation: https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/containerengine_addon
API Reference: https://docs.oracle.com/iaas/api/#/en/containerengine/20180222/Cluster/InstallAddon
Request Target: POST https://containerengine.ap-mumbai-1.oci.oraclecloud.com/20180222/clusters/ocid1.cluster.oc1.ap-mumbai-1.aaaaaaaa/addons
Provider version: 6.20.0, released on 2024-12-11.
Service: Containerengine Addon
Operation Name: InstallAddon
OPC request ID: 33753b4b49e2eb439c99237106fB9DF718AA4F847A
with module.oke_blue[0].module.cluster-addons[0].oci_containerengine_addon.secondary_addon["CoreDNS"],
on .terraform/modules/oke_blue/modules/cluster-addons/addons.tf line 53, in resource "oci_containerengine_addon" "secondary_addon":
53: resource "oci_containerengine_addon" "secondary_addon" {
My requirement is during oke provisioning, i want to customize CoreDNS configuration like change minimum replica count.
My tfvars for cluster_addon variable looks
i am invoking oke like
Error received
Potential solution
modules/cluster-addons/addons.tf
Add the flag
override_existing = true
Then define the cluster_addon variable like
The text was updated successfully, but these errors were encountered: