Skip to content
This repository was archived by the owner on Oct 31, 2019. It is now read-only.
This repository was archived by the owner on Oct 31, 2019. It is now read-only.

Metadata size limit of 32000 bytes being hit. #189

Open
@eclectiqus

Description

@eclectiqus

Terraform Version

terraform -v Terraform v0.11.6 + provider.null v1.0.0 + provider.oci (unversioned) + provider.random v1.2.0 + provider.template v1.0.0 + provider.tls v1.1.0

OCI Provider Version

terraform-provider-oci_v2.1.3 2018/04/09 00:12:08 [INFO] terraform-provider-oci 2.1.3 This binary is a plugin. These are not meant to be executed directly. Please execute the program that consumes these plugins, which will load any plugins automatically

Terraform Installer for Kubernetes Version

git rev-parse master df6e012

Input Variables

# Values of non-sensitive 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions