diff --git a/config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_schedulers-Default.crd.yaml b/config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_schedulers-Default.crd.yaml
deleted file mode 100644
index 37abbe9a533..00000000000
--- a/config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_schedulers-Default.crd.yaml
+++ /dev/null
@@ -1,123 +0,0 @@
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
- annotations:
- api-approved.openshift.io: https://github.com/openshift/api/pull/470
- api.openshift.io/merged-by-featuregates: "true"
- include.release.openshift.io/ibm-cloud-managed: "true"
- include.release.openshift.io/self-managed-high-availability: "true"
- release.openshift.io/bootstrap-required: "true"
- release.openshift.io/feature-set: Default
- name: schedulers.config.openshift.io
-spec:
- group: config.openshift.io
- names:
- kind: Scheduler
- listKind: SchedulerList
- plural: schedulers
- singular: scheduler
- scope: Cluster
- versions:
- - name: v1
- schema:
- openAPIV3Schema:
- description: |-
- Scheduler holds cluster-wide config information to run the Kubernetes Scheduler
- and influence its placement decisions. The canonical name for this config is `cluster`.
-
- Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).
- properties:
- apiVersion:
- description: |-
- APIVersion defines the versioned schema of this representation of an object.
- Servers should convert recognized schemas to the latest internal value, and
- may reject unrecognized values.
- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
- type: string
- kind:
- description: |-
- Kind is a string value representing the REST resource this object represents.
- Servers may infer this from the endpoint the client submits requests to.
- Cannot be updated.
- In CamelCase.
- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- type: string
- metadata:
- type: object
- spec:
- description: spec holds user settable values for configuration
- properties:
- defaultNodeSelector:
- description: |-
- defaultNodeSelector helps set the cluster-wide default node selector to
- restrict pod placement to specific nodes. This is applied to the pods
- created in all namespaces and creates an intersection with any existing
- nodeSelectors already set on a pod, additionally constraining that pod's selector.
- For example,
- defaultNodeSelector: "type=user-node,region=east" would set nodeSelector
- field in pod spec to "type=user-node,region=east" to all pods created
- in all namespaces. Namespaces having project-wide node selectors won't be
- impacted even if this field is set. This adds an annotation section to
- the namespace.
- For example, if a new namespace is created with
- node-selector='type=user-node,region=east',
- the annotation openshift.io/node-selector: type=user-node,region=east
- gets added to the project. When the openshift.io/node-selector annotation
- is set on the project the value is used in preference to the value we are setting
- for defaultNodeSelector field.
- For instance,
- openshift.io/node-selector: "type=user-node,region=west" means
- that the default of "type=user-node,region=east" set in defaultNodeSelector
- would not be applied.
- type: string
- mastersSchedulable:
- description: |-
- mastersSchedulable allows masters nodes to be schedulable. When this flag is
- turned on, all the master nodes in the cluster will be made schedulable,
- so that workload pods can run on them. The default value for this field is false,
- meaning none of the master nodes are schedulable.
- Important Note: Once the workload pods start running on the master nodes,
- extreme care must be taken to ensure that cluster-critical control plane components
- are not impacted.
- Please turn on this field after doing due diligence.
- type: boolean
- policy:
- description: |-
- DEPRECATED: the scheduler Policy API has been deprecated and will be removed in a future release.
- policy is a reference to a ConfigMap containing scheduler policy which has
- user specified predicates and priorities. If this ConfigMap is not available
- scheduler will default to use DefaultAlgorithmProvider.
- The namespace for this configmap is openshift-config.
- properties:
- name:
- description: name is the metadata.name of the referenced config
- map
- type: string
- required:
- - name
- type: object
- profile:
- description: |-
- profile sets which scheduling profile should be set in order to configure scheduling
- decisions for new pods.
-
- Valid values are "LowNodeUtilization", "HighNodeUtilization", "NoScoring"
- Defaults to "LowNodeUtilization"
- enum:
- - ""
- - LowNodeUtilization
- - HighNodeUtilization
- - NoScoring
- type: string
- type: object
- status:
- description: status holds observed values from the cluster. They may not
- be overridden.
- type: object
- required:
- - spec
- type: object
- served: true
- storage: true
- subresources:
- status: {}
diff --git a/config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_schedulers-DevPreviewNoUpgrade.crd.yaml b/config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_schedulers-DevPreviewNoUpgrade.crd.yaml
deleted file mode 100644
index a62eb09733f..00000000000
--- a/config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_schedulers-DevPreviewNoUpgrade.crd.yaml
+++ /dev/null
@@ -1,143 +0,0 @@
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
- annotations:
- api-approved.openshift.io: https://github.com/openshift/api/pull/470
- api.openshift.io/merged-by-featuregates: "true"
- include.release.openshift.io/ibm-cloud-managed: "true"
- include.release.openshift.io/self-managed-high-availability: "true"
- release.openshift.io/bootstrap-required: "true"
- release.openshift.io/feature-set: DevPreviewNoUpgrade
- name: schedulers.config.openshift.io
-spec:
- group: config.openshift.io
- names:
- kind: Scheduler
- listKind: SchedulerList
- plural: schedulers
- singular: scheduler
- scope: Cluster
- versions:
- - name: v1
- schema:
- openAPIV3Schema:
- description: |-
- Scheduler holds cluster-wide config information to run the Kubernetes Scheduler
- and influence its placement decisions. The canonical name for this config is `cluster`.
-
- Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).
- properties:
- apiVersion:
- description: |-
- APIVersion defines the versioned schema of this representation of an object.
- Servers should convert recognized schemas to the latest internal value, and
- may reject unrecognized values.
- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
- type: string
- kind:
- description: |-
- Kind is a string value representing the REST resource this object represents.
- Servers may infer this from the endpoint the client submits requests to.
- Cannot be updated.
- In CamelCase.
- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- type: string
- metadata:
- type: object
- spec:
- description: spec holds user settable values for configuration
- properties:
- defaultNodeSelector:
- description: |-
- defaultNodeSelector helps set the cluster-wide default node selector to
- restrict pod placement to specific nodes. This is applied to the pods
- created in all namespaces and creates an intersection with any existing
- nodeSelectors already set on a pod, additionally constraining that pod's selector.
- For example,
- defaultNodeSelector: "type=user-node,region=east" would set nodeSelector
- field in pod spec to "type=user-node,region=east" to all pods created
- in all namespaces. Namespaces having project-wide node selectors won't be
- impacted even if this field is set. This adds an annotation section to
- the namespace.
- For example, if a new namespace is created with
- node-selector='type=user-node,region=east',
- the annotation openshift.io/node-selector: type=user-node,region=east
- gets added to the project. When the openshift.io/node-selector annotation
- is set on the project the value is used in preference to the value we are setting
- for defaultNodeSelector field.
- For instance,
- openshift.io/node-selector: "type=user-node,region=west" means
- that the default of "type=user-node,region=east" set in defaultNodeSelector
- would not be applied.
- type: string
- mastersSchedulable:
- description: |-
- mastersSchedulable allows masters nodes to be schedulable. When this flag is
- turned on, all the master nodes in the cluster will be made schedulable,
- so that workload pods can run on them. The default value for this field is false,
- meaning none of the master nodes are schedulable.
- Important Note: Once the workload pods start running on the master nodes,
- extreme care must be taken to ensure that cluster-critical control plane components
- are not impacted.
- Please turn on this field after doing due diligence.
- type: boolean
- policy:
- description: |-
- DEPRECATED: the scheduler Policy API has been deprecated and will be removed in a future release.
- policy is a reference to a ConfigMap containing scheduler policy which has
- user specified predicates and priorities. If this ConfigMap is not available
- scheduler will default to use DefaultAlgorithmProvider.
- The namespace for this configmap is openshift-config.
- properties:
- name:
- description: name is the metadata.name of the referenced config
- map
- type: string
- required:
- - name
- type: object
- profile:
- description: |-
- profile sets which scheduling profile should be set in order to configure scheduling
- decisions for new pods.
-
- Valid values are "LowNodeUtilization", "HighNodeUtilization", "NoScoring"
- Defaults to "LowNodeUtilization"
- enum:
- - ""
- - LowNodeUtilization
- - HighNodeUtilization
- - NoScoring
- type: string
- profileCustomizations:
- description: profileCustomizations contains configuration for modifying
- the default behavior of existing scheduler profiles.
- properties:
- dynamicResourceAllocation:
- description: |-
- dynamicResourceAllocation allows to enable or disable dynamic resource allocation within the scheduler.
- Dynamic resource allocation is an API for requesting and sharing resources between pods and containers inside a pod.
- Third-party resource drivers are responsible for tracking and allocating resources.
- Different kinds of resources support arbitrary parameters for defining requirements and initialization.
- Valid values are Enabled, Disabled and omitted.
- When omitted, this means no opinion and the platform is left to choose a reasonable default,
- which is subject to change over time.
- The current default is Disabled.
- enum:
- - ""
- - Enabled
- - Disabled
- type: string
- type: object
- type: object
- status:
- description: status holds observed values from the cluster. They may not
- be overridden.
- type: object
- required:
- - spec
- type: object
- served: true
- storage: true
- subresources:
- status: {}
diff --git a/config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_schedulers-TechPreviewNoUpgrade.crd.yaml b/config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_schedulers-TechPreviewNoUpgrade.crd.yaml
deleted file mode 100644
index 24fbbb3021f..00000000000
--- a/config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_schedulers-TechPreviewNoUpgrade.crd.yaml
+++ /dev/null
@@ -1,143 +0,0 @@
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
- annotations:
- api-approved.openshift.io: https://github.com/openshift/api/pull/470
- api.openshift.io/merged-by-featuregates: "true"
- include.release.openshift.io/ibm-cloud-managed: "true"
- include.release.openshift.io/self-managed-high-availability: "true"
- release.openshift.io/bootstrap-required: "true"
- release.openshift.io/feature-set: TechPreviewNoUpgrade
- name: schedulers.config.openshift.io
-spec:
- group: config.openshift.io
- names:
- kind: Scheduler
- listKind: SchedulerList
- plural: schedulers
- singular: scheduler
- scope: Cluster
- versions:
- - name: v1
- schema:
- openAPIV3Schema:
- description: |-
- Scheduler holds cluster-wide config information to run the Kubernetes Scheduler
- and influence its placement decisions. The canonical name for this config is `cluster`.
-
- Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).
- properties:
- apiVersion:
- description: |-
- APIVersion defines the versioned schema of this representation of an object.
- Servers should convert recognized schemas to the latest internal value, and
- may reject unrecognized values.
- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
- type: string
- kind:
- description: |-
- Kind is a string value representing the REST resource this object represents.
- Servers may infer this from the endpoint the client submits requests to.
- Cannot be updated.
- In CamelCase.
- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- type: string
- metadata:
- type: object
- spec:
- description: spec holds user settable values for configuration
- properties:
- defaultNodeSelector:
- description: |-
- defaultNodeSelector helps set the cluster-wide default node selector to
- restrict pod placement to specific nodes. This is applied to the pods
- created in all namespaces and creates an intersection with any existing
- nodeSelectors already set on a pod, additionally constraining that pod's selector.
- For example,
- defaultNodeSelector: "type=user-node,region=east" would set nodeSelector
- field in pod spec to "type=user-node,region=east" to all pods created
- in all namespaces. Namespaces having project-wide node selectors won't be
- impacted even if this field is set. This adds an annotation section to
- the namespace.
- For example, if a new namespace is created with
- node-selector='type=user-node,region=east',
- the annotation openshift.io/node-selector: type=user-node,region=east
- gets added to the project. When the openshift.io/node-selector annotation
- is set on the project the value is used in preference to the value we are setting
- for defaultNodeSelector field.
- For instance,
- openshift.io/node-selector: "type=user-node,region=west" means
- that the default of "type=user-node,region=east" set in defaultNodeSelector
- would not be applied.
- type: string
- mastersSchedulable:
- description: |-
- mastersSchedulable allows masters nodes to be schedulable. When this flag is
- turned on, all the master nodes in the cluster will be made schedulable,
- so that workload pods can run on them. The default value for this field is false,
- meaning none of the master nodes are schedulable.
- Important Note: Once the workload pods start running on the master nodes,
- extreme care must be taken to ensure that cluster-critical control plane components
- are not impacted.
- Please turn on this field after doing due diligence.
- type: boolean
- policy:
- description: |-
- DEPRECATED: the scheduler Policy API has been deprecated and will be removed in a future release.
- policy is a reference to a ConfigMap containing scheduler policy which has
- user specified predicates and priorities. If this ConfigMap is not available
- scheduler will default to use DefaultAlgorithmProvider.
- The namespace for this configmap is openshift-config.
- properties:
- name:
- description: name is the metadata.name of the referenced config
- map
- type: string
- required:
- - name
- type: object
- profile:
- description: |-
- profile sets which scheduling profile should be set in order to configure scheduling
- decisions for new pods.
-
- Valid values are "LowNodeUtilization", "HighNodeUtilization", "NoScoring"
- Defaults to "LowNodeUtilization"
- enum:
- - ""
- - LowNodeUtilization
- - HighNodeUtilization
- - NoScoring
- type: string
- profileCustomizations:
- description: profileCustomizations contains configuration for modifying
- the default behavior of existing scheduler profiles.
- properties:
- dynamicResourceAllocation:
- description: |-
- dynamicResourceAllocation allows to enable or disable dynamic resource allocation within the scheduler.
- Dynamic resource allocation is an API for requesting and sharing resources between pods and containers inside a pod.
- Third-party resource drivers are responsible for tracking and allocating resources.
- Different kinds of resources support arbitrary parameters for defining requirements and initialization.
- Valid values are Enabled, Disabled and omitted.
- When omitted, this means no opinion and the platform is left to choose a reasonable default,
- which is subject to change over time.
- The current default is Disabled.
- enum:
- - ""
- - Enabled
- - Disabled
- type: string
- type: object
- type: object
- status:
- description: status holds observed values from the cluster. They may not
- be overridden.
- type: object
- required:
- - spec
- type: object
- served: true
- storage: true
- subresources:
- status: {}
diff --git a/config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_schedulers-CustomNoUpgrade.crd.yaml b/config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_schedulers.crd.yaml
similarity index 99%
rename from config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_schedulers-CustomNoUpgrade.crd.yaml
rename to config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_schedulers.crd.yaml
index d058dd7dccc..8f16fb66449 100644
--- a/config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_schedulers-CustomNoUpgrade.crd.yaml
+++ b/config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_schedulers.crd.yaml
@@ -7,7 +7,6 @@ metadata:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
release.openshift.io/bootstrap-required: "true"
- release.openshift.io/feature-set: CustomNoUpgrade
name: schedulers.config.openshift.io
spec:
group: config.openshift.io
diff --git a/features.md b/features.md
index dc792f76baf..32924b3fa6c 100644
--- a/features.md
+++ b/features.md
@@ -36,7 +36,6 @@
| DNSNameResolver| | | Enabled | Enabled | Enabled | Enabled |
| DualReplica| | | Enabled | Enabled | Enabled | Enabled |
| DyanmicServiceEndpointIBMCloud| | | Enabled | Enabled | Enabled | Enabled |
-| DynamicResourceAllocation| | | Enabled | Enabled | Enabled | Enabled |
| EtcdBackendQuota| | | Enabled | Enabled | Enabled | Enabled |
| Example| | | Enabled | Enabled | Enabled | Enabled |
| ExternalOIDCWithUIDAndExtraClaimMappings| | | Enabled | Enabled | Enabled | Enabled |
@@ -79,6 +78,7 @@
| BuildCSIVolumes| Enabled | Enabled | Enabled | Enabled | Enabled | Enabled |
| CPMSMachineNamePrefix| Enabled | Enabled | Enabled | Enabled | Enabled | Enabled |
| ConsolePluginContentSecurityPolicy| Enabled | Enabled | Enabled | Enabled | Enabled | Enabled |
+| DynamicResourceAllocation| Enabled | Enabled | Enabled | Enabled | Enabled | Enabled |
| GCPClusterHostedDNSInstall| Enabled | Enabled | Enabled | Enabled | Enabled | Enabled |
| GatewayAPI| Enabled | Enabled | Enabled | Enabled | Enabled | Enabled |
| GatewayAPIController| Enabled | Enabled | Enabled | Enabled | Enabled | Enabled |
diff --git a/features/features.go b/features/features.go
index 34f4f0a706e..1a8fc57111d 100644
--- a/features/features.go
+++ b/features/features.go
@@ -107,7 +107,7 @@ var (
contactPerson("jchaloup").
productScope(kubernetes).
enhancementPR("https://github.com/kubernetes/enhancements/issues/4381").
- enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
+ enableIn(configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
mustRegister()
FeatureGateAzureWorkloadIdentity = newFeatureGate("AzureWorkloadIdentity").
diff --git a/payload-manifests/crds/0000_10_config-operator_01_schedulers-Default.crd.yaml b/payload-manifests/crds/0000_10_config-operator_01_schedulers-Default.crd.yaml
deleted file mode 100644
index 37abbe9a533..00000000000
--- a/payload-manifests/crds/0000_10_config-operator_01_schedulers-Default.crd.yaml
+++ /dev/null
@@ -1,123 +0,0 @@
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
- annotations:
- api-approved.openshift.io: https://github.com/openshift/api/pull/470
- api.openshift.io/merged-by-featuregates: "true"
- include.release.openshift.io/ibm-cloud-managed: "true"
- include.release.openshift.io/self-managed-high-availability: "true"
- release.openshift.io/bootstrap-required: "true"
- release.openshift.io/feature-set: Default
- name: schedulers.config.openshift.io
-spec:
- group: config.openshift.io
- names:
- kind: Scheduler
- listKind: SchedulerList
- plural: schedulers
- singular: scheduler
- scope: Cluster
- versions:
- - name: v1
- schema:
- openAPIV3Schema:
- description: |-
- Scheduler holds cluster-wide config information to run the Kubernetes Scheduler
- and influence its placement decisions. The canonical name for this config is `cluster`.
-
- Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).
- properties:
- apiVersion:
- description: |-
- APIVersion defines the versioned schema of this representation of an object.
- Servers should convert recognized schemas to the latest internal value, and
- may reject unrecognized values.
- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
- type: string
- kind:
- description: |-
- Kind is a string value representing the REST resource this object represents.
- Servers may infer this from the endpoint the client submits requests to.
- Cannot be updated.
- In CamelCase.
- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- type: string
- metadata:
- type: object
- spec:
- description: spec holds user settable values for configuration
- properties:
- defaultNodeSelector:
- description: |-
- defaultNodeSelector helps set the cluster-wide default node selector to
- restrict pod placement to specific nodes. This is applied to the pods
- created in all namespaces and creates an intersection with any existing
- nodeSelectors already set on a pod, additionally constraining that pod's selector.
- For example,
- defaultNodeSelector: "type=user-node,region=east" would set nodeSelector
- field in pod spec to "type=user-node,region=east" to all pods created
- in all namespaces. Namespaces having project-wide node selectors won't be
- impacted even if this field is set. This adds an annotation section to
- the namespace.
- For example, if a new namespace is created with
- node-selector='type=user-node,region=east',
- the annotation openshift.io/node-selector: type=user-node,region=east
- gets added to the project. When the openshift.io/node-selector annotation
- is set on the project the value is used in preference to the value we are setting
- for defaultNodeSelector field.
- For instance,
- openshift.io/node-selector: "type=user-node,region=west" means
- that the default of "type=user-node,region=east" set in defaultNodeSelector
- would not be applied.
- type: string
- mastersSchedulable:
- description: |-
- mastersSchedulable allows masters nodes to be schedulable. When this flag is
- turned on, all the master nodes in the cluster will be made schedulable,
- so that workload pods can run on them. The default value for this field is false,
- meaning none of the master nodes are schedulable.
- Important Note: Once the workload pods start running on the master nodes,
- extreme care must be taken to ensure that cluster-critical control plane components
- are not impacted.
- Please turn on this field after doing due diligence.
- type: boolean
- policy:
- description: |-
- DEPRECATED: the scheduler Policy API has been deprecated and will be removed in a future release.
- policy is a reference to a ConfigMap containing scheduler policy which has
- user specified predicates and priorities. If this ConfigMap is not available
- scheduler will default to use DefaultAlgorithmProvider.
- The namespace for this configmap is openshift-config.
- properties:
- name:
- description: name is the metadata.name of the referenced config
- map
- type: string
- required:
- - name
- type: object
- profile:
- description: |-
- profile sets which scheduling profile should be set in order to configure scheduling
- decisions for new pods.
-
- Valid values are "LowNodeUtilization", "HighNodeUtilization", "NoScoring"
- Defaults to "LowNodeUtilization"
- enum:
- - ""
- - LowNodeUtilization
- - HighNodeUtilization
- - NoScoring
- type: string
- type: object
- status:
- description: status holds observed values from the cluster. They may not
- be overridden.
- type: object
- required:
- - spec
- type: object
- served: true
- storage: true
- subresources:
- status: {}
diff --git a/payload-manifests/crds/0000_10_config-operator_01_schedulers-DevPreviewNoUpgrade.crd.yaml b/payload-manifests/crds/0000_10_config-operator_01_schedulers-DevPreviewNoUpgrade.crd.yaml
deleted file mode 100644
index a62eb09733f..00000000000
--- a/payload-manifests/crds/0000_10_config-operator_01_schedulers-DevPreviewNoUpgrade.crd.yaml
+++ /dev/null
@@ -1,143 +0,0 @@
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
- annotations:
- api-approved.openshift.io: https://github.com/openshift/api/pull/470
- api.openshift.io/merged-by-featuregates: "true"
- include.release.openshift.io/ibm-cloud-managed: "true"
- include.release.openshift.io/self-managed-high-availability: "true"
- release.openshift.io/bootstrap-required: "true"
- release.openshift.io/feature-set: DevPreviewNoUpgrade
- name: schedulers.config.openshift.io
-spec:
- group: config.openshift.io
- names:
- kind: Scheduler
- listKind: SchedulerList
- plural: schedulers
- singular: scheduler
- scope: Cluster
- versions:
- - name: v1
- schema:
- openAPIV3Schema:
- description: |-
- Scheduler holds cluster-wide config information to run the Kubernetes Scheduler
- and influence its placement decisions. The canonical name for this config is `cluster`.
-
- Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).
- properties:
- apiVersion:
- description: |-
- APIVersion defines the versioned schema of this representation of an object.
- Servers should convert recognized schemas to the latest internal value, and
- may reject unrecognized values.
- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
- type: string
- kind:
- description: |-
- Kind is a string value representing the REST resource this object represents.
- Servers may infer this from the endpoint the client submits requests to.
- Cannot be updated.
- In CamelCase.
- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- type: string
- metadata:
- type: object
- spec:
- description: spec holds user settable values for configuration
- properties:
- defaultNodeSelector:
- description: |-
- defaultNodeSelector helps set the cluster-wide default node selector to
- restrict pod placement to specific nodes. This is applied to the pods
- created in all namespaces and creates an intersection with any existing
- nodeSelectors already set on a pod, additionally constraining that pod's selector.
- For example,
- defaultNodeSelector: "type=user-node,region=east" would set nodeSelector
- field in pod spec to "type=user-node,region=east" to all pods created
- in all namespaces. Namespaces having project-wide node selectors won't be
- impacted even if this field is set. This adds an annotation section to
- the namespace.
- For example, if a new namespace is created with
- node-selector='type=user-node,region=east',
- the annotation openshift.io/node-selector: type=user-node,region=east
- gets added to the project. When the openshift.io/node-selector annotation
- is set on the project the value is used in preference to the value we are setting
- for defaultNodeSelector field.
- For instance,
- openshift.io/node-selector: "type=user-node,region=west" means
- that the default of "type=user-node,region=east" set in defaultNodeSelector
- would not be applied.
- type: string
- mastersSchedulable:
- description: |-
- mastersSchedulable allows masters nodes to be schedulable. When this flag is
- turned on, all the master nodes in the cluster will be made schedulable,
- so that workload pods can run on them. The default value for this field is false,
- meaning none of the master nodes are schedulable.
- Important Note: Once the workload pods start running on the master nodes,
- extreme care must be taken to ensure that cluster-critical control plane components
- are not impacted.
- Please turn on this field after doing due diligence.
- type: boolean
- policy:
- description: |-
- DEPRECATED: the scheduler Policy API has been deprecated and will be removed in a future release.
- policy is a reference to a ConfigMap containing scheduler policy which has
- user specified predicates and priorities. If this ConfigMap is not available
- scheduler will default to use DefaultAlgorithmProvider.
- The namespace for this configmap is openshift-config.
- properties:
- name:
- description: name is the metadata.name of the referenced config
- map
- type: string
- required:
- - name
- type: object
- profile:
- description: |-
- profile sets which scheduling profile should be set in order to configure scheduling
- decisions for new pods.
-
- Valid values are "LowNodeUtilization", "HighNodeUtilization", "NoScoring"
- Defaults to "LowNodeUtilization"
- enum:
- - ""
- - LowNodeUtilization
- - HighNodeUtilization
- - NoScoring
- type: string
- profileCustomizations:
- description: profileCustomizations contains configuration for modifying
- the default behavior of existing scheduler profiles.
- properties:
- dynamicResourceAllocation:
- description: |-
- dynamicResourceAllocation allows to enable or disable dynamic resource allocation within the scheduler.
- Dynamic resource allocation is an API for requesting and sharing resources between pods and containers inside a pod.
- Third-party resource drivers are responsible for tracking and allocating resources.
- Different kinds of resources support arbitrary parameters for defining requirements and initialization.
- Valid values are Enabled, Disabled and omitted.
- When omitted, this means no opinion and the platform is left to choose a reasonable default,
- which is subject to change over time.
- The current default is Disabled.
- enum:
- - ""
- - Enabled
- - Disabled
- type: string
- type: object
- type: object
- status:
- description: status holds observed values from the cluster. They may not
- be overridden.
- type: object
- required:
- - spec
- type: object
- served: true
- storage: true
- subresources:
- status: {}
diff --git a/payload-manifests/crds/0000_10_config-operator_01_schedulers-TechPreviewNoUpgrade.crd.yaml b/payload-manifests/crds/0000_10_config-operator_01_schedulers-TechPreviewNoUpgrade.crd.yaml
deleted file mode 100644
index 24fbbb3021f..00000000000
--- a/payload-manifests/crds/0000_10_config-operator_01_schedulers-TechPreviewNoUpgrade.crd.yaml
+++ /dev/null
@@ -1,143 +0,0 @@
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
- annotations:
- api-approved.openshift.io: https://github.com/openshift/api/pull/470
- api.openshift.io/merged-by-featuregates: "true"
- include.release.openshift.io/ibm-cloud-managed: "true"
- include.release.openshift.io/self-managed-high-availability: "true"
- release.openshift.io/bootstrap-required: "true"
- release.openshift.io/feature-set: TechPreviewNoUpgrade
- name: schedulers.config.openshift.io
-spec:
- group: config.openshift.io
- names:
- kind: Scheduler
- listKind: SchedulerList
- plural: schedulers
- singular: scheduler
- scope: Cluster
- versions:
- - name: v1
- schema:
- openAPIV3Schema:
- description: |-
- Scheduler holds cluster-wide config information to run the Kubernetes Scheduler
- and influence its placement decisions. The canonical name for this config is `cluster`.
-
- Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).
- properties:
- apiVersion:
- description: |-
- APIVersion defines the versioned schema of this representation of an object.
- Servers should convert recognized schemas to the latest internal value, and
- may reject unrecognized values.
- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
- type: string
- kind:
- description: |-
- Kind is a string value representing the REST resource this object represents.
- Servers may infer this from the endpoint the client submits requests to.
- Cannot be updated.
- In CamelCase.
- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- type: string
- metadata:
- type: object
- spec:
- description: spec holds user settable values for configuration
- properties:
- defaultNodeSelector:
- description: |-
- defaultNodeSelector helps set the cluster-wide default node selector to
- restrict pod placement to specific nodes. This is applied to the pods
- created in all namespaces and creates an intersection with any existing
- nodeSelectors already set on a pod, additionally constraining that pod's selector.
- For example,
- defaultNodeSelector: "type=user-node,region=east" would set nodeSelector
- field in pod spec to "type=user-node,region=east" to all pods created
- in all namespaces. Namespaces having project-wide node selectors won't be
- impacted even if this field is set. This adds an annotation section to
- the namespace.
- For example, if a new namespace is created with
- node-selector='type=user-node,region=east',
- the annotation openshift.io/node-selector: type=user-node,region=east
- gets added to the project. When the openshift.io/node-selector annotation
- is set on the project the value is used in preference to the value we are setting
- for defaultNodeSelector field.
- For instance,
- openshift.io/node-selector: "type=user-node,region=west" means
- that the default of "type=user-node,region=east" set in defaultNodeSelector
- would not be applied.
- type: string
- mastersSchedulable:
- description: |-
- mastersSchedulable allows masters nodes to be schedulable. When this flag is
- turned on, all the master nodes in the cluster will be made schedulable,
- so that workload pods can run on them. The default value for this field is false,
- meaning none of the master nodes are schedulable.
- Important Note: Once the workload pods start running on the master nodes,
- extreme care must be taken to ensure that cluster-critical control plane components
- are not impacted.
- Please turn on this field after doing due diligence.
- type: boolean
- policy:
- description: |-
- DEPRECATED: the scheduler Policy API has been deprecated and will be removed in a future release.
- policy is a reference to a ConfigMap containing scheduler policy which has
- user specified predicates and priorities. If this ConfigMap is not available
- scheduler will default to use DefaultAlgorithmProvider.
- The namespace for this configmap is openshift-config.
- properties:
- name:
- description: name is the metadata.name of the referenced config
- map
- type: string
- required:
- - name
- type: object
- profile:
- description: |-
- profile sets which scheduling profile should be set in order to configure scheduling
- decisions for new pods.
-
- Valid values are "LowNodeUtilization", "HighNodeUtilization", "NoScoring"
- Defaults to "LowNodeUtilization"
- enum:
- - ""
- - LowNodeUtilization
- - HighNodeUtilization
- - NoScoring
- type: string
- profileCustomizations:
- description: profileCustomizations contains configuration for modifying
- the default behavior of existing scheduler profiles.
- properties:
- dynamicResourceAllocation:
- description: |-
- dynamicResourceAllocation allows to enable or disable dynamic resource allocation within the scheduler.
- Dynamic resource allocation is an API for requesting and sharing resources between pods and containers inside a pod.
- Third-party resource drivers are responsible for tracking and allocating resources.
- Different kinds of resources support arbitrary parameters for defining requirements and initialization.
- Valid values are Enabled, Disabled and omitted.
- When omitted, this means no opinion and the platform is left to choose a reasonable default,
- which is subject to change over time.
- The current default is Disabled.
- enum:
- - ""
- - Enabled
- - Disabled
- type: string
- type: object
- type: object
- status:
- description: status holds observed values from the cluster. They may not
- be overridden.
- type: object
- required:
- - spec
- type: object
- served: true
- storage: true
- subresources:
- status: {}
diff --git a/payload-manifests/crds/0000_10_config-operator_01_schedulers-CustomNoUpgrade.crd.yaml b/payload-manifests/crds/0000_10_config-operator_01_schedulers.crd.yaml
similarity index 99%
rename from payload-manifests/crds/0000_10_config-operator_01_schedulers-CustomNoUpgrade.crd.yaml
rename to payload-manifests/crds/0000_10_config-operator_01_schedulers.crd.yaml
index d058dd7dccc..8f16fb66449 100644
--- a/payload-manifests/crds/0000_10_config-operator_01_schedulers-CustomNoUpgrade.crd.yaml
+++ b/payload-manifests/crds/0000_10_config-operator_01_schedulers.crd.yaml
@@ -7,7 +7,6 @@ metadata:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
release.openshift.io/bootstrap-required: "true"
- release.openshift.io/feature-set: CustomNoUpgrade
name: schedulers.config.openshift.io
spec:
group: config.openshift.io
diff --git a/payload-manifests/featuregates/featureGate-Hypershift-Default.yaml b/payload-manifests/featuregates/featureGate-Hypershift-Default.yaml
index c6026cda089..0dfceea6086 100644
--- a/payload-manifests/featuregates/featureGate-Hypershift-Default.yaml
+++ b/payload-manifests/featuregates/featureGate-Hypershift-Default.yaml
@@ -82,9 +82,6 @@
{
"name": "DyanmicServiceEndpointIBMCloud"
},
- {
- "name": "DynamicResourceAllocation"
- },
{
"name": "EtcdBackendQuota"
},
@@ -249,6 +246,9 @@
{
"name": "ConsolePluginContentSecurityPolicy"
},
+ {
+ "name": "DynamicResourceAllocation"
+ },
{
"name": "ExternalOIDC"
},
diff --git a/payload-manifests/featuregates/featureGate-SelfManagedHA-Default.yaml b/payload-manifests/featuregates/featureGate-SelfManagedHA-Default.yaml
index 61081d796ae..2bb3bfe31ad 100644
--- a/payload-manifests/featuregates/featureGate-SelfManagedHA-Default.yaml
+++ b/payload-manifests/featuregates/featureGate-SelfManagedHA-Default.yaml
@@ -82,9 +82,6 @@
{
"name": "DyanmicServiceEndpointIBMCloud"
},
- {
- "name": "DynamicResourceAllocation"
- },
{
"name": "EtcdBackendQuota"
},
@@ -249,6 +246,9 @@
{
"name": "ConsolePluginContentSecurityPolicy"
},
+ {
+ "name": "DynamicResourceAllocation"
+ },
{
"name": "GCPClusterHostedDNSInstall"
},