Sweep for doubled words (#9252)
This commit is contained in:
committed by
k8s-ci-robot
parent
1bde807cd6
commit
50bc79efb5
@@ -86,7 +86,7 @@ the Pod:
|
|||||||
kubectl get pod my-application -o json | jq .status.conditions
|
kubectl get pod my-application -o json | jq .status.conditions
|
||||||
```
|
```
|
||||||
|
|
||||||
Now let's say that that query has yielded this JSON:
|
If that query returned this example JSON:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
[
|
[
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ kubelet
|
|||||||
<td colspan="2">--bootstrap-checkpoint-path string</td>
|
<td colspan="2">--bootstrap-checkpoint-path string</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td></td><td style="line-height: 130%"><Warning: Alpha feature> Path to to the directory where the checkpoints are stored</td>
|
<td></td><td style="line-height: 130%"><Warning: Alpha feature> Path to the directory where the checkpoints are stored</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">--bootstrap-kubeconfig string</td>
|
<td colspan="2">--bootstrap-kubeconfig string</td>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ content_template: templates/task
|
|||||||
|
|
||||||
Kubeadm defaults to running a single member etcd cluster in a static pod managed
|
Kubeadm defaults to running a single member etcd cluster in a static pod managed
|
||||||
by the kubelet on the control plane node. This is not a highly available setup
|
by the kubelet on the control plane node. This is not a highly available setup
|
||||||
as the the etcd cluster contains only one member and cannot sustain any members
|
as the etcd cluster contains only one member and cannot sustain any members
|
||||||
becoming unavailable. This task walks through the process of creating a highly
|
becoming unavailable. This task walks through the process of creating a highly
|
||||||
available etcd cluster of three members that can be used as an external etcd
|
available etcd cluster of three members that can be used as an external etcd
|
||||||
when using kubeadm to set up a kubernetes cluster.
|
when using kubeadm to set up a kubernetes cluster.
|
||||||
|
|||||||
@@ -410,7 +410,7 @@ services:
|
|||||||
|
|
||||||
Using `kompose up` with a `build` key:
|
Using `kompose up` with a `build` key:
|
||||||
|
|
||||||
```sh
|
```none
|
||||||
$ kompose up
|
$ kompose up
|
||||||
INFO Build key detected. Attempting to build and push image 'docker.io/foo/bar'
|
INFO Build key detected. Attempting to build and push image 'docker.io/foo/bar'
|
||||||
INFO Building image 'docker.io/foo/bar' from directory 'build'
|
INFO Building image 'docker.io/foo/bar' from directory 'build'
|
||||||
|
|||||||
Reference in New Issue
Block a user