Skip to content

Commit cc1d895

Browse files
committed
Fix typos and linted_packages sorting
1 parent e6b2517 commit cc1d895

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+75
-75
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing guidelines
22

3-
Want to hack on kubernetes? Yay!
3+
Want to hack on Kubernetes? Yay!
44

55
## Developer Guide
66

build-tools/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ All Docker names are suffixed with a hash derived from the file path (to allow c
4545

4646
## Proxy Settings
4747

48-
If you are behind a proxy and you are letting these scripts use `docker-machine` to set up your local VM for you on macOS, you need to export proxy settings for kubernetes build, the following environment variables should be defined.
48+
If you are behind a proxy and you are letting these scripts use `docker-machine` to set up your local VM for you on macOS, you need to export proxy settings for Kubernetes build, the following environment variables should be defined.
4949

5050
```
5151
export KUBERNETES_HTTP_PROXY=http://username:password@proxyaddr:proxyport
5252
export KUBERNETES_HTTPS_PROXY=https://username:password@proxyaddr:proxyport
5353
```
5454

55-
Optionally, you can specify addresses of no proxy for kubernetes build, for example
55+
Optionally, you can specify addresses of no proxy for Kubernetes build, for example
5656

5757
```
5858
export KUBERNETES_NO_PROXY=127.0.0.1
5959
```
6060

61-
If you are using sudo to make kubernetes build for example make quick-release, you need run `sudo -E make quick-release` to pass the environment variables.
61+
If you are using sudo to make Kubernetes build for example make quick-release, you need run `sudo -E make quick-release` to pass the environment variables.
6262

6363
## Really Remote Docker Engine
6464

cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cluster Configuration
22

3-
##### Deprecation Notice: This directory has entered maintainence mode and will not be accepting new providers. Please submit new automation deployments to [kube-deploy](https://github.com/kubernetes/kube-deploy). Deployments in this directory will continue to be maintained and supported at their current level of support.
3+
##### Deprecation Notice: This directory has entered maintenance mode and will not be accepting new providers. Please submit new automation deployments to [kube-deploy](https://github.com/kubernetes/kube-deploy). Deployments in this directory will continue to be maintained and supported at their current level of support.
44

55
The scripts and data in this directory automate creation and configuration of a Kubernetes cluster, including networking, DNS, nodes, and master components.
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python image
22

33
The python image here is used by OS distros that don't have python installed to
4-
run python scripts to parse the yaml files in the addon updator script.
4+
run python scripts to parse the yaml files in the addon updater script.
55

66
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/addons/python-image/README.md?pixel)]()

cluster/addons/registry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ spec:
9191
This tells Kubernetes that you want to use storage, and the `PersistentVolume`
9292
you created before will be bound to this claim (unless you have other
9393
`PersistentVolumes` in which case those might get bound instead). This claim
94-
gives you the rigth to use this storage until you release the claim.
94+
gives you the right to use this storage until you release the claim.
9595

9696
## Run the registry
9797

cluster/juju/bundles/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ deploy a bundle.
2424

2525
You will need to
2626
[install the Juju client](https://jujucharms.com/get-started) and
27-
`juju-quickstart` as pre-requisites. To deploy the bundle use
27+
`juju-quickstart` as prerequisites. To deploy the bundle use
2828
`juju-quickstart` which runs on Mac OS (`brew install
2929
juju-quickstart`) or Ubuntu (`apt-get install juju-quickstart`).
3030

@@ -191,7 +191,7 @@ Send us pull requests! We'll send you a cookie if they include tests and docs.
191191
The charms and bundles are in the [kubernetes](https://github.com/kubernetes/kubernetes)
192192
repository in github.
193193

194-
- [kubernetes-master charm on Github](https://github.com/kubernetes/kubernetes/tree/master/cluster/juju/charms/trusty/kubernetes-master)
194+
- [kubernetes-master charm on GitHub](https://github.com/kubernetes/kubernetes/tree/master/cluster/juju/charms/trusty/kubernetes-master)
195195
- [kubernetes charm on GitHub](https://github.com/kubernetes/kubernetes/tree/master/cluster/juju/charms/trusty/kubernetes)
196196

197197

cmd/mungedocs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It basically does the following:
66
- iterate over all files in the given doc root.
77
- for each file split it into a slice (mungeLines) of lines (mungeLine)
88
- a mungeline has metadata about each line typically determined by a 'fast' regex.
9-
- metadata contains things like 'is inside a preformmatted block'
9+
- metadata contains things like 'is inside a preformatted block'
1010
- contains a markdown header
1111
- has a link to another file
1212
- etc..

docs/proposals/apparmor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Ubuntu system. The profiles can be found at `{securityfs}/apparmor/profiles`
113113

114114
## API Changes
115115

116-
The intial alpha support of AppArmor will follow the pattern
116+
The initial alpha support of AppArmor will follow the pattern
117117
[used by seccomp](https://github.com/kubernetes/kubernetes/pull/25324) and specify profiles through
118118
annotations. Profiles can be specified per-container through pod annotations. The annotation format
119119
is a key matching the container, and a profile name value:

docs/proposals/cluster-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ship with all of the requirements for the node specification by default.
5656

5757
**Objective**: Generate security certificates used to configure secure communication between client, master and nodes
5858

59-
TODO: Enumerate ceritificates which have to be generated.
59+
TODO: Enumerate certificates which have to be generated.
6060

6161
## Step 3: Deploy master
6262

docs/proposals/container-runtime-interface-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ discussion and may be achieved alternatively:
245245
**Imperative pod-level interface**
246246
The interface contains only CreatePod(), StartPod(), StopPod() and RemovePod().
247247
This implies that the runtime needs to take over container lifecycle
248-
manangement (i.e., enforce restart policy), lifecycle hooks, liveness checks,
248+
management (i.e., enforce restart policy), lifecycle hooks, liveness checks,
249249
etc. Kubelet will mainly be responsible for interfacing with the apiserver, and
250250
can potentially become a very thin daemon.
251251
- Pros: Lower maintenance overhead for the Kubernetes maintainers if `Docker`

0 commit comments

Comments
 (0)