kubernetes / kubernetes/website

Running Multiple Instances of Your App - Misleading description

Open Beginner friendly
#56,652 2 comments 0 reactions 0 assignees View on GitHub
language/en needs-triage
Dominant language
HTML
Stars
5.4k
Forks
15.7k
Avg merge
4d 18h
Merged PRs (30d)
204

Description

Under the section [Scaling a Deployment](https://kubernetes.io/docs/tutorials/kubernetes-basics/scale/scale-intro/#scaling-a-deployment), there is an explanation of the output of `kubectl get deployments`. The point READY shows the ratio of CURRENT/DESIRED replicas is misleading and should be READY/DESIRED, since CURRENT has its own meaning that's different from READY.

Contributor guide

Open the contributing guide

Research direction

Open the linked Scaling a Deployment section and review the explanation of kubectl get deployments output. Update the READY description to use READY/DESIRED while preserving the distinction that CURRENT has its own meaning; done when the documentation matches the command's column meanings.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
82/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.