Sweep for doubled words (#9252)
This commit is contained in:
committed by
k8s-ci-robot
parent
1bde807cd6
commit
50bc79efb5
@@ -9,7 +9,7 @@ content_template: templates/task
|
||||
|
||||
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
|
||||
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
|
||||
available etcd cluster of three members that can be used as an external etcd
|
||||
when using kubeadm to set up a kubernetes cluster.
|
||||
|
||||
@@ -410,7 +410,7 @@ services:
|
||||
|
||||
Using `kompose up` with a `build` key:
|
||||
|
||||
```sh
|
||||
```none
|
||||
$ kompose up
|
||||
INFO Build key detected. Attempting to build and push image 'docker.io/foo/bar'
|
||||
INFO Building image 'docker.io/foo/bar' from directory 'build'
|
||||
|
||||
Reference in New Issue
Block a user