anthos-service-mesh-packages icon indicating copy to clipboard operation
anthos-service-mesh-packages copied to clipboard

`./asmcli install` outputs `... Istio 1.14 ...`

Open NimJay opened this issue 2 years ago • 0 comments

Problem

When I used ./asmcli install ... to install in-cluster Anthos Service Mesh (ASM) on a GKE cluster, I saw the following message in the output:

...
Thank you for installing Istio 1.14.  Please take a few minutes to tell us about your install/upgrade experience!  https://forms.gle/yEtCbt45FZ3VoDT5A
...
  • This can be confusing to someone installing in-cluster ASM.
  • The behaviour I expect: the message doesn't show at all.

Additional Info

Surrounding Logs

Here's a larger snippet of the output I got:

...
asmcli: Installing validation webhook fix...
service/istiod created
asmcli: Installing ASM control plane...

Thank you for installing Istio 1.14.  Please take a few minutes to tell us about your install/upgrade experience!  https://forms.gle/yEtCbt45FZ3VoDT5A
asmcli: ...done!
asmcli: Installing ASM CanonicalService controller in asm-system namespace...
namespace/asm-system created
customresourcedefinition.apiextensions.k8s.io/canonicalservices.anthos.cloud.google.com configured
role.rbac.authorization.k8s.io/canonical-service-leader-election-role created
clusterrole.rbac.authorization.k8s.io/canonical-service-manager-role created
clusterrole.rbac.authorization.k8s.io/canonical-service-metrics-reader created
...

Version

To download asmcli, I used:

curl https://storage.googleapis.com/csm-artifacts/asm/asmcli_1.14 > asmcli

NimJay avatar Oct 17 '22 16:10 NimJay