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

Don't use env vars for namespace #36

Open
kelseyhightower opened this issue Aug 29, 2016 · 7 comments
Open

Don't use env vars for namespace #36

kelseyhightower opened this issue Aug 29, 2016 · 7 comments

Comments

@kelseyhightower
Copy link
Owner

Current getting the following issue on master:

Error from server: error when creating "output/cache-rc.yml": namespaces "${NAMESPACE}" not found
Error from server: error when creating "output/cache-srv.yml": namespaces "${NAMESPACE}" not found
Error from server: error when creating "output/database-rc.yml": namespaces "${NAMESPACE}" not found
Error from server: error when creating "output/database-srv.yml": namespaces "${NAMESPACE}" not found
Error from server: error when creating "output/web-rc.yml": namespaces "${NAMESPACE}" not found
Error from server: error when creating "output/web-srv.yml": namespaces "${NAMESPACE}" not found
@mjudeikis
Copy link

mjudeikis commented Sep 4, 2016

same here. Whats the plan? What if to set namespace via flag or env variable? Or wait for templates in 1.4 ? (https://github.com/kubernetes/kubernetes/blob/release-1.4/docs/proposals/templates.md)

@ghost
Copy link

ghost commented Sep 9, 2016

For now i'm just replacing env vars with statics, is there a k8s friendly way to source vars from the env without config maps?

@ghost
Copy link

ghost commented Sep 11, 2016

Submitted PR #40 to work around this for now.

@Mistobaan
Copy link

Mistobaan commented Sep 18, 2016

I just hit this problem as well.

@blackstar257
Copy link

Same issue

@ghost
Copy link

ghost commented Oct 21, 2016

Is this project still active?

@natew
Copy link

natew commented May 2, 2017

+1, ran into this, a word on activity would be helpful.

Edit: did see this https://github.com/kubernetes-incubator/kompose

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

No branches or pull requests

5 participants