Replies: 1 comment
-
+1 opened an issue for this here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This might be an issue of the terraform provider or even a OCI-wide issue, but I hope the folks here can shed some light.
Version 4.2.6 introduced native pod networking and with them this block:
terraform-oci-oke/modules/oke/cluster.tf
Lines 19 to 21 in ffe6524
in the cluster resource.
We have many clusters created before this change, which don't have that block at all in the terraform state, and when we apply with the new version we get:
which is really bad as it leads to whole cluster recreation even though we didn't want any changes to the network type.
Is this something I should bring to the provider? Or maybe it's something solved by updating kube to 1.24+?
Beta Was this translation helpful? Give feedback.
All reactions