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

Packaged configuration for setting up a Kubernetes cluster with Anthos Service Mesh features enabled

Results 76 anthos-service-mesh-packages issues
Sort by recently updated
recently updated
newest added

I am following the guide at https://cloud.google.com/service-mesh/docs/third-party-integrations#same-project and I am using following overlay file as `custom_overlays` to enable metrics export to prometheus: ``` kind: IstioOperator spec: values: telemetry: enabled: true...

As [documented](https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages/blob/master/scripts/asm-installer/install_asm#L1249) in the script, the script `cd`s into a temp directory during the installation. For this reason, the script needs to compute the absolute path for overlay files (among...

The ASM installer for kpt uses the arm binary per default. https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages/blob/master/scripts/asm-installer/install_asm#L1556 As a large number of Mac users would still be using an `amd64` CPU the installer should pick...

I'm following this [tutorial](https://cloud.google.com/service-mesh/docs/managed-control-plane) verbatim, it tells me to run: ``` ./install_asm --mode install --managed \ -p PROJECT_ID \ -l LOCATION \ -n CLUSTER_NAME \ --verbose \ --output_dir CLUSTER_NAME \...

Our organization leverages groups to manage IAM roles instead of granting roles to individual users directly. The `install_asm` script performs various checks to determine the user's IAM roles. For example,...

bug
asm-installer

e.g. don't require meshadmin if you're not using meshca

asm-installer

Current ASM installer script uses curl https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages/blob/0cac367f5dfd945e7cdfd8ad719a688b08acb91b/scripts/asm-installer/install_asm#L1432 Older version was using `kpt` which was being installed as gcloud components so there were no issues. If the new version is being...

Within the[ ASM Terraform module ](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/master/modules/asm) we use native Terraform resources for [enable_gcp_apis]( https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/f3ddbf5dd298ce2e6c9c858faf68131d62ae9ddb/modules/asm/main.tf#L68) and [enable_gcp_iam_roles](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/f3ddbf5dd298ce2e6c9c858faf68131d62ae9ddb/modules/asm/main.tf#L31 ). We propose adding comments within install_asm as a reminder to update these values...

The installation script has a method that validates all CLI dependencies are installed. One of these dependencies is `jq`. Currently, the installation script attempts to use `jq` in `configure_kubectl` before...