Clay

Results 47 comments of Clay

No reason I can think of, other than I think they were just mirrored from another repo. If labeling them won't mess with any of the Cloud docs currently published...

Thanks for the report! Generally stuff like this is because of shell/OS incompatibilities. What OS and shell are you running on your local machine?

Hm, it seems to work for me with the same version of bash as RHEL8. Can you share more information about how you're downloading the script and the complete command...

Sorry, I was out all last week and getting caught up on things today. I'll take a look soon.

Can you try changing the `#!/bin/sh` to `#!/bin/bash` in your script and see if that works?

Sorry about the delay, just getting back from vacation and catching up. I happened to run into something similar over the holidays. Can you add `unalias -a` on line 2...

https://storage.googleapis.com/csm-artifacts/asm/asmcli_1.12.2-asm.0-config2 should have the fix

Hello! Anthos Service Mesh doesn't support the in-cluster operator as an installation method, so this all seems expected. It looks like you're upgrading from OSS Istio 1.6, was that installed...

This means that we'll delete existing CNI=on/off config that's in the cluster. We could maybe split the values on commas (or match whatever code that parses the actual configmap) and...