GKE: Opt-out of Arm taint, CORS for Gateways
Google Kubernetes Engine now allows opting out of the default `kubernetes.io/arch=arm64:NoSchedule` taint on Arm nodes in Standard node pools and custom ComputeClasses. This simplifies scheduling multi-architecture workloads by allowing pods without explicit tolerations to run on Arm instances. Additionally, GKE Gateway and Inference Gateway now support Cross-Origin Resource Sharing (CORS) configuration directly on HTTPRoute resources, available in Preview for GKE version 1.35 and later.
Features (2) ›
- Google Kubernetes Engine
GKE now supports opting out of the default kubernetes.io/arch=arm64:NoSchedule taint on Arm nodes in Standard node pools and in custom ComputeClasses. To opt out of the default taint, set the --node-architecture-taint-behavior gcloud CLI flag to NONE for a node pool or set the taintConfig.architectureTaintBehavior field to NONE for a ComputeClass. By configuring this behavior, you allow workloads that lack explicit Arm tolerations to be scheduled on Arm-based machine families (such as N4A and C4A). This is useful for running multi-architecture workloads or simplifying scheduling in mixed-mode
- Google Kubernetes Engine
GKE Gateway and Inference Gateway now support Cross-Origin Resource Sharing (CORS). You can configure a CORS filter directly on an HTTPRoute resource by using the portable syntax standardized by Gateway API . This feature is available in Preview in GKE version 1.35 and later for the following GatewayClasses: gke-l7-rilb gke-l7-regional-external-managed gke-l7-global-external-managed For more information, see Configure Cross-Origin Resource Sharing .
https://docs.cloud.google.com/release-notes#July_28_2026
Related releases
- GKE introduces Agent Substrate to scale agentic workloads efficiently Google Cloud release notes ·
- Cluster Toolkit v1.102.0 Enhances GKE with MTC, Flex Volumes, and HPC Capabilities Google Cloud release notes ·
- Config Connector 1.156.0 Adds Alpha Resources for AI, Security, and Storage Google Cloud release notes ·
- GKE Updates Available Versions, Default Builds, and Deprecates Older Releases Google Cloud release notes ·
- GKE 1.37 Now Available, Deprecates Identity Service for GKE Google Cloud release notes ·
- Terraform Provider for Google Cloud v7.46.1 Released Terraform Google Provider Releases ·