Metadata size limit of 32000 bytes being hit. #189
Description
Terraform Version
OCI Provider Version
Terraform Installer for Kubernetes Version
Input Variables
Description of issue:
This is my first time trying to setup the terraform k8s installer.
I managed to get around the issue reported elsewhere of the null OCI images references/lookup.
Now the error I get is about reaching the metadata size limit of 32000 bytes.
Error message:
Error: Error applying plan:
3 error(s) occurred:
-
module.instances-k8smaster-ad3.oci_core_instance.TFInstanceK8sMaster: 1 error(s) occurred:
-
oci_core_instance.TFInstanceK8sMaster: Service error:InvalidParameter. Metadata size is 32340 bytes and cannot be larger than 32000 bytes. http status code: 400
-
module.instances-k8smaster-ad1.oci_core_instance.TFInstanceK8sMaster: 1 error(s) occurred:
-
oci_core_instance.TFInstanceK8sMaster: Service error:InvalidParameter. Metadata size is 32340 bytes and cannot be larger than 32000 bytes. http status code: 400
-
module.instances-k8smaster-ad2.oci_core_instance.TFInstanceK8sMaster: 1 error(s) occurred:
-
oci_core_instance.TFInstanceK8sMaster: Service error:InvalidParameter. Metadata size is 32340 bytes and cannot be larger than 32000 bytes. http status code: 400
I'm not sure where I would either be able to decrease the metadata or increase the limit to 33000 bytes.