We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb98cf commit ac0eda9Copy full SHA for ac0eda9
test/k8s-e2e/apm/e2e-apm.yml
@@ -32,6 +32,7 @@ scenarios:
32
- kubectl create -f ./rubyapp.yaml --dry-run=client -o yaml | sed s/placeholder/${SCENARIO_TAG}-ruby/ | kubectl create -f -
33
# the dotnet container for linux/arm64 is broken, it doesn't have the binary. Do not expect this to work in Mac MX minikube.
34
- kubectl create -f ./dotnetapp.yaml --dry-run=client -o yaml | sed s/placeholder/${SCENARIO_TAG}-dotnet/ | kubectl create -f -
35
+ - kubectl get pods --all-namespaces -o yaml
36
after:
37
- kubectl logs --tail=-1 -l app.kubernetes.io/name=agent-control --all-containers --prefix=true
38
- kubectl logs --tail=-1 -l app.kubernetes.io/instance=operator --all-containers --prefix=true -n newrelic-agents
0 commit comments