Skip to content
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

Add labels to setup pod, so the logs can be taken via kubectl logs -l ... #3801

Open
sumo-drosiek opened this issue Jul 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sumo-drosiek
Copy link
Contributor

sumo-drosiek commented Jul 15, 2024

It would be nice to be able to have arbitrary command to get logs from setup pod

instead of

kubectl get pod
kubectl logs ${POD_NAME_FROM_ABOVE_COMMAND}

I would like to use

kubectl logs -l ${SETUP_POD_LABEL}

I would add the following label:

sumologic.com/app: setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant