-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add README #1
Add README #1
Conversation
@timothysc @abiogenesis-now @chuckha |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small changes then LGTM
README.md
Outdated
@@ -0,0 +1,5 @@ | |||
# Kubernetes conformance tests | |||
|
|||
This is a standalone container able to launch kubernetes end-to-end tests, for the purposes of conformance testing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: capitalize Kubernetes
README.md
Outdated
|
||
This is a standalone container able to launch kubernetes end-to-end tests, for the purposes of conformance testing. | ||
|
||
It is only a thin wrapper around the `e2e.test` binary in the upstream kubernetes distribution, which drops results in a predetermined location for use as a [sonobuoy](https://github.com/heptio/sonobuoy) plugin. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/sonobuoy/Heptio Sonobuoy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and also add one more sentence:
To learn more about conformance testing and its Sonobuoy integration, read the conformance guide.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nits: remove word "only", capitalize Kubernetes
Update bootkube assets for v0.4.3
No description provided.