Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Conversation

@andrewhatfield
Copy link

Changed the "full list of examples" from individual shell markdown to a single group.

Copy link

@d2iq-shadowbq d2iq-shadowbq left a comment

Choose a reason for hiding this comment

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

maybe remove the bullets, as they have no context in shell highlights.

If you list multiple subcommands, use the k8s way of showing subcommands with docs

kubectl attach my-pod -i                            # Attach to Running Container
kubectl exec my-pod -- ls /                         # Run command in existing pod (1 container case)
kubectl exec my-pod -c my-container -- ls /         # Run command in existing pod (multi-container case)
kubectl top pod POD_NAME --containers               # Show metrics for a given pod and its containers

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants