mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
fix typos
This commit is contained in:
committed by
Fredrik Lönnegren
parent
6204b5002a
commit
20b0b8dde1
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user