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

fix: clicking on container name in details sidecar should add -c to logs command #4559

Merged
merged 1 commit into from
May 13, 2020

Conversation

myan9
Copy link
Contributor

@myan9 myan9 commented May 13, 2020

Also delegates oc logs to kubectl

Fixes #4498

Description of what you did:

My PR is a:

  • 💥 Breaking change
  • 🐛 Bug fix
  • 💅 Enhancement
  • 🚀 New feature

Please confirm that your PR fulfills these requirements

  • Multiple commits are squashed into one commit.
  • The commit message follows Conventional Commits, which allows us to autogenerate release notes; e.g. fix(plugins/plugin-k8s): fixed annoying bugs
  • All npm dependencies are pinned.

@myan9 myan9 requested a review from starpit as a code owner May 13, 2020 17:09
@myan9 myan9 added 8_7_x affecting the 8_7_x stability branch and removed 8_7_x affecting the 8_7_x stability branch labels May 13, 2020
@codecov
Copy link

codecov bot commented May 13, 2020

Codecov Report

Merging #4559 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4559   +/-   ##
=======================================
  Coverage   59.13%   59.13%           
=======================================
  Files          77       77           
  Lines        2430     2430           
  Branches      593      593           
=======================================
  Hits         1437     1437           
  Misses        764      764           
  Partials      229      229           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a716bdc...cc448eb. Read the comment docs.

@starpit starpit merged commit 61c7c08 into kubernetes-sigs:master May 13, 2020
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.

Clicking on container name in details sidecar should add -c to logs command
2 participants