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

Optional Service Environment Variables #2360

Closed
4 tasks
shekhar-rajak opened this issue Jan 28, 2021 · 3 comments
Closed
4 tasks

Optional Service Environment Variables #2360

shekhar-rajak opened this issue Jan 28, 2021 · 3 comments
Labels
sig/apps Categorizes an issue or PR as relevant to SIG Apps.

Comments

@shekhar-rajak
Copy link
Contributor

Enhancement Description

  • One-line enhancement description (can be used as a release note):

Optional Service Environment Variables

  • Kubernetes Enhancement Proposal:

This enhancement allows application developers to choose whether their Pods will receive environment variables from services in their namespace. They can choose to disable them via the new enableServiceLinks field in PodSpec. The current behaviour will continue to be the default behaviour, but the developer may choose to disable these environment variables for certain workloads for reasons such as incompatibilities with other expected environment variables or scalability issues.

  • Discussion Link:
  • Primary contact (assignee): @bradhoekstra , @kongslund
  • Responsible SIGs: sig-apps
  • Enhancement target (which target equals to which milestone):
    • Alpha release target (x.y):
    • Beta release target (x.y):
    • Stable release target (x.y):
  • Alpha
    • KEP (k/enhancements) update PR(s):
    • Code (k/k) update PR(s):
    • Docs (k/website) update PR(s):

Implementation History

  • 2017-10-21: First draft of original proposal PR
  • 2018-02-22: First draft of implementation PR
  • 2018-08-31: General consensus of implementation plan
  • 2018-09-17: First draft of new implementation PR
  • 2018-09-24: Implementation merged into master
  • 2018-09-25: Converting proposal into this KEP

Please keep this description up to date. This will help the Enhancement Team to track the evolution of the enhancement efficiently.

@k8s-ci-robot k8s-ci-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Jan 28, 2021
@shekhar-rajak
Copy link
Contributor Author

#2361 created for migrating the old keps into new template.

@LappleApple
Copy link
Contributor

/sig apps

@k8s-ci-robot k8s-ci-robot added sig/apps Categorizes an issue or PR as relevant to SIG Apps. and removed needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Apr 8, 2021
@thockin
Copy link
Member

thockin commented Apr 30, 2021

Implemented.

@thockin thockin closed this as completed Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/apps Categorizes an issue or PR as relevant to SIG Apps.
Projects
None yet
Development

No branches or pull requests

4 participants