-
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
Env var expansion guidelines #64045
Comments
cc @kevtaylor |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
I don't think there is a general solution to revalidation, and there isn't a generic "do expansions" hook in the lifecycle. Can you be more concrete in what you're proposing? I'd love to be more rigourous here, if we can... |
I wasn't proposing anything, just wanted to explore if there was a more general way we could do field expansion and not special-case each field. After the last few discussions, I've come to the conclusion that a general in-place expansion mechanism is not feasible due to:
|
We can establish precedent for "so you want to add env expansion to an
existing field" (but only for optional fields). I don't think we can
have a truly generic mechanism for the rest
…On Thu, Aug 23, 2018 at 11:13 AM Michelle Au ***@***.***> wrote:
I wasn't proposing anything, just wanted to explore if there was a more general way we could do field expansion and not special-case each field. After the last few discussions, I've come to the conclusion that a general in-place expansion mechanism is not feasible due to:
Breaking API compatibility
Timing challenges of revalidation of the fields after expansion
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Is this a BUG REPORT or FEATURE REQUEST?:
@kubernetes/sig-node-feature-requests
What happened:
Before moving kubernetes/enhancements#559 to beta, we should have some further discussions about env expansion in general. Specifically:
The text was updated successfully, but these errors were encountered: