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

Issue with k8s.io/docs/tasks/debug-application-cluster/debug-pod-replication-controller/ #9117

Closed
1 of 2 tasks
codesurf42 opened this issue Jun 18, 2018 · 0 comments · Fixed by #9136
Closed
1 of 2 tasks

Comments

@codesurf42
Copy link

This is a...

  • Feature Request
  • Bug Report

Problem:

  1. Code examples in published docs have misformatted, "printing" quotes instead of original, single quotes. That makes this code unusable without manual fixing.

  2. Code examples in published doc do not keep line endings.

Code in original .md file is correct:

https://github.com/kubernetes/website/blob/master/content/en/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md

Code published on page:

kubectl get nodes -o yaml \| grep ‘\sname\|cpu\|memory’ --   | kubectl get nodes -o json \| jq ‘.items[] \| {name: .metadata.name, cap: .status.capacity}’

  |

Proposed Solution:

Get better md2html formatter as this creates harder to use doc (looks like the docs are broken)

Page to Update:
https://kubernetes.io/...

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 a pull request may close this issue.

1 participant