GoogleCloudPlatform / terraform-example-foundation-app

https://registry.terraform.io/modules/GoogleCloudPlatform/terraform-example-foundation-app/google
Apache License 2.0
33 stars 36 forks source link

Add the necessary manual steps to change ASM-LABEL namespace variables #95

Closed andersonj-cit closed 1 year ago

andersonj-cit commented 3 years ago

Expected Behavior

Configure the variables at accounts-ns frontend-ns and transactions-ns to track possible updates in Anthos Service Mesh (ASM)

Actual Behavior

The version of the istio.io/rev label is hard-configured in the code and doesn't follow possible Anthos Service Mesh updates, as noted in the accounts-ns.yaml, frontend-ns.yaml and trasactions-ns.yaml files https://github.com/GoogleCloudPlatform/terraform-example-foundation-app/blob/d549737be96de4660087e8210aab1f2b4f88e6f4/6-anthos-install/acm-repos/root-config-repo/namespaces/boa/accounts/accounts-ns.yaml#L19-L22 https://github.com/GoogleCloudPlatform/terraform-example-foundation-app/blob/d549737be96de4660087e8210aab1f2b4f88e6f4/6-anthos-install/acm-repos/root-config-repo/namespaces/boa/frontend/frontend-ns.yaml#L19-L22 https://github.com/GoogleCloudPlatform/terraform-example-foundation-app/blob/d549737be96de4660087e8210aab1f2b4f88e6f4/6-anthos-install/acm-repos/root-config-repo/namespaces/boa/transactions/transactions-ns.yaml#L19-L22

Steps to Reproduce the Problem

1. 1. 1.

Sugestion

After downloading and installing ASM it's necessary to change the ISTIO_VERSION and the ASM_LABEL for the ASM version that was downloaded and installed in the environment variables located at variables.sh script. It's required to change t

Specifications

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days