-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Document which PodSpec fields are valid #2085
Comments
Perhaps just a pointer to https://github.com/knative/docs/blob/master/docs/serving/spec/knative-api-specification-1.0.md#container since I didn't see how to get to this doc from our md files. |
is initcontainers allowed? |
@arghya88 no I do not think they are supported yet |
Issues go stale after 90 days of inactivity. Send feedback to Knative Productivity Slack channel or file an issue in knative/test-infra. /lifecycle stale |
Stale issues rot after 30 days of inactivity. Send feedback to Knative Productivity Slack channel or file an issue in knative/test-infra. /lifecycle rotten |
Rotten issues close after 30 days of inactivity. Send feedback to Knative Productivity Slack channel or file an issue in knative/test-infra. /close |
@knative-housekeeping-robot: 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. |
/reopen |
@duglin: Reopened 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. |
Rotten issues close after 30 days of inactivity. Send feedback to Knative Productivity Slack channel or file an issue in knative/test-infra. /close |
@knative-housekeeping-robot: 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. |
/reopen |
@duglin: Reopened 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. |
/remove-lifecycle rotten |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
This is currently only available in code, AFAIK. The code is here ( /triage needs-eng-input (We should pair-assign this to an engineer for pairing if it becomes high enough priority that someone wants to start writing this and the code isn't clear on its own.) |
/remove-triage needs-eng-input |
Not sure about its relative priority but as it stands today, only reading the docs I'm not sure someone can figure out which podSpec fields are supported - and I think that's an important concern. |
For whatever that's worth: We now also have this as part of the openAPI schema of the Revision (and Service and Configuration). Maybe we can generate something from that? |
Fixing #3523 would close this issue, and may be the fastest path to be able to do so on an ongoing basis. |
I think we should close this one since it seems that #3523 supersedes it, and it has been open for over 1.5 years with no meaningful action or eng input provided to create docs. Please bring the discussion to the DUX WG if you feel that there's something important stemming from this that needs to be raised. |
Describe the change you'd like to see
While the yaml for a KnService leverages the Kubernetes PodSpec definition, not all of the PodSpec fields are valid for KnServices. We should document which fields people can use.
The text was updated successfully, but these errors were encountered: