Skip to content
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

Some README improvements #16

Merged
merged 1 commit into from
Jan 18, 2017
Merged

Conversation

mzylowski
Copy link
Contributor

  • Information about kubernetes-entrypoint docker image
  • Improved daemonset example

Closes #3
Related with #15

cc @DTadrzak @PiotrProkop

@@ -46,8 +46,10 @@ Example:
### Daemonset
Checks if a specified daemonset is already running on the same host, this dependency requires a `POD_NAME`
env which can be easily passed through the [downward api](http://kubernetes.io/docs/user-guide/downward-api/).
The `POD_NAME` variable is used to determine right host to check dependencies.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would change it to :
The POD_NAME variable is mandatory and is used to resolve dependencies.

Example:

`POD_NAME=nova`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would delete this POD_NAME has to passed via downward api.

@@ -73,7 +75,12 @@ Example:

`DEPENDENCY_SOCKET=/var/run/openvswitch/ovs.socket`

## Image

Image is build after every push to kubernetes-entrypoint repository.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would change it to :
Build process for image is trigged after each commit.

@@ -46,6 +46,7 @@ Example:
### Daemonset
Checks if a specified daemonset is already running on the same host, this dependency requires a `POD_NAME`
env which can be easily passed through the [downward api](http://kubernetes.io/docs/user-guide/downward-api/).
The `POD_NAME` variable is mandatory and is used to resolve dependencies.
Example:

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add example of using downward api.

@mzylowski
Copy link
Contributor Author

Added link to example how to use downward api
example
@PiotrProkop PTAL

Information about kubernetes-entrypoint docker image
Improved daemonset usage
@PiotrProkop
Copy link
Collaborator

LGTM

@PiotrProkop PiotrProkop merged commit f5fcc5f into stackanetes:master Jan 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants