File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
reference/command-line-tools-reference Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ the Pod:
86
86
kubectl get pod my-application -o json | jq .status.conditions
87
87
```
88
88
89
- Now let's say that that query has yielded this JSON:
89
+ If that query returned this example JSON:
90
90
91
91
``` json
92
92
[
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ kubelet
100
100
<td colspan="2">--bootstrap-checkpoint-path string</td>
101
101
</tr>
102
102
<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>
104
104
</tr>
105
105
<tr>
106
106
<td colspan="2">--bootstrap-kubeconfig string</td>
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ content_template: templates/task
9
9
10
10
Kubeadm defaults to running a single member etcd cluster in a static pod managed
11
11
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
13
13
becoming unavailable. This task walks through the process of creating a highly
14
14
available etcd cluster of three members that can be used as an external etcd
15
15
when using kubeadm to set up a kubernetes cluster.
Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ services:
410
410
411
411
Using `kompose up` with a `build` key :
412
412
413
- ` ` ` sh
413
+ ` ` ` none
414
414
$ kompose up
415
415
INFO Build key detected. Attempting to build and push image 'docker.io/foo/bar'
416
416
INFO Building image 'docker.io/foo/bar' from directory 'build'
You can’t perform that action at this time.
0 commit comments