kubernetes / kubernetes/website
Trouble with Performing a Rolling Update tutorial
- Dominant language
- HTML
- Stars
- 5.4k
- Forks
- 15.7k
- Avg merge
- 4d 18h
- Merged PRs (30d)
- 204
Description
Hi, I was learning with basic kubernetes tutorial and I've found one discrepancy in [the tutorial](https://kubernetes.io/docs/tutorials/kubernetes-basics/update/update-intro/#:~:text=To%20get%20more,in%20the%20repository.):
"
To get more insight into the problem, run the describe pods subcommand:
```kubectl describe pods```
In the **Events section** of the output for the affected Pods, notice that the v10 image version did not exist in the repository.
"
The **Events** section does not exist in the ``kubectl describe pods`` output, because there is more than 1 pod:
I needed to either run ``kubectl describe pod kubernetes-bootcamp-...`` or ``kubectl describe pods --show-events=true`` to follow the tutorial
Contributor guide
Research direction
Start with the Kubernetes Basics rolling update tutorial at the linked update-intro section and reproduce the failing `kubectl describe pods` step. Check the output for multiple pods and the documented alternatives, then update the tutorial so the Events section can be found reliably; verify the revised instructions by rerunning the tutorial commands.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 82/100