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

context: since we append options to the configMap already present on the cluster, we need to make sure that the newer configuration is unique

## 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...

I was trying to install anthos service mess but am unable to run the script ```install_asm```. It gives following error: ``` install_asm: [ERROR]: Installation is only supported on x86_64 ```...

Using `./asmcli` on a macos system returns an error since kpt isn't properly configured. As the commented line in the script says, the `stat` doesn't have the same behavior as...

Sidecare is not terminating on job and cronjob pods task completion.

The `asmcli` script assumes in multiple places that the cluster is a GCP cluster, and uses the `gcloud container clusters` subcommand instead of `gcloud container aws clusters` subcommand. This means...

Testing with asmcli 1.13.2-asm.5+config2 I think the [is_service_mesh_feature_enabled](https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages/blob/main/asmcli/lib/checks.sh#L258) check is incorrect. It appears to be checking for `featureState.lifecycleState` which isn't part of the `fleet mesh describe` output. Example running asmcli...

I have been testing a script to automate deployment of a cluster and anthos service mesh. This involved multiple deployments in the same project using the same cluster name. Today...

Does this tool allow safe migration from in-cluster to managed control plane? What would you recommend? Managed or in-cluster control plane? I went through the docs, but it is not...

The number of retries in the register_cluster() function should be more than 2: https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages/blob/4753ebb5ed14009fa1f12f3c48ebdbfc17874dc4/asmcli/asmcli#L3623 I got this error twice in a row: ``` #asmcli: Registering the cluster as fow-sandbox-fow-sandbox-europe-west2... #asmcli:...