Open 1dropaflame opened 1 year ago
This issue is currently awaiting triage.
SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the triage/accepted
label.
The triage/accepted
label can be added by org members by writing /triage accepted
in a comment.
/remove-kind bug /kind feature
Great catch @1dropaflame , This can be an umbrella issue with all the pages mentioned. I'd be glad to contribute some of it.
/remove-kind bug /kind feature /retitle Umbrella issue: provide a clean up explanation for every code example
Thorough implementation will be tricky. Some things can't be definitively undone, such as a node reboot. It doesn't mean we can't try.
We might want to split this further, into explaining cleanup for tutorial pages (which I see as vital and as something that readers can reasonably expect) and for task pages (which I think is much more dependent on the specific task being explained). I'm wary of making a 400 word task page turn into a 10000 word task page that fully explains how to back up first, then test the backup, then do the task, etc.
@sftim: Those labels are not set on the issue: kind/bug
@sftim In the tutorials section, some tutorials like Learn Kubernetes Basics
have interactive tutorials. Adding cleanup to them doesn't seem feasible. we can list out other pages to add cleanup here as task. what do you say?
We don't know what we'll do with interactive tutorials. Let's assume people will in future be following along at home - see https://kubernetes.io/blog/2023/02/14/kubernetes-katacoda-tutorials-stop-from-2023-03-31/
Do we need more info to accept this issue and tag triage-accepted
?
I guess people might start working on the cleanup info only once it is accepted.
Think I can resolve this issue, I'll look into this.
/assign
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/remove-lifecycle stale
@KhushPatibandha Are you still working on this issue?
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
To all new contributors looking at this issue - we have not put a triage/accepted label on this & do not recommend you take up this issue as your first issue. /remove-lifecycle rotten
@sftim : I do like the idea you have proposed & it'd be great to have it entered as the description. Although as maintainers, we can do it, @1dropaflame , please could you edit the description, if the suggestion by Tim looks good to you?
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/remove-lifecycle stale
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
This is a Bug Report
Problem:
Code examples assume user knows how to clean up the environment after the example is done. However it is not as simple as deleting a file. One may have to reverse encryption, configs, delete deployments, services and pods.
Proposed Solution:
Every code example should have a section to clean up after itself. "Clean up".
Page to Update:
documentation pages on k8s.io