We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0e553 commit 3bbee55Copy full SHA for 3bbee55
.github/workflows/appsignals-e2e-eks-test.yml
@@ -166,7 +166,7 @@ jobs:
166
${{ env.SAMPLE_APP_NAMESPACE }} && \
167
aws eks update-kubeconfig --name ${{ inputs.test-cluster-name }} --region ${{ inputs.aws-region }}"
168
169
- execute_and_retry 2 "kubectl delete pods --all -n ${{ env.SAMPLE_APP_NAMESPACE }}"
+ execute_and_retry 2 "kubectl dete pods --all -n ${{ env.SAMPLE_APP_NAMESPACE }}"
170
execute_and_retry 2 "kubectl wait --for=condition=Ready --request-timeout '5m' pod --all -n ${{ env.SAMPLE_APP_NAMESPACE }}"
171
172
echo "Attempting to connect to the main sample app endpoint"
0 commit comments