Skip to content

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

@codesurf42

Description

@codesurf42

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/...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions