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

enhance warning: networks, network config, volume config. Fixes #88, #71 #90

Merged
merged 2 commits into from
Aug 10, 2016

Conversation

ngtuna
Copy link
Contributor

@ngtuna ngtuna commented Aug 6, 2016

@janetkuo : I added warning for volume config and network config.
@surajssd : networks key is checked. However, please take a look at FIXME and leave me your thought.

@ngtuna
Copy link
Contributor Author

ngtuna commented Aug 6, 2016

Fixes #75 as well

@surajssd
Copy link
Member

surajssd commented Aug 8, 2016

Nice LGTM!

@ngtuna
Copy link
Contributor Author

ngtuna commented Aug 8, 2016

Thanks @surajssd . It needs one more +1 from @janetkuo to get the PR merged 😉

@@ -854,8 +854,25 @@ func loadComposeFile(file string, opt convertOptions) KomposeObject {

// transform composeObject into komposeObject
composeServiceNames := composeObject.ServiceConfigs.Keys()

// volume config and network config has not supported
Copy link
Member

Choose a reason for hiding this comment

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

typo: are not supported

@ngtuna
Copy link
Contributor Author

ngtuna commented Aug 10, 2016

@janetkuo: I added a fixing-typos commit. I'm gonna merge this PR for accelerating the progress. If we test and find somehow the networks warning is still not good enough (as you mentioned the case of default/custom network above), we can always open issue for that.

@ngtuna ngtuna merged commit 14cf356 into kubernetes:master Aug 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants