Workload cluster release aws-35.1.0 for CAPA
Changes compared to v35.0.1
Components
- cluster-aws from v10.0.1 to v10.3.0
- cluster from v8.0.0 to v8.3.0
Added
- Add
global.providerSpecific.iam.ecr.permissionsEnabled (default true) so clusters that never pull container images from Amazon ECR can optionally configure dropping the read-only ECR permissions from the control plane and worker node IAM roles
Changed
- Karpenter node pools: take overridden kubelet
evictionHard values from cluster chart to ensure correct calculation of allocatable node resources.
Added
- Add
preKubeadmCommandsTemplateName and postKubeadmCommandsTemplateName hooks under providerIntegration.controlPlane.kubeadmConfig and providerIntegration.workers.kubeadmConfig. They name a provider template that renders a YAML list of additional kubeadm commands, once for the control plane and once per node pool for workers. - Add
internal.advancedConfiguration.kubelet.evictionHard values. Providers need them to tell autoscalers such as Karpenter how much of a node’s resources is allocatable. - SELinux: Add
global.components.selinux.writablePolicyStore value (default true) to allow loading additional SELinux policies.
Changed
- Enable the
ClusterTrustBundle and ClusterTrustBundleProjection feature gates (Kubernetes 1.33+) and the PodCertificateRequest feature gate (Kubernetes 1.35+) by default on kube-apiserver, kube-controller-manager and kubelet. - SELinux: Keep AVC audit logs (required for SELinux policy generation).
- SELinux: Relabel the whole filesystem except read-only
/usr (previously only /etc/kubernetes). - SELinux: Correctly label CA certificates in
/etc/ssl/certs for mounting into containers. - App to HR Migration: Skip v35.0.0 pre-releases and update
docker-kubectl to v1.36.4. - Chart: Rework HelmRelease clean-up job.