generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Labels
triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Milestone
Description
v1.0.0 is the first release to introduce v1 CRDs. This issue suggests automating the split of the manifests into 3 files:
manifests.yaml
(All IGW CRDs of all versions)v1-manifests.yaml
(All graduated & approved CRDs)experimental-manifests.yaml
(All non v1 manifests)
The use cases for this are:
- Managed systems install v1 crds on behalf of the user, and so users would only need to manually install experimental CRDs
- Some users may only want to install v1 CRDs on their clusters, and decide later if they would like the experimental CRDs added
Metadata
Metadata
Assignees
Labels
triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.