简体   繁体   中英

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

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?

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 " "

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM