Skip to content

Commit

Permalink
Merge pull request #1293 from JoeWrightss/patch-1
Browse files Browse the repository at this point in the history
Fix some typos
  • Loading branch information
k8s-ci-robot committed Dec 2, 2018
2 parents ea8cd3b + b3686a3 commit c6692b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/design/design_v1.10.md
Expand Up @@ -213,7 +213,7 @@ The API server needs to know this in particular:

Other flags that are set unconditionally:

- `--insecure-port=0` to avoid insecure connections to the api server.
- `--insecure-port=0` to avoid insecure connections to the API server.
- `--enable-bootstrap-token-auth=true` to enable the `BootstrapTokenAuthenticator` authentication module.
- `--allow-privileged` to `true` (used e.g. by kube proxy).
- `--client-ca-file` to `ca.crt`.
Expand Down
2 changes: 1 addition & 1 deletion docs/design/design_v1.8.md
Expand Up @@ -170,7 +170,7 @@ Please note that:
Common properties for the control plane components:

- `hostNetwork: true` is present on all static pods since there is no network configured yet; accordingly
- the `address` of the api server for controller-manager and the scheduler will be set to `127.0.0.1`
- the `address` of the API server for controller-manager and the scheduler will be set to `127.0.0.1`
- if using a local etcd server, `etcd-servers` address will be set to `127.0.0.1:2379`
- Leader election is enabled for both the controller-manager and the scheduler
- controller-manager and the scheduler will reference kubeconfig files with their respective, unique identities
Expand Down
2 changes: 1 addition & 1 deletion docs/design/design_v1.9.md
Expand Up @@ -213,7 +213,7 @@ The API server needs to know this in particular:

Other flags that are set unconditionally:

- `--insecure-port=0` to avoid insecure connections to the api server.
- `--insecure-port=0` to avoid insecure connections to the API server.
- `--enable-bootstrap-token-auth=true` to enable the `BootstrapTokenAuthenticator` authentication module.
- `--allow-privileged` to `true` (used e.g. by kube proxy).
- `--client-ca-file` to `ca.crt`.
Expand Down

0 comments on commit c6692b0

Please sign in to comment.