Why am I getting gcloud.container.cluster.clusterSecondaryRange in body must be of type string: "null"

289 views Asked by At

I am following the steps for adding Anthos Service mesh provided here

However, When I try running...

kpt cfg list-setters asm

I get...

error: The input value doesn't validate against provided OpenAPI schema: validation failure list:
gcloud.container.cluster.clusterSecondaryRange in body must be of type string: "null"

What is wrong? How would I debug?

1

There are 1 answers

0
Jackie On

Not really an answer but a workaround was to add these lines...

kpt cfg set asm gcloud.container.cluster.clusterSecondaryRange " "
kpt cfg set asm gcloud.container.cluster.servicesSecondaryRange " "