-
Story
-
Resolution: Done
-
Critical
-
None
-
None
From https://github.com/openshift/hypershift/issues/378
Within a hypershift control plane certain workloads can vary in resource requirements depending on the size/usage of the guest cluster that they are hosting. Particularly,
1. Kubernetes API Server
A service provider needs to be able to control resource requests for these workloads (see https://github.com/openshift/hypershift/issues/239). This is either to pre-allocate a predetermined size based on a cluster t-shirt size (Small, Med, Large) or dynamically to accommodate higher demand.
To update resource requests for the Kubernetes API Server, service providers will need to modify the `kubernetes-apiserver` deployment directly in a hosted cluster's control plane namespace. The control plane operator will not overwrite any changes to resources in this deployments. Resource requests in other deployments remain under the control of the control plane operator.
- relates to
-
HOSTEDCP-1438 Preserve container resources for more hosted control plane components
- Closed
- links to