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 kubectl logs cli command #1002

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Add kubectl logs cli command #1002

merged 1 commit into from
Jan 13, 2025

Conversation

dosaboy
Copy link
Member

@dosaboy dosaboy commented Jan 11, 2025

Supports native, microk8s and k8s variants.

Resolves: #1001

[KubectlLogsBinCmd('kubectl'),
# Canonical K8s
KubectlLogsBinCmd('microk8s.kubectl'),
# MicroK8s
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My only comment is that the comments don't seem to match the commands?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops! Thanks Brian will fix.

Supports native, microk8s and k8s variants.

Resolves: canonical#1001
@dosaboy dosaboy merged commit 1745ed9 into canonical:main Jan 13, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support checking k8s pod logs
2 participants