-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Fetch aws-load-balancer-controller logs before deleting #2436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fetch aws-load-balancer-controller logs before deleting #2436
Conversation
Hi @cgchinmay. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Codecov Report
@@ Coverage Diff @@
## main #2436 +/- ##
=======================================
Coverage 53.35% 53.35%
=======================================
Files 140 140
Lines 7962 7962
=======================================
Hits 4248 4248
Misses 3397 3397
Partials 317 317 Continue to review full report at Codecov.
|
test/e2e/run-canary-test.sh
Outdated
@@ -78,6 +78,9 @@ echo "Starting the ginkgo test suite" | |||
|
|||
(cd $SCRIPT_DIR && CGO_ENABLED=0 GOOS=$OS_OVERRIDE ginkgo -v -r --timeout 60m --failOnPending -- --kubeconfig=$KUBE_CONFIG_PATH --cluster-name=$CLUSTER_NAME --aws-region=$REGION --aws-vpc-id=$VPC_ID || true) | |||
|
|||
echo "Fetch most recent aws-load-balancer-controller logs" | |||
kubectl logs --tail=100 deploy/aws-load-balancer-controller -n kube-system |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets get the logs from all the controller pods using the selector -l app.kubernetes.io/name=aws-load-balancer-controller
. Any reason to limit to 100 lines?
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgchinmay, kishorj The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…igs#2436) * Fetch aws-load-balancer-controller logs before deleting * Fetch logs from all controller pods
Issue
NA
Description
Fetch controller logs before deleting it inside the e2e helper script
Checklist
README.md
, or thedocs
directory)BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯