Copy button for code in Tutorials #43595
Closed
jinalskothari
started this conversation in
Ideas
Replies: 1 comment
-
Hello @jinalskothari, please open an issue against the kubernetes/website instead of starting a discussion item. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am doing the basic tutorial where I am expected to run commands such as
export POD_NAME="$(kubectl get pods -o go-template --template '{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}')"
. This kind of thing everybody would copy anyway.I can imagine some arguments against this too.
Beta Was this translation helpful? Give feedback.
All reactions