Skip to content

Commit 5ead89b

Browse files
committed
Fixed several typos
1 parent 7e6a856 commit 5ead89b

Some content is hidden

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

66 files changed

+80
-80
lines changed

api/swagger-spec/apis.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
},
9797
"unversioned.GroupVersionForDiscovery": {
9898
"id": "unversioned.GroupVersionForDiscovery",
99-
"description": "GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensiblity.",
99+
"description": "GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensibility.",
100100
"required": [
101101
"groupVersion",
102102
"version"

api/swagger-spec/apps.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"unversioned.GroupVersionForDiscovery": {
7474
"id": "unversioned.GroupVersionForDiscovery",
75-
"description": "GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensiblity.",
75+
"description": "GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensibility.",
7676
"required": [
7777
"groupVersion",
7878
"version"

api/swagger-spec/autoscaling.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"unversioned.GroupVersionForDiscovery": {
7474
"id": "unversioned.GroupVersionForDiscovery",
75-
"description": "GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensiblity.",
75+
"description": "GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensibility.",
7676
"required": [
7777
"groupVersion",
7878
"version"

api/swagger-spec/batch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"unversioned.GroupVersionForDiscovery": {
7474
"id": "unversioned.GroupVersionForDiscovery",
75-
"description": "GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensiblity.",
75+
"description": "GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensibility.",
7676
"required": [
7777
"groupVersion",
7878
"version"

api/swagger-spec/extensions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"unversioned.GroupVersionForDiscovery": {
7474
"id": "unversioned.GroupVersionForDiscovery",
75-
"description": "GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensiblity.",
75+
"description": "GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensibility.",
7676
"required": [
7777
"groupVersion",
7878
"version"

api/swagger-spec/policy.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"unversioned.GroupVersionForDiscovery": {
7474
"id": "unversioned.GroupVersionForDiscovery",
75-
"description": "GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensiblity.",
75+
"description": "GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensibility.",
7676
"required": [
7777
"groupVersion",
7878
"version"

api/swagger-spec/rbac.authorization.k8s.io.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"unversioned.GroupVersionForDiscovery": {
7474
"id": "unversioned.GroupVersionForDiscovery",
75-
"description": "GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensiblity.",
75+
"description": "GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensibility.",
7676
"required": [
7777
"groupVersion",
7878
"version"

cluster/aws/options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ contribute!
104104

105105
**NON_MASQUERADE_CIDR**
106106

107-
The 'internal' IP range which Kuberenetes will use, which will therefore not
107+
The 'internal' IP range which Kubernetes will use, which will therefore not
108108
use IP masquerade. By default kubernetes runs an internal network for traffic
109109
between pods (and between pods and services), and by default this uses the
110110
`10.0.0.0/8` range. However, this sometimes overlaps with a range that you may

cluster/juju/bundles/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ via juju ssh:
8181

8282
juju ssh kubernetes-master/0 -t "sudo kubectl get nodes"
8383

84-
You may also SSH to the kuberentes-master unit (`juju ssh kubernetes-master/0`)
84+
You may also SSH to the kubernetes-master unit (`juju ssh kubernetes-master/0`)
8585
and call kubectl from the command prompt.
8686

8787
See the

cluster/juju/layers/kubernetes/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ juju add-relation kubernetes etcd
3030

3131
# Configuration
3232
For your convenience this charm supports some configuration options to set up
33-
a Kuberentes cluster that works in your environment:
33+
a Kubernetes cluster that works in your environment:
3434

3535
**version**: Set the version of the Kubernetes containers to deploy. The
3636
version string must be in the following format "v#.#.#" where the numbers

cmd/kube-controller-manager/app/options/options.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ func (s *CMServer) AddFlags(fs *pflag.FlagSet) {
140140
"The number of retries for initial node registration. Retry interval equals node-sync-period.")
141141
fs.MarkDeprecated("register-retry-count", "This flag is currently no-op and will be deleted.")
142142
fs.DurationVar(&s.NodeMonitorGracePeriod.Duration, "node-monitor-grace-period", s.NodeMonitorGracePeriod.Duration,
143-
"Amount of time which we allow running Node to be unresponsive before marking it unhealty. "+
143+
"Amount of time which we allow running Node to be unresponsive before marking it unhealthy. "+
144144
"Must be N times more than kubelet's nodeStatusUpdateFrequency, "+
145145
"where N means number of retries allowed for kubelet to post node status.")
146146
fs.DurationVar(&s.NodeStartupGracePeriod.Duration, "node-startup-grace-period", s.NodeStartupGracePeriod.Duration,
147-
"Amount of time which we allow starting Node to be unresponsive before marking it unhealty.")
147+
"Amount of time which we allow starting Node to be unresponsive before marking it unhealthy.")
148148
fs.DurationVar(&s.NodeMonitorPeriod.Duration, "node-monitor-period", s.NodeMonitorPeriod.Duration,
149149
"The period for syncing NodeStatus in NodeController.")
150150
fs.StringVar(&s.ServiceAccountKeyFile, "service-account-private-key-file", s.ServiceAccountKeyFile, "Filename containing a PEM-encoded private RSA key used to sign service account tokens.")

contrib/mesos/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This project combines concepts and technologies from two already-complex project
2828

2929
To get up and running with Kubernetes-Mesos, follow:
3030

31-
- the [Getting started guide](../../docs/getting-started-guides/mesos.md) to launch a Kuberneters-Mesos cluster,
31+
- the [Getting started guide](../../docs/getting-started-guides/mesos.md) to launch a Kubernetes-Mesos cluster,
3232
- the [Kubernetes-Mesos Scheduler Guide](./docs/scheduler.md) for topics concerning the custom scheduler used in this distribution.
3333

3434

contrib/mesos/docs/issues.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Setting either of these flags to non-zero values may impact connection tracking
3737
In order for pods (replicated, or otherwise) to be scheduled on the cluster, it is strongly recommended that:
3838
* `pod.spec.containers[x].ports[y].hostPort` be left unspecified (or zero), or else;
3939
* `pod.spec.containers[x].ports[y].hostPort` exists in the range of `ports` resources declared on Mesos slaves
40-
- double-check the resource declaraions for your Mesos slaves, the default for `ports` is typically `[31000-32000]`
40+
- double-check the resource declarations for your Mesos slaves, the default for `ports` is typically `[31000-32000]`
4141

4242
Mesos slave host `ports` are resources that are managed by the Mesos resource/offers ecosystem; slave host ports are consumed by launched tasks.
4343
Kubernetes pod container specifications identify two types of ports, "container ports" and "host ports":

contrib/mesos/pkg/offers/offers.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ type Registry interface {
7272
}
7373

7474
// callback that is invoked during a walk through a series of live offers,
75-
// returning with stop=true (or err != nil) if the walk should stop permaturely.
75+
// returning with stop=true (or err != nil) if the walk should stop prematurely.
7676
type Walker func(offer Perishable) (stop bool, err error)
7777

7878
type RegistryConfig struct {

contrib/mesos/pkg/scheduler/podtask/procurement.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func (a AllOrNothingProcurement) Procure(t *T, n *api.Node, ps *ProcureState) er
116116
}
117117

118118
// NewNodeProcurement returns a Procurement that checks whether the given pod task and offer
119-
// have valid node informations available and wehther the pod spec node selector matches
119+
// have valid node informations available and whether the pod spec node selector matches
120120
// the pod labels.
121121
// If the check is successful the slave ID and assigned slave is set in the given Spec.
122122
func NewNodeProcurement() Procurement {

docs/design/control-plane-resilience.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ well-bounded time period.
179179
Multiple stateless, self-hosted, self-healing API servers behind a HA
180180
load balancer, built out by the default "kube-up" automation on GCE,
181181
AWS and basic bare metal (BBM). Note that the single-host approach of
182-
hving etcd listen only on localhost to ensure that onyl API server can
182+
having etcd listen only on localhost to ensure that only API server can
183183
connect to it will no longer work, so alternative security will be
184184
needed in the regard (either using firewall rules, SSL certs, or
185185
something else). All necessary flags are currently supported to enable

docs/design/daemon.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ upgradable, and more generally could not be managed through the API server
174174
interface.
175175
176176
A third alternative is to generalize the Replication Controller. We would do
177-
something like: if you set the `replicas` field of the ReplicationConrollerSpec
177+
something like: if you set the `replicas` field of the ReplicationControllerSpec
178178
to -1, then it means "run exactly one replica on every node matching the
179179
nodeSelector in the pod template." The ReplicationController would pretend
180180
`replicas` had been set to some large number -- larger than the largest number

docs/design/federated-services.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ depend on what scheduling policy is in force. In the above example, the
505505
scheduler created an equal number of replicas (2) in each of the three
506506
underlying clusters, to make up the total of 6 replicas required. To handle
507507
entire cluster failures, various approaches are possible, including:
508-
1. **simple overprovisioing**, such that sufficient replicas remain even if a
508+
1. **simple overprovisioning**, such that sufficient replicas remain even if a
509509
cluster fails. This wastes some resources, but is simple and reliable.
510510
2. **pod autoscaling**, where the replication controller in each
511511
cluster automatically and autonomously increases the number of

docs/design/indexed-job.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ The index-only approach:
522522
- Requires that the user keep the *per completion parameters* in a separate
523523
storage, such as a configData or networked storage.
524524
- Makes no changes to the JobSpec.
525-
- Drawback: while in separate storage, they could be mutatated, which would have
525+
- Drawback: while in separate storage, they could be mutated, which would have
526526
unexpected effects.
527527
- Drawback: Logic for using index to lookup parameters needs to be in the Pod.
528528
- Drawback: CLIs and UIs are limited to using the "index" as the identity of a

docs/design/nodeaffinity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ scheduling requirements.
6262
rather than replacing `map[string]string`, due to backward compatibility
6363
requirements.)
6464

65-
The affiniy specifications described above allow a pod to request various
65+
The affinity specifications described above allow a pod to request various
6666
properties that are inherent to nodes, for example "run this pod on a node with
6767
an Intel CPU" or, in a multi-zone cluster, "run this pod on a node in zone Z."
6868
([This issue](https://github.com/kubernetes/kubernetes/issues/9044) describes

docs/design/security.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ arbitrary containers on hosts, to gain access to any protected information
204204
stored in either volumes or in pods (such as access tokens or shared secrets
205205
provided as environment variables), to intercept and redirect traffic from
206206
running services by inserting middlemen, or to simply delete the entire history
207-
of the custer.
207+
of the cluster.
208208

209209
As a general principle, access to the central data store should be restricted to
210210
the components that need full control over the system and which can apply

docs/design/taint-toleration-dedicated.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ to both `NodeSpec` and `NodeStatus`. The value in `NodeStatus` is the union
201201
of the taints specified by various sources. For now, the only source is
202202
the `NodeSpec` itself, but in the future one could imagine a node inheriting
203203
taints from pods (if we were to allow taints to be attached to pods), from
204-
the node's startup coniguration, etc. The scheduler should look at the `Taints`
204+
the node's startup configuration, etc. The scheduler should look at the `Taints`
205205
in `NodeStatus`, not in `NodeSpec`.
206206

207207
Taints and tolerations are not scoped to namespace.
@@ -305,7 +305,7 @@ Users should not start using taints and tolerations until the full
305305
implementation has been in Kubelet and the master for enough binary versions
306306
that we feel comfortable that we will not need to roll back either Kubelet or
307307
master to a version that does not support them. Longer-term we will use a
308-
progamatic approach to enforcing this ([#4855](https://github.com/kubernetes/kubernetes/issues/4855)).
308+
programatic approach to enforcing this ([#4855](https://github.com/kubernetes/kubernetes/issues/4855)).
309309

310310
## Related issues
311311

docs/devel/generating-clientset.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ will generate a clientset named "my_release" which includes clients for api/v1 o
5050
- Adding expansion methods: client-gen only generates the common methods, such as `Create()` and `Delete()`. You can manually add additional methods through the expansion interface. For example, this [file](../../pkg/client/clientset_generated/release_1_2/typed/core/v1/pod_expansion.go) adds additional methods to Pod's client. As a convention, we put the expansion interface and its methods in file ${TYPE}_expansion.go.
5151
- Generating Fake clients for testing purposes: client-gen will generate a fake clientset if the command line argument `--fake-clientset` is set. The fake clientset provides the default implementation, you only need to fake out the methods you care about when writing test cases.
5252

53-
The output of client-gen inlcudes:
53+
The output of client-gen includes:
5454
- clientset: the clientset will be generated at `pkg/client/clientset_generated/` by default, and you can change the path via the `--clientset-path` command line argument.
5555
- Individual typed clients and client for group: They will be generated at `pkg/client/clientset_generated/${clientset_name}/typed/generated/${GROUP}/${VERSION}/`
5656

docs/devel/kubemark-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Common workflow for Kubemark is:
7676
- monitoring test execution and debugging problems
7777
- turning down Kubemark cluster
7878

79-
Included in descrptions there will be comments helpful for anyone who’ll want to
79+
Included in descriptions there will be comments helpful for anyone who’ll want to
8080
port Kubemark to different providers.
8181

8282
### Starting a Kubemark cluster

docs/devel/releasing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Then, run
153153

154154
This will do a dry run of the release. It will give you instructions at the
155155
end for `pushd`ing into the dry-run directory and having a look around.
156-
`pushd` into the directory and make sure everythig looks as you expect:
156+
`pushd` into the directory and make sure everything looks as you expect:
157157

158158
```console
159159
git log "${RELEASE_VERSION}" # do you see the commit you expect?

docs/proposals/api-group.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Documentation for other releases can be found at
105105

106106
Types in the unversioned package will not have the APIVersion field, but may retain the Kind field.
107107

108-
For backward compatibility, when hanlding the Status, the server will encode it to v1 if the client expects the Status to be encoded in v1, otherwise the server will send the unversioned#Status. If an error occurs before the version can be determined, the server will send the unversioned#Status.
108+
For backward compatibility, when handling the Status, the server will encode it to v1 if the client expects the Status to be encoded in v1, otherwise the server will send the unversioned#Status. If an error occurs before the version can be determined, the server will send the unversioned#Status.
109109

110110
* non-top-level common API objects:
111111

docs/proposals/client-package-structure.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ sources AND out-of-tree destinations, so it will be useful for consuming
198198
out-of-tree APIs and for others to build custom clients into their own
199199
repositories.
200200

201-
Typed clients will be constructabale given a ClientMux; the typed constructor will use
201+
Typed clients will be constructable given a ClientMux; the typed constructor will use
202202
the ClientMux to find or construct an appropriate RESTClient. Alternatively, a
203203
typed client should be constructable individually given a config, from which it
204204
will be able to construct the appropriate RESTClient.
@@ -342,7 +342,7 @@ changes for multiple releases, to give users time to transition.
342342
Once we release a clientset, we will not make interface changes to it. Users of
343343
that client will not have to change their code until they are deliberately
344344
upgrading their import. We probably will want to generate some sort of stub test
345-
with a clienset, to ensure that we don't change the interface.
345+
with a clientset, to ensure that we don't change the interface.
346346

347347

348348
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->

docs/proposals/federated-api-servers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Cluster admins are also free to use any of the multiple open source API manageme
116116
provide a lot more functionality like: rate-limiting, caching, logging,
117117
transformations and authentication.
118118
In future, we can also use ingress. That will give cluster admins the flexibility to
119-
easily swap out the ingress controller by a Go reverse proxy, ngingx, haproxy
119+
easily swap out the ingress controller by a Go reverse proxy, nginx, haproxy
120120
or any other solution they might want.
121121

122122
### Storage

docs/proposals/federation-lite.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Documentation for other releases can be found at
3838

3939
## Introduction
4040

41-
Full Cluster Federation will offer sophisticated federation between multiple kuberentes
41+
Full Cluster Federation will offer sophisticated federation between multiple kubernetes
4242
clusters, offering true high-availability, multiple provider support &
4343
cloud-bursting, multiple region support etc. However, many users have
4444
expressed a desire for a "reasonably" high-available cluster, that runs in
@@ -73,7 +73,7 @@ advanced/experimental functionality, so the interface is not initially going to
7373
be particularly user-friendly. As we design the evolution of kube-up, we will
7474
make multiple zones better supported.
7575

76-
For the initial implemenation, kube-up must be run multiple times, once for
76+
For the initial implementation, kube-up must be run multiple times, once for
7777
each zone. The first kube-up will take place as normal, but then for each
7878
additional zone the user must run kube-up again, specifying
7979
`KUBE_USE_EXISTING_MASTER=true` and `KUBE_SUBNET_CIDR=172.20.x.0/24`. This will then
@@ -226,7 +226,7 @@ Initially therefore, the GCE changes will be to:
226226

227227
1. change kube-up to support creation of a cluster in multiple zones
228228
1. pass a flag enabling multi-AZ clusters with kube-up
229-
1. change the kuberentes cloud provider to iterate through relevant zones when resolving items
229+
1. change the kubernetes cloud provider to iterate through relevant zones when resolving items
230230
1. tag GCE PD volumes with the appropriate zone information
231231

232232

docs/proposals/flannel-integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The ick-iest part of this implementation is going to the the `GET /network/lease
141141
* On each change, figure out the lease for the node, construct a [lease watch result](https://github.com/coreos/flannel/blob/0bf263826eab1707be5262703a8092c7d15e0be4/subnet/subnet.go#L72), and send it down the watch with the RV from the node
142142
* Implement a lease list that does a similar translation
143143

144-
I say this is gross without an api objet because for each node->lease translation one has to store and retrieve the node metadata sent by flannel (eg: VTEP) from node annotations. [Reference implementation](https://github.com/bprashanth/kubernetes/blob/network_vxlan/pkg/kubelet/flannel_server.go) and [watch proxy](https://github.com/bprashanth/kubernetes/blob/network_vxlan/pkg/kubelet/watch_proxy.go).
144+
I say this is gross without an api object because for each node->lease translation one has to store and retrieve the node metadata sent by flannel (eg: VTEP) from node annotations. [Reference implementation](https://github.com/bprashanth/kubernetes/blob/network_vxlan/pkg/kubelet/flannel_server.go) and [watch proxy](https://github.com/bprashanth/kubernetes/blob/network_vxlan/pkg/kubelet/watch_proxy.go).
145145

146146
# Limitations
147147

0 commit comments

Comments
 (0)