Fix some typos (#12183)
This commit is contained in:
parent
3dd9a44cd3
commit
6b90b6c6fc
|
@ -208,7 +208,7 @@ always created in the zone of the cluster master
|
|||
was addressed in 1.3+.
|
||||
{{< /note >}}
|
||||
|
||||
Now lets validate that Kubernetes automatically labeled the zone & region the PV was created in.
|
||||
Now let's validate that Kubernetes automatically labeled the zone & region the PV was created in.
|
||||
|
||||
```shell
|
||||
> kubectl get pv --show-labels
|
||||
|
|
|
@ -141,7 +141,7 @@ return so the example is readable.
|
|||
|
||||
## Filling the Queue with tasks
|
||||
|
||||
Now lets fill the queue with some "tasks". In our example, our tasks are just strings to be
|
||||
Now let's fill the queue with some "tasks". In our example, our tasks are just strings to be
|
||||
printed.
|
||||
|
||||
In a practice, the content of the messages might be:
|
||||
|
|
Loading…
Reference in New Issue