serving
serving copied to clipboard
Tracking issue for adding init container support
Describe the feature
This is a placeholder for the feature track work described in the related doc:
Alpha (disabled by default):
- [x] Add initContainers support in KService
- [x] Add e2e test
- [x] Add to listed flags here.
- [x] Support init container image resolution
- [x] Define defaults for init containers eg. container names (same as normal containers)
Beta (disabled by default):
- [ ] Add conformance tests
- [x] Update docs with a separate section for init container support
GA (disabled by default):
- [ ] Add Knative CLI support
/cc @julz @dprotaso @markusthoemmes
Related tickets: #4307
/assign @skonto
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.
/remove-lifecycle stale
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.
/remove-lifecycle stale
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.
/reopen /lifecycle frozen
@dprotaso: Reopened this issue.
In response to this:
/reopen /lifecycle frozen
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.
@skonto the steps in
Beta (disabled by default):
seem to be done as:
- the e2e test is already runs without alpha/beta flags
- this feature is not part of the spec, so no conformance test needed
- documentation already contains initContainers: https://knative.dev/docs/serving/configuration/feature-flags/#kubernetes-init-containers
@ReToCode @dprotaso since there is no cli support should we move this feature to GA and close this ticket?