Merge pull request #1283 from YuPengZTE/devFirst
Capitalizes the first letter
This commit is contained in:
@@ -18,7 +18,7 @@ You need 2 or more machines with Fedora installed.
|
||||
|
||||
**Perform following commands on the Kubernetes master**
|
||||
|
||||
* Configure flannel by creating a `flannel-config.json` in your current directory on fed-master. flannel provides udp and vxlan among other overlay networking backend options. In this guide, we choose kernel based vxlan backend. The contents of the json are:
|
||||
* Configure flannel by creating a `flannel-config.json` in your current directory on fed-master. Flannel provides udp and vxlan among other overlay networking backend options. In this guide, we choose kernel based vxlan backend. The contents of the json are:
|
||||
|
||||
```json
|
||||
{
|
||||
|
||||
@@ -64,10 +64,10 @@ If you run into trouble, please see the section on [troubleshooting](/docs/getti
|
||||
|
||||
The next few steps will show you:
|
||||
|
||||
1. how to set up the command line client on your workstation to manage the cluster
|
||||
1. examples of how to use the cluster
|
||||
1. how to delete the cluster
|
||||
1. how to start clusters with non-default options (like larger clusters)
|
||||
1. How to set up the command line client on your workstation to manage the cluster
|
||||
1. Examples of how to use the cluster
|
||||
1. How to delete the cluster
|
||||
1. How to start clusters with non-default options (like larger clusters)
|
||||
|
||||
### Installing the Kubernetes command line tools on your workstation
|
||||
|
||||
|
||||
@@ -514,9 +514,9 @@ availability.
|
||||
|
||||
To run an etcd instance:
|
||||
|
||||
1. copy `cluster/saltbase/salt/etcd/etcd.manifest`
|
||||
1. make any modifications needed
|
||||
1. start the pod by putting it into the kubelet manifest directory
|
||||
1. Copy `cluster/saltbase/salt/etcd/etcd.manifest`
|
||||
1. Make any modifications needed
|
||||
1. Start the pod by putting it into the kubelet manifest directory
|
||||
|
||||
### Apiserver, Controller Manager, and Scheduler
|
||||
|
||||
|
||||
Reference in New Issue
Block a user