Theodore Salvo

Results 19 comments of Theodore Salvo

**DISCLOSURE:** I work at AWS but not on a service team. I'm interested to see this as well. I've started to build a POC for a Cloud Map provider. I...

I don't have the issue on my iPhone, but do on my iPad ``` iPadOS Version: 16.1.1 (20B101) Model Name: iPad Pro (11-inch) (3rd generation) Model Number: MHMT3LL/A App Version:...

@robertolopezlopez Were you able to get this working? We just released some new changes around the build script (specifically for EKS), including changing the order of the steps in [01-path-basics/101-start-here/readme.adoc](https://github.com/aws-samples/aws-workshop-for-kubernetes/blob/master/01-path-basics/101-start-here/readme.adoc).

This module was moved to https://github.com/aws-samples/aws-workshop-for-kubernetes/tree/master/04-path-security-and-networking/404-network-policies/calico. Can you validate that the issue still exists?

The module has been moved to https://github.com/aws-samples/aws-workshop-for-kubernetes/blob/master/01-path-basics/103-kubernetes-concepts/readme.adoc#default-memory-and-cpu The command `kubectl get pod/nginx-pod2 -o jsonpath={.spec.containers[].resources}` works as expected providing this result: ``` map[limits:map[memory:200Mi cpu:2] requests:map[cpu:1 memory:100Mi]] ``` Can you re-run the...

The goal of the workshop is to start the user on kubernetes. I would prefer to stick to a single worker OS, but I could see this as an appendix...

Module has been moved to https://github.com/aws-samples/aws-workshop-for-kubernetes/blob/master/04-path-security-and-networking/402-authentication-and-authorization/readme.adoc The role should have been granted the _AmazonS3ReadOnlyAccess_ policy using the step https://github.com/aws-samples/aws-workshop-for-kubernetes/blame/master/04-path-security-and-networking/402-authentication-and-authorization/readme.adoc#L216 ``` aws iam attach-role-policy --role-name MyPodRole --policy-arn arn:aws:iam::aws:policy/AmazonS3ReadOnlyAccess ``` Can you...

The workshop has been adjusted to use either EKS or kops. Is this still an issue? If so, can you link to the page/section of the issue and provide information...

The _lab-ide-build.sh_ sets the value of `AWS_DEFAULT_REGION`, which is the preferred environment variable for aws-cli. Is there a specific need for `AWS_REGION` to be set? https://github.com/aws-samples/aws-workshop-for-kubernetes/blob/dac8e1f5bf755cda7e3d16bf2f9f2c80a2997eae/01-path-basics/101-start-here/scripts/lab-ide-build.sh#L34-L36

This may be an _eventual consistency_ issue. The pod in both pod-resources1.yaml and pod-resources2.yaml use the same name "wildfly-pod". The first wildfly-pod may have taken longer than anticipated to delete,...