chore: update Helm chart to 1.8.x level #1362
Draft
+97
−7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Update Helm chart to 1.8.x level (roughly matching AWS provider)
values.yaml
serviceMonitor.relabelings,serviceMonitor.metricRelabelings,serviceMonitor.sampleLimitschedulerNameandinitContainersoptionscontroller.containerNameoptionpreferencePolicy,minValuesPolicy,ignoreDRARequests,disableClusterStateObservabilityfeatureGates.reservedCapacity(BETA, disabled by default; likely needs provider support & testing)deployment.yaml
automountServiceAccountToken: trueschedulerNamesupport{{ include "karpenter.controller.containerName" . }}SYSTEM_NAMESPACEenv var (from fieldRef)CPU_REQUESTSenv var (from resourceFieldRef)LOG_OUTPUT_PATHSandLOG_ERROR_OUTPUT_PATHSenv varsReservedCapacitytoFEATURE_GATESPREFERENCE_POLICY,MIN_VALUES_POLICY,IGNORE_DRA_REQUESTS,DISABLE_CLUSTER_STATE_OBSERVABILITYenv varsinitContainerssupport_helpers.tpl
karpenter.controller.containerNamehelper templateservicemonitor.yaml
monitoring.coreos.com/v1sampleLimitsupportrelabelingsandmetricRelabelingssupportNew values.yaml Options
schedulerName""initContainers[]controller.containerName"controller"serviceMonitor.relabelings[]serviceMonitor.metricRelabelings[]serviceMonitor.sampleLimit~settings.preferencePolicy""settings.minValuesPolicy""settings.ignoreDRARequestsfalsesettings.disableClusterStateObservabilityfalsesettings.featureGates.reservedCapacityfalseNew Environment Variables in Deployment
SYSTEM_NAMESPACECPU_REQUESTSLOG_OUTPUT_PATHSLOG_ERROR_OUTPUT_PATHSPREFERENCE_POLICYMIN_VALUES_POLICYIGNORE_DRA_REQUESTSDISABLE_CLUSTER_STATE_OBSERVABILITYFeature Gates
Updated
FEATURE_GATESenv var now includes:ReservedCapacity(new, BETA, default: false)SpotToSpotConsolidation(ALPHA, default: false)NodeRepair(ALPHA, default: false)NodeOverlay(ALPHA, default: false)StaticCapacity(ALPHA, default: false)How was this change tested?
Does this change impact docs?
Release Note