Skip to content

Commit 50bc79e

Browse files
Misty Linvillek8s-ci-robot
authored andcommitted
Sweep for doubled words (kubernetes#9252)
1 parent 1bde807 commit 50bc79e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ the Pod:
8686
kubectl get pod my-application -o json | jq .status.conditions
8787
```
8888

89-
Now let's say that that query has yielded this JSON:
89+
If that query returned this example JSON:
9090

9191
```json
9292
[

content/en/docs/reference/command-line-tools-reference/kubelet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ kubelet
100100
<td colspan="2">--bootstrap-checkpoint-path string</td>
101101
</tr>
102102
<tr>
103-
<td></td><td style="line-height: 130%"><Warning: Alpha feature> Path to to the directory where the checkpoints are stored</td>
103+
<td></td><td style="line-height: 130%"><Warning: Alpha feature> Path to the directory where the checkpoints are stored</td>
104104
</tr>
105105
<tr>
106106
<td colspan="2">--bootstrap-kubeconfig string</td>

content/en/docs/tasks/administer-cluster/setup-ha-etcd-with-kubeadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ content_template: templates/task
99

1010
Kubeadm defaults to running a single member etcd cluster in a static pod managed
1111
by the kubelet on the control plane node. This is not a highly available setup
12-
as the the etcd cluster contains only one member and cannot sustain any members
12+
as the etcd cluster contains only one member and cannot sustain any members
1313
becoming unavailable. This task walks through the process of creating a highly
1414
available etcd cluster of three members that can be used as an external etcd
1515
when using kubeadm to set up a kubernetes cluster.

content/en/docs/tasks/configure-pod-container/translate-compose-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ services:
410410

411411
Using `kompose up` with a `build` key:
412412

413-
```sh
413+
```none
414414
$ kompose up
415415
INFO Build key detected. Attempting to build and push image 'docker.io/foo/bar'
416416
INFO Building image 'docker.io/foo/bar' from directory 'build'

0 commit comments

Comments
 (0)