-
Notifications
You must be signed in to change notification settings - Fork 118
Metadata size limit of 32000 bytes being hit. #189
Comments
Hi can you post your input variables? (The non sensitive bits) |
Sure. It's pretty vanilla from the example file though. region = "us-ashburn-1" etcdShape = "VM.Standard1.2" etcdAd1Count = "1" k8sMasterAd1Count = "1" k8sWorkerAd1Count = "1" etcdLBShape = "100Mbps" etcd_ssh_ingress = "10.0.0.0/16" control_plane_subnet_access = "public" worker_iscsi_volume_create = true etcd_iscsi_volume_create = true |
odd. I've refreshed my copy of the project, saw a bunch of changed files. And now I'm getting an error that VM.Standard1.8 is not found or not authorized: Error: Error applying plan: 3 error(s) occurred:
|
I notched the shape down to standard1.2 and viola, it worked! Now scripts/cluster-check.sh is failing which is strange, but probably because the authorized public key is somehow not showing up on the nodes. |
I'm seeing the same metadata size issue. I'm trying to stuff a 90k python script into cloud-init and we don't seem to allow that:
What would it take to bump this limit? |
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.
The text was updated successfully, but these errors were encountered: