mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Fixing a small grammatical error in the pod states documentation.
This commit is contained in:
parent
3e0cdff97c
commit
d3312e27f2
@ -34,7 +34,7 @@ The number and meanings of `PodStatus` values are tightly guarded. Other than w
|
||||
|
||||
### pending
|
||||
|
||||
The pod has been accepted by the system, but one or more of the containers has not been started. This includes time before being schedule as well as time spent downloading images over the network, which could take a while.
|
||||
The pod has been accepted by the system, but one or more of the containers has not been started. This includes time before being scheduled as well as time spent downloading images over the network, which could take a while.
|
||||
|
||||
### running
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user