Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
frelon authored and Fredrik Lönnegren committed Oct 1, 2020
1 parent 6204b50 commit 20b0b8d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img alt="kind" src="./logo/logo.png" width="300x" /></p>
<p align="center"><img alt="kind" src="./logo/logo.png" width="300px" /></p>

# Please see [Our Documentation](https://kind.sigs.k8s.io/docs/user/quick-start/) for more in-depth installation etc.

Expand Down
2 changes: 1 addition & 1 deletion hack/ci/push-latest-cli/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This tooling is used for our auomated builds.
This tooling is used for our automated builds.

These are meant to be consumed *only* by The Kubernetes Project's CI for
testing Kubernetes.
Expand Down
2 changes: 1 addition & 1 deletion hack/release/build/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This directory contains temporary tooling used to make releasing kind easier.h
This directory contains temporary tooling used to make releasing kind easier.
2 changes: 1 addition & 1 deletion images/kindnetd/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kindnetd

`kindnetd` is a simple networking daemon with the following responsibilites:
`kindnetd` is a simple networking daemon with the following responsibilities:

- IP masquerade (of traffic leaving the nodes that is headed out of the cluster)
- Ensuring netlink routes to pod CIDRs via the host node IP for each
Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/contributing/1.0-roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To reach "beta" [grade][deprecation-policy] kind needs to at minimum:
- TODO: what exactly do we want here? Should this really be beta blocking?
- [x] should be possible to troubleshoot kind without needing to modify kind ~or use external debugging tools~ (this should be possible now, if not perfect!)
- [x] consistent logging (what is logged, when should it be logged, what levels are used) (this is consistent-ish now, if not perfect)
- [x] errors have appropriate context (this is debateable and never perfect, but improved a lot, especially if you use `-v 1` or greater)
- [x] errors have appropriate context (this is debatable and never perfect, but improved a lot, especially if you use `-v 1` or greater)
for managing clusters in test harnesses
- [x] move API types / labels from `*.k8s.io` into [`*.x-k8s.io`][api-review-voluntary]
- [x] Support all currently [upstream-supported Kubernetes versions][version-skew-policy]
Expand All @@ -52,7 +52,7 @@ To reach "GA" [grade][deprecation-policy] kind needs to at minimum:
- TODO: moves this to post GA? We can probably do this without breaking anyone and the demand is low-ish.
- [ ] Enable audit-logging
- TODO: should this be post-GA? this could probably be an extension
- [x] First class support for skewed node (Kubernetes) versions (I beleive this is relatively first-class now, things should work fine if you specify different node images)
- [x] First class support for skewed node (Kubernetes) versions (I believe this is relatively first-class now, things should work fine if you specify different node images)
- ... TBD, more will be added here ...

## Non-Goals
Expand Down

0 comments on commit 20b0b8d

Please sign in to comment.