Add missing fields in RuntimeCR to avoid manual Shoot-Spec adjustments: DNS settings, Kubernetes configuration (autoscaler, kubeControllerMgr, kubeAPIServer) #582
Labels
area/control-plane
Related to all activities around Kyma Control Plane
kind/feature
Categorizes issue or PR as related to a new feature.
Description
Some clusters include special configuration settings or hyperscaler specific adjustments (related to DNS or individual hyperscaler configurations), usually applied by SREs manually.
Goal is to avoid any manual adjustments in Shoot-Spec and cover all configuration parameters in the RuntimeCR and let them manage by KIM. SREs should be enabled to use RuntimeCR as single point for adjusting the ShootSpec.
SRE provided us a list of common cases where manually the Shoot-Spec was adjusted: #407
coreDNS
andnodeLocalDNS
)clusterAutoscaler
,kubeAPIServer
orclusterControllerManager
)machineControllerManager
)AC:
Reasons
Add support for regularly manually adjusted fields to avoid manually applied misconfigurations.
Attachments
The text was updated successfully, but these errors were encountered: