GoogleCloudPlatform / anthos-service-mesh-packages

Packaged configuration for setting up a Kubernetes cluster with Anthos Service Mesh features enabled
https://cloud.google.com/anthos/service-mesh
Apache License 2.0
134 stars 169 forks source link

Kptfile version upgrade #834

Closed samprit closed 3 years ago

samprit commented 3 years ago

I'm getting old version error when trying to fetch asm.

Error: Kptfile at "https:/github.com/GoogleCloudPlatform/anthos-service-mesh-packages/asm@staging-1.8-asm" has an old version ("v1alpha1") of the Kptfile schema.
Please update the package to the latest format by following https://kpt.dev/installation/migration. 
zerobfd commented 3 years ago

Kpt released a breaking change recently that makes older config packages incompatible. If you use install_asm then this is handled for you, otherwise you need to manually download a pre v1 version of kpt to use. See https://cloud.google.com/service-mesh/docs/environment-setup#use-linux for steps.