From 20b0b8dde1ab47f0e542f014e992e7157de511f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20L=C3=B6nnegren?= Date: Thu, 1 Oct 2020 20:16:41 +0200 Subject: [PATCH] fix typos --- README.md | 2 +- hack/ci/push-latest-cli/README.md | 2 +- hack/release/build/README.md | 2 +- images/kindnetd/README.md | 2 +- site/content/docs/contributing/1.0-roadmap.md | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4f05362b..cd2cdbe6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

kind

+

kind

# Please see [Our Documentation](https://kind.sigs.k8s.io/docs/user/quick-start/) for more in-depth installation etc. diff --git a/hack/ci/push-latest-cli/README.md b/hack/ci/push-latest-cli/README.md index 55e0b64c..fe36b74f 100644 --- a/hack/ci/push-latest-cli/README.md +++ b/hack/ci/push-latest-cli/README.md @@ -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. diff --git a/hack/release/build/README.md b/hack/release/build/README.md index c14250be..8d4a5333 100644 --- a/hack/release/build/README.md +++ b/hack/release/build/README.md @@ -1 +1 @@ -This directory contains temporary tooling used to make releasing kind easier.h \ No newline at end of file +This directory contains temporary tooling used to make releasing kind easier. diff --git a/images/kindnetd/README.md b/images/kindnetd/README.md index 17896a2e..899f42a0 100644 --- a/images/kindnetd/README.md +++ b/images/kindnetd/README.md @@ -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 diff --git a/site/content/docs/contributing/1.0-roadmap.md b/site/content/docs/contributing/1.0-roadmap.md index c4504ffd..3bdb3112 100644 --- a/site/content/docs/contributing/1.0-roadmap.md +++ b/site/content/docs/contributing/1.0-roadmap.md @@ -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] @@ -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