-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Inconsistent documentation #14512
Comments
https://kubernetes.io/docs/tutorials/kubernetes-basics/explore/explore-intro/ defines Pods:
Does that cover things @axalix ? |
@sftim The question wasn't about missing information, it was mostly about consistency. Same here: the section "Interactive Tutorial - Deploying an App" (step #3, scenario) uses pods a lot, but they are actually defined only in next sections. |
So, before readers encounter
(module 2), they should have learned roughly what a Pod is. If https://kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/ outlined what a Pod is, that should cover it. Have I got that right? |
Ok, no worries. Can you clarify the kind of change that you have in mind? |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
pls feel free to open with actionable issue details or file a new one. |
What would you like to be added
I am following a tutorial step-by-step: https://kubernetes.io/docs/tutorials/kubernetes-basics/explore/explore-intro/
And right now I am on https://kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive/ and started "Interactive Tutorial - Deploying an App" scenario
On a step 3 of a mentioned scenario you have many references to a term "pod", e.g.
etc.
However pods were not yet defined or mentioned anywhere earlier in this tutorial and it is not clear what they are. In fact, you defined pods in next sections. Thus step 3 is not clear and very messy.
Why is this needed
Define "pods" earlier, so it will be clear what you are talking about or exclude / change section 3 from "Interactive Tutorial - Deploying an App" otherwise documentation looks inconsistent.
Comments
The text was updated successfully, but these errors were encountered: