-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Custom Environment Variables #1382
Comments
This is a super slippery slope towards config. I'm somewhat ok with doing this in the kubecfg binary, I'm fairly resistant to doing this in the API itself. |
I apologize, I asked you to file an issue from an issue which already covered the topic :) My head is not screwed on today. I think #1331 covers this. I'm going to close this, scream if you disagree. |
FTR @brendanburns the workaround (make your command be sh -c) is enough to limp along, but even with config I can buy the argument that @smarterclayton has made a few times - giving users the power to customize the env to the app is better than customizing the app to the env. I'd like to leave #1331 open, though it is pretty clearly not p0 because there is a workaround. |
I agree with the sentiment, I think its the right thing to do, I'm just not --brendan On Fri, Sep 19, 2014 at 9:23 AM, Tim Hockin notifications@github.com
|
Bug 2101326: bump to k8s 1.23.12
Docker allows environment variables to be set at runtime that certain applications would depend on (or use default values).
Perhaps this example might be more clear and demonstrates environment variables specific to the application and utilizing kubernetes aware environment variable substitution:
Say I have an application that depends on some external application not running within the kubernetes domain.
Variable expansion (as in that last case) could happen at the docker container context on the shell.
The text was updated successfully, but these errors were encountered: