Eliezer Chavez

Results 3 issues of Eliezer Chavez

Added 20px to the padding-left in the search-box.

kubectl -n storage get pod --no-headers --show-all --selector="heketi" | awk '{print $1}' Error: unknown flag: --show-all This issue doesn't allow the setup completes successfully. --- This change is [](https://reviewable.io/reviews/gluster/gluster-kubernetes/598)

In section https://github.com/acantril/learn-cantrill-io-labs/blob/master/aws-elastic-wordpress-evolution/02_LABINSTRUCTIONS/STAGE2%20-%20Automate%20the%20build%20using%20a%20Launch%20Template.md#stage-2a---create-the-launch-template Change: Under `T2/T3 Unlimited` select `Enable` for: Under `Credit specification` select `Unlimited` ![image](https://user-images.githubusercontent.com/22863309/105644868-0ea06580-5e66-11eb-9299-9288bd59d388.png) Suggested change for section https://github.com/acantril/learn-cantrill-io-labs/blob/master/aws-elastic-wordpress-evolution/02_LABINSTRUCTIONS/STAGE2%20-%20Automate%20the%20build%20using%20a%20Launch%20Template.md#stage-2b---add-userdata ```bash #!/bin/bash DBPassword=$(aws ssm get-parameters --region us-east-1 --names /A4L/Wordpress/DBPassword...