anthos-service-mesh-packages
anthos-service-mesh-packages copied to clipboard
Packaged configuration for setting up a Kubernetes cluster with Anthos Service Mesh features enabled
We have a GKE cluster with a master private endpoint. To connect to the api we tunnel to a bastion host via IAP: ``` gcloud compute ssh \ --tunnel-through-iap \...
The script `asmcli` creates `service/istiod` if it doesn't exist, but does not update the label and selector `istio.io/rev` on this service if `asmcli` is run to install an ASM version...
Hello, just passing by because I had a bad time with the migration script from istio-on-gke to anthos. I've come to the conclusion that it doesn't work on clusters that...
It feels a bit weird, that the[ recommend GKE (or any real hardened) setup from Google ](https://cloud.google.com/kubernetes-engine/docs/how-to/hardening-your-cluster ) isn't supported that well from `asmcli`, and I'm not sure if this...
is there any reason we don't label the boutique namespaces for injection? If you apply all the yamls in the boutique folder, the app will not be injected, and will...
We print out the revision label in the outro, but we don't change the revision label based on the type of installation has been launched. For instance, --managed with --channel...
Fix following the bug. asmcli staging-1.11 always apply istio-cni, because asmcli does not have if condition for `install_managed_cni_static` function in `install_managed_control_plane`. Also, Fix typo related to above function.
Not sure why but asmcli working with my automation script and installing the required ASM however if I try to run the same script manually I am getting below error...