appmeshworkshop
appmeshworkshop copied to clipboard
Applying add_time_ms.patch as appears in https://www.appmeshworkshop.com/deployment/updatecrystal/ Results in the "patch does not apply" error ``` workshop:~/environment $ git apply --stat ecsdemo-crystal/add_time_ms.patch code_hash.txt | 2 +- src/server.cr | 4 +++- 2...
'xray:Ge**r**tSamplingStatisticSu**ma**ries' Should be: 'xray:GetSamplingStatisticSummaries' https://github.com/brentley/appmeshworkshop/blob/ade4f4b5a423e70825b88aaad2020af7eb643bf1/templates/appmesh-baseline.yml#L570 https://github.com/brentley/appmeshworkshop/blob/ade4f4b5a423e70825b88aaad2020af7eb643bf1/templates/appmesh-baseline.yml#L739
What is the problem? The code has typoes Typoes in https://www.appmeshworkshop.com/appendix/servicediscovery/ line21 Current code : INSTANCE_IP=$(curl -s $EC2_METADATA/latest/meta-data/local-ipv4); Expected code: INSTANCE_IP=$(curl -s $EC2_METADATA/meta-data/local-ipv4); This is a documentation issue
*Issue #, if available:* *Description of changes:* The parameter was --mesh, causing command to fail. Should be --mesh-name By submitting this pull request, I confirm that you can use, modify,...
Correctly specify `--mesh-name` instead of `--mesh`. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
failed... trying the appmeshworkshop.com on this step: https://www.appmeshworkshop.com/prerequisites/bootstrapsh/ likely a problem with the fetch_outputs script... there isn't a from_output script and i think something with the syntax is wrong for...
I got an error when deploying the workshop in non-US regions, and I got this error: An error occurred (ValidationError) when calling the CreateChangeSet operation: Template error: Unable to get...
from: https://www.appmeshworkshop.com/prerequisites/deploycfn/ brent:~/environment $ CFN_TEMPLATE=$(aws cloudformation list-stacks | jq -c '.StackSummaries[].StackName | select( . == "appmesh-workshop" )') brent:~/environment $ echo $CFN_TEMPLATE "appmesh-workshop" "appmesh-workshop" "appmesh-workshop" "appmesh-workshop" "appmesh-workshop" "appmesh-workshop" "appmesh-workshop" "appmesh-workshop" "appmesh-workshop"...
https://www.appmeshworkshop.com/mesh_nodejs/install_helm/ should be moved to https://www.appmeshworkshop.com/prerequisites/ it does not make sense for the appmeshworkshop attendee to waste time on installing helm with rbac which are really eks related content.
Hey there! I noticed some possible problems in some code in this repo. A quick summary of a few of them is below, but let me know if you're interested...