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

Warning on missing port information and no service created #68

Merged
merged 1 commit into from
Jul 28, 2016

Conversation

surajssd
Copy link
Member

Now when user will not provide any port information a warning will be shown and also service will not be created.

Fixes #58

Now when user will not provide any port information
a warning will be shown and also service will not
be created.

Fixes kubernetes#58
@ngtuna ngtuna added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 27, 2016
@surajssd
Copy link
Member Author

Merging since got lgtm! :)

@surajssd surajssd merged commit 87270e3 into kubernetes:master Jul 28, 2016
@mcarbonneaux
Copy link

ok it's cool it's work as expected (not generating node port service)... but why make warning and not just information ? It bothered me for a long time before I understood that it was normal...

because generaly is normal to do not expose port because the container is only used by other container and are not exposed externaly...

for example a database used by web backend...

but may be usefull in place of not generating service to generate a cluster ip services to make posible this container to be used with replica (with an explicit option to kompose command)...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm "Looks good to me", indicates that a PR is ready to be merged. review needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants